-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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: hirendgithub
Repository: astlab2
Repository Url: https://github.com/hirendgithub/astlab2
CxAST-Project: hirendgithub/astlab2
CxAST platform scan: f38f5609-2c5d-484e-ace6-e6d02cf55a60
Branch: main
Application: astlab2
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 21
References
Read more