cxchuckb / CxFlowGithub

CxFlow Demo Project
0 stars 0 forks source link

CX Stored_XSS @ root/header.jsp [master] #17

Open cxchuckb opened 4 years ago

cxchuckb commented 4 years ago

Stored_XSS issue exists @ root/header.jsp in branch master

Method stmt.executeQuery at line 91 of root\header.jsp gets data from the database, for the rs element. This element’s value then flows through the code without being properly filtered or encoded and is eventually displayed to the user in method out.println at line 94 of root\header.jsp. This may enable a Stored Cross-Site-Scripting attack.

Severity: High

CWE:79

Vulnerability details and guidance

Checkmarx

Lines: 91


Code (Line #91):

        rs = stmt.executeQuery();

cxchuckb commented 4 years ago

Issue still exists.

cxchuckb commented 4 years ago

Issue still exists.