Reflected_XSS_All_Clients issue exists @ xss4.jsp in branch master
The application's xss4 embeds untrusted data in the generated output with print, at line 6 of /src/main/webapp/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 /src/main/webapp/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: jvlstuff
Repository: JavaVulnerableLab_for_AST
Repository Url: https://github.com/jvlstuff/JavaVulnerableLab_for_AST
CxAST-Project: jvlstuff/JavaVulnerableLab_for_AST
CxAST platform scan: 0b64039c-d08f-4faa-9e25-fb3006178c74
Branch: master
Application: JavaVulnerableLab_for_AST
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 2
References
Read more
Reflected_XSS_All_Clients issue exists @ xss4.jsp in branch master
The application's xss4 embeds untrusted data in the generated output with print, at line 6 of /src/main/webapp/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 /src/main/webapp/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: jvlstuff
Repository: JavaVulnerableLab_for_AST
Repository Url: https://github.com/jvlstuff/JavaVulnerableLab_for_AST
CxAST-Project: jvlstuff/JavaVulnerableLab_for_AST
CxAST platform scan: 0b64039c-d08f-4faa-9e25-fb3006178c74
Branch: master
Application: JavaVulnerableLab_for_AST
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 2
References
Read more