URGENT: Cross-site Scripting Vulnerability
-
Hello,
I found a cross-site scripting (XSS) vulnerability in front-end-pm.
Here is the attack scenario:
UserA sends a message to UserB with the following in the message body:
<script>alert(1)</script>
UserB views the message and the javascript written above executes (displays a pop up).
This is a simple example that demonstrates how UserA can run javascript on UserB computer.
As a result any user can send malicious javascript and when the unknowing other user reads the message it will execute on their computer.
The explanation and fix is here in the section “Cross-site scripting”
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘URGENT: Cross-site Scripting Vulnerability’ is closed to new replies.