Cx-aschmit / CxFlowGithub

0 stars 0 forks source link

CX Stored_XSS @ root/score.jsp [master] #9

Open Cx-aschmit opened 4 years ago

Cx-aschmit commented 4 years ago

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

Method stmt.executeQuery at line 14 of root\score.jsp gets data from the database, for the executeQuery 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 19 of root\score.jsp. This may enable a Stored Cross-Site-Scripting attack.

Severity: High

CWE:79

Checkmarx

Lines: 14


Code (Line #14):

            rs = stmt.executeQuery();

Cx-aschmit commented 4 years ago

Issue still exists.

Cx-aschmit commented 4 years ago

Issue still exists.

Cx-aschmit commented 4 years ago

Issue still exists.

Cx-aschmit commented 4 years ago

Issue still exists.