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

Java : 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 Java : Sensitive data in redirect parameters in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage