Skip to content
New issue

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

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

Already on GitHub? # to your account

Reflected_XSS_All_Clients @ b.java #5

Open
ilonahadar opened this issue May 16, 2022 · 0 comments
Open

Reflected_XSS_All_Clients @ b.java #5

ilonahadar opened this issue May 16, 2022 · 0 comments

Comments

@ilonahadar
Copy link
Owner

ilonahadar commented May 16, 2022

Reflected_XSS_All_Clients issue exists @ b.java in branch main

The application's printSanitizedName embeds untrusted data in the generated output with println, at line 16 of /test/b.java. 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 ""Data"", which is read by the testData method at line 21 of /test/b.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: ilonahadar
Repository: astlab2
Repository Url: https://github.com/ilonahadar/astlab2
CxAST-Project: ilonahadar/astlab2
CxAST platform scan: 2a1a3afc-9574-4e41-b73f-e09b9f981748
Branch: main
Application: astlab2
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 21


References
Read more

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

No branches or pull requests

1 participant