Closed kollol2k closed 4 years ago
Issue still exists.
Issue has 1 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)
Issue still exists.
Issue has 1 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)
Issue still exists.
Issue has 1 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)
Issue still exists.
Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)
Issue still exists.
Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)
Reflected_XSS_All_Clients issue exists @ src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00380.java in branch master
The application's doPost embeds untrusted data in the generated output with print, at line 40 of src\main\java\org\owasp\benchmark\testcode\BenchmarkTest00380.java. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output. The attacker would be able to alter the returned web page by simply providing modified data in the user input ""BenchmarkTest00380"", which is read by the doPost method at line 40 of src\main\java\org\owasp\benchmark\testcode\BenchmarkTest00380.java. This input then flows through the code straight to the output web page, without sanitization. This can enable a Reflected Cross-Site Scripting (XSS) attack.
Severity: High
CWE:79
Checkmarx
Lines: 43
Code (Line #43):