You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflected_XSS_All_Clients issue exists @ ShoppingCartRecord_jsp.java in branch main
The method ShoppingCartRecord_Show embeds untrusted data in generated output with print, at line 659 of /ShoppingCartRecord_jsp.java. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.
The attacker would be able to alter the returned web page by simply providing modified data in the user input paramName, which is read by the getParam method at line 154 of /ShoppingCartRecord_jsp.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.
Reflected_XSS_All_Clients issue exists @ ShoppingCartRecord_jsp.java in branch main
The method ShoppingCartRecord_Show embeds untrusted data in generated output with print, at line 659 of /ShoppingCartRecord_jsp.java. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.
The attacker would be able to alter the returned web page by simply providing modified data in the user input paramName, which is read by the getParam method at line 154 of /ShoppingCartRecord_jsp.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: cxronen
Repository: BookStore
Repository Url: https://github.com/cxronen/BookStore
CxAST-Project: cxronen/BookStore
CxAST platform scan: 207c1944-f9e8-4bbb-a51e-1235c29a4b44
Branch: main
Application: BookStore
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 154
References
Read more
The text was updated successfully, but these errors were encountered: