-
Notifications
You must be signed in to change notification settings - Fork 0
Reflected_XSS_All_Clients @ xss4.jsp #63
Description
Reflected_XSS_All_Clients issue exists @ xss4.jsp in branch netbeans
The application's xss4 embeds untrusted data in the generated output with print, at line 6 of /web/vulnerability/xss/xss4.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 xss4 method at line 2 of /web/vulnerability/xss/xss4.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: TaynaCT
Repository: JavaVulnerableLab
Repository Url: https://github.com/TaynaCT/JavaVulnerableLab
CxAST-Project: TaynaCT/JavaVulnerableLab
CxAST platform scan: ec6e1015-2689-4742-939a-0072f10bf172
Branch: netbeans
Application: JavaVulnerableLab
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 2
References
Read more