Open rrcheck opened 2 years ago
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Issue still exists.
Reflected_XSS_All_Clients issue exists @ root/search.jsp in branch master
The method %><br/><br/> embeds untrusted data in generated output with query, at line 18 of root\search.jsp. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.The attacker would be able to alter the returned web page by simply providing modified data in the user input ""q"", which is read by the query method at line 10 of root\search.jsp. 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.Similarity ID: 1872655723
Severity: High
CWE:79
Checkmarx
Training Recommended Fix
Lines: 10
Code (Line #10):