Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CX Reflected_XSS_All_Clients @ root/register.jsp [develop] #4

Open
SoniaDias opened this issue Jun 25, 2022 · 9 comments
Open

CX Reflected_XSS_All_Clients @ root/register.jsp [develop] #4

SoniaDias opened this issue Jun 25, 2022 · 9 comments

Comments

@SoniaDias
Copy link
Owner

Reflected_XSS_All_Clients issue exists @ root/register.jsp in branch develop

The application's <td><%=username%></td> embeds untrusted data in the generated output with username, at line 57 of root\password.jsp. 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 ""username"", which is read by the = method at line 6 of root\register.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.

Severity: High

CWE:79

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training
Recommended Fix

Lines: 6 46


Code (Line #6):

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

Code (Line #46):

			Cookie[] cookies = request.getCookies();

@SoniaDias
Copy link
Owner Author

Issue still exists.

8 similar comments
@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

@SoniaDias
Copy link
Owner Author

Issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant