satyamchaurasiapersistent / JavaVulnerableLab

lab
0 stars 0 forks source link

CX Reflected_XSS_All_Clients @ src/AddPage.java [master] #156

Open satyamchaurasiapersistent opened 1 year ago

satyamchaurasiapersistent commented 1 year ago

Reflected_XSS_All_Clients issue exists @ src/AddPage.java in branch master

The application's processRequest embeds untrusted data in the generated output with print, at line 55 of src\AddPage.java. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output. The attacker would be able to alter the returned web page by simply providing modified data in the user input &qu...

Severity: High

CWE:79

Checkmarx

Training Recommended Fix

Lines: 39


Code (Line #39):

String fileName=request.getParameter("filename");

satyamchaurasiapersistent commented 1 year ago

Issue still exists.

satyamchaurasiapersistent commented 1 year ago

Issue still exists.

satyamchaurasiapersistent commented 1 year ago

Issue still exists.

satyamchaurasiapersistent commented 1 year ago

Issue still exists.

satyamchaurasiapersistent commented 1 year ago

Issue still exists.

satyamchaurasiapersistent commented 1 year ago

Issue still exists.