rrcheck / CxFlowGithub

0 stars 0 forks source link

CX Reflected_XSS_All_Clients @ root/basket.jsp [master] #14

Open rrcheck opened 2 years ago

rrcheck commented 2 years ago

Reflected_XSS_All_Clients issue exists @ root/basket.jsp in branch master

The method out.println embeds untrusted data in generated output with println, at line 141 of root\basket.jsp. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.The attacker would be able to alter the returned web page by simply providing modified data in the user input getCookies, which is read by the request.getCookies method at line 38 of root\basket.jsp. This input then flows through the code straight to the output web page, without sanitization. This can enable a Reflected Cross-Site Scripting (XSS) attack.Similarity ID: -1413626276

Severity: High

CWE:79

Checkmarx

Training Recommended Fix

Lines: 38


Code (Line #38):

Cookie[] cookies = request.getCookies();

rrcheck commented 2 years ago

Issue still exists.

rrcheck commented 2 years ago

Issue still exists.

rrcheck commented 2 years ago

Issue still exists.

rrcheck commented 2 years ago

Issue still exists.

rrcheck commented 2 years ago

Issue still exists.

rrcheck commented 2 years ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.

rrcheck commented 3 months ago

Issue still exists.