vendor:
Lot Reservation Management System
by:
Ankita Pal
3.1
CVSS
MEDIUM
Stored Cross Site Scripting
79
CWE
Product Name: Lot Reservation Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:lot_reservation_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 + xampp v3.2.4
2020
lot reservation management system 1.0 – Stored Cross Site Scripting
Ankita Pal discovered a stored cross-site scripting vulnerability in lot reservation management system 1.0. By sending a malicious request with a payload of <script>alert("XSS")</script> in the Name and Discription fields, an attacker can execute arbitrary JavaScript code in the context of the victim's browser.
Mitigation:
Input validation should be used to prevent malicious code from being stored in the application. Additionally, output encoding should be used to prevent malicious code from being executed.