Stored_XSS issue exists @ src/main/webapp/vulnerability/sqli/download_id.jsp in branch master
Method while at line 43 of src\main\webapp\vulnerability\sqli\download_id.jsp gets data from the database, for the byteBuffer 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 outStream.write at line 45 of src\main\webapp\vulnerability\sqli\download_id.jsp. This may enable a Stored Cross-Site-Scripting attack.
Severity: High
CWE:79
Vulnerability details and guidance
Internal Guidance
Checkmarx
Lines: 43
Code (Line #43):
while ((in != null) && ((length = in.read(byteBuffer)) != -1))