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 @ riches/login/error.jsp [master] #281

Open
kmcdon83 opened this issue Aug 23, 2019 · 8 comments
Open

CX Reflected_XSS_All_Clients @ riches/login/error.jsp [master] #281

kmcdon83 opened this issue Aug 23, 2019 · 8 comments

Comments

@kmcdon83
Copy link

kmcdon83 commented Aug 23, 2019

Reflected_XSS_All_Clients issue exists @ riches/login/error.jsp in branch master

Method <%=request.getParameter at line 11 of riches\login\error.jsp gets user input for the ""j_username"" element. This element’s value then flows through the code without being properly sanitized or validated and is eventually displayed to the user in method <%=request.getParameter at line 11 of riches\login\error.jsp. This may enable a Cross-Site-Scripting attack.

Severity: High

CWE:79

Vulnerability details and guidance

Internal Guidance

Checkmarx

Lines: 11


Code (Line #11):

Bad credentials for : <%=request.getParameter("j_username")%><br>

@kmcdon83
Copy link
Author

Issue still exists.

7 similar comments
@kmcdon83
Copy link
Author

Issue still exists.

@kmcdon83
Copy link
Author

Issue still exists.

@kmcdon83
Copy link
Author

Issue still exists.

@kmcdon83
Copy link
Author

Issue still exists.

@kmcdon83
Copy link
Author

Issue still exists.

@kmcdon83
Copy link
Author

Issue still exists.

@kmcdon83
Copy link
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