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

Reflected_XSS_All_Clients @ Login_jsp.java #777

Open
cxronen opened this issue Mar 14, 2023 · 0 comments
Open

Reflected_XSS_All_Clients @ Login_jsp.java #777

cxronen opened this issue Mar 14, 2023 · 0 comments

Comments

@cxronen
Copy link
Owner

cxronen commented Mar 14, 2023

Reflected_XSS_All_Clients issue exists @ Login_jsp.java in branch main

The method Login_Show embeds untrusted data in generated output with print, at line 519 of /Login_jsp.java. 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 paramName, which is read by the getParam method at line 154 of /Login_jsp.java. 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.

Namespace: cxronen
Repository: BookStore
Repository Url: https://github.com/cxronen/BookStore
CxAST-Project: cxronen/BookStore
CxAST platform scan: 207c1944-f9e8-4bbb-a51e-1235c29a4b44
Branch: main
Application: BookStore
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 154


References
Read more

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

No branches or pull requests

1 participant