Stored_XSS issue exists @ root/admin.jsp in branch master
Method stmt.executeQuery at line 16 of root\admin.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 21 of root\admin.jsp. This may enable a Stored Cross-Site-Scripting attack.
Stored_XSS issue exists @ root/admin.jsp in branch master
Method stmt.executeQuery at line 16 of root\admin.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 21 of root\admin.jsp. This may enable a Stored Cross-Site-Scripting attack.
Severity: High
CWE:79
Checkmarx
Lines: 16 28
Code (Line #16):
Code (Line #28):