Exploits / Vulnerability Discovered : 2021-10-25 |
Type : webapps |
Platform : php
This exploit / vulnerability Engineers online portal 1.0 multiple 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 Engineers Online Portal. 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/nia_munoz_monitoring_system/add_quiz.php
2) Insert your payload in the "quiz_title" parameter or the "description" parameter
3) Click save
Proof of concept (Poc):
The following payload will allow you to run the javascript -
<script>alert("This is an XSS Give me your cookies")</script>