-
Notifications
You must be signed in to change notification settings - Fork 12
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: James-AST
Repository: astlab
Repository Url: https://github.com/James-AST/astlab
CxAST-Project: James-AST/astlab
CxAST platform scan: 8d73a497-bbc7-4126-b536-ea634bc032dd
Branch: main
Application: astlab
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 21
References
Read more