Home / Vulnerability Database / Scala : Sensitive data in redirect parameters
Scala

Scala : Sensitive data in redirect parameters

Overview

The application sends the password as a part of HTTP redirect. This way of valuable data transfer may lead to its confidentiality loss.

As a result of HTTP redirect the user’s browser generates a GET request. GET request parameters are not considered confidential, so the password transferred via redirection may be displayed on the screen, recorded in the log, and stored in the browser or proxy server cache.

MEDIUM

DerScanner Severity Score

Do you want to fix Scala : Sensitive data in redirect parameters in your application?

See also

Scala

Scala : Unreleased resource stream

Scala

Scala : Multiple loggers in same class

Scala

Scala : Insufficient encryption key length