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 @ search.jsp in branch master
The application's search embeds untrusted data in the generated output with searchedName, at line 21 of /src/main/webapp/vulnerability/xss/search.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 search method at line 16 of /src/main/webapp/vulnerability/xss/search.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.
Reflected_XSS_All_Clients issue exists @ search.jsp in branch master
The application's search embeds untrusted data in the generated output with searchedName, at line 21 of /src/main/webapp/vulnerability/xss/search.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 search method at line 16 of /src/main/webapp/vulnerability/xss/search.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: scott-cx
Repository: winter
Repository Url: https://github.com/scott-cx/winter
CxAST-Project: scott-cx/winter
CxAST platform scan: 5d347788-2ed1-4f75-a829-ec3822e0131d
Branch: master
Application: winter
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 16
References
Read more
The text was updated successfully, but these errors were encountered: