cx-scord / CxFlowGithub

CxFlow Demo
0 stars 1 forks source link

CX Client_DOM_XSS @ root/advanced.jsp [refs/heads/master] #165

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Client_DOM_XSS issue exists @ root/advanced.jsp in branch refs/heads/master

The application's Search</a> embeds untrusted data in the generated output with location, at line 48 of root\advanced.jsp. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output.

Severity: High

CWE:79

Vulnerability details and guidance

Checkmarx

Training Recommended Fix

Lines: 48


Code (Line #48):

    <a href="javascript:window.location=window.location.href">New Search</a>