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
Description
Cross-site scripting is a type of attack on web application clients, in which any code prepared by an attacker can be executed in the client’s browser. Vulnerability to this type of attack occurs due to incorrect filtering of user input data.
Impact
As a result of the attack, an attacker can steal a user session, make requests on behalf of the user, and get user credentials, etc.
Expected behavior
Sanitize all the parameters passed to the server by the user.
0x566164696D
changed the title
[BUG] Multiple reflected cross-site scripting vulnarabilites in Graphite composer mygraph parameters(action and graphName).
[BUG] [XSS] Multiple reflected cross-site scripting vulnarabilites in Graphite composer mygraph parameters(action and graphName).
Jan 20, 2023
Product
Graphite
Product Version
Current master branch
Environment
docker graphiteapp/graphite-statsd. Builded from the current master branch.
Vulnerability
Reflected cross-site scripting (XSS)
Severity
Medium
Description
Cross-site scripting is a type of attack on web application clients, in which any code prepared by an attacker can be executed in the client’s browser. Vulnerability to this type of attack occurs due to incorrect filtering of user input data.
Impact
As a result of the attack, an attacker can steal a user session, make requests on behalf of the user, and get user credentials, etc.
Expected behavior
Sanitize all the parameters passed to the server by the user.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: