rrcheck / CxFlowGithub

0 stars 0 forks source link

CX Reflected_XSS_All_Clients @ root/login.jsp [master] #13

Open rrcheck opened 2 years ago

rrcheck commented 2 years ago

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

*The method out.println embeds untrusted data in generated output with println, at line 91 of root\login.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 ""username"", which is read by the username method at line 7 of root\login.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: -435945327

The method out.println embeds untrusted data in generated output with println, at line 78 of root\login.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 35 of root\login.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: 1219921968*

Severity: High

CWE:79

Checkmarx

Training Recommended Fix

Lines: 35 7


Code (Line #35):

Cookie[] cookies = request.getCookies();

Code (Line #7):

String username = (String) request.getParameter("username");

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 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.

rrcheck commented 1 week ago

Issue still exists.