Online event booking and reservation system 1.0 reason stored crosssite scripting (xss) Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2021-10-25 |
Type : webapps |
Platform : php
This exploit / vulnerability Online event booking and reservation system 1.0 reason stored crosssite scripting (xss) is for educational purposes only and if it is used you will do on your own risk!
Technical description:
A stored XSS vulnerability exists in the Event management software. An attacker can leverage this vulnerability in order to run javascript on the web server surfers behalf, which can lead to cookie stealing, defacement and more.
Steps to exploit:
1) Navigate to http://localhost/event-management/views/?v=HOLY
2) Insert your payload in the "reason" parameter
3) Click "Add holiday"
Proof of concept (Poc):
The following payload will allow you to run the javascript -
<script>alert("This is an XSS")</script>
---