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 @ search.jsp #76

Open
scott-cx opened this issue Jun 8, 2022 · 0 comments
Open

Reflected_XSS_All_Clients @ search.jsp #76

scott-cx opened this issue Jun 8, 2022 · 0 comments

Comments

@scott-cx
Copy link
Owner

scott-cx commented Jun 8, 2022

Reflected_XSS_All_Clients issue exists @ search.jsp in branch master

The application's search embeds untrusted data in the generated output with searchedName, at line 21 of /src/main/webapp/vulnerability/xss/search.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 ""keyword"", which is read by the search method at line 16 of /src/main/webapp/vulnerability/xss/search.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.

Namespace: scott-cx
Repository: winter
Repository Url: https://github.com/scott-cx/winter
CxAST-Project: scott-cx/winter
CxAST platform scan: 5d347788-2ed1-4f75-a829-ec3822e0131d
Branch: master
Application: winter
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 16


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