alexanderlednik / CxFlowGithub

0 stars 0 forks source link

CX Stored_XSS @ root/search.jsp [master] #2

Open alexanderlednik opened 4 years ago

alexanderlednik commented 4 years ago

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

Method stmt.executeQuery at line 34 of root\search.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 %> at line 49 of root\search.jsp. This may enable a Stored Cross-Site-Scripting attack.

Severity: High

CWE:79

Checkmarx

Lines: 34


Code (Line #34):

        rs = stmt.executeQuery(sql);

alexanderlednik commented 4 years ago

Issue still exists.

SUMMARY

Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)