Exploit Title: Vehicle Service Management System - 'Service Requests' Stored Cross Site Scripting (XSS)
Exploit Author: P.L.Sanu
- https://www.plsanu.com/vehicle-service-management-system-service-requests-stored-cross-site-scripting-xss
- https://nvd.nist.gov/vuln/detail/CVE-2021-46070
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46070
A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the Service Requests Section in login panel.
- Login to the admin panel http://localhost/vehicle_service/admin
- Navigate to Service Requests section and click on Create New button.
- Inject the below payload in Owner Contact, Address, Vehicle Name, Vehicle Registration Number & Vehicle Model input field.
"><script>alert(document.cookie)</script>
- Click on Save Request button.
- Malicious javascript code triggered.
- Navigate to Report section.
- Malicious javascript code triggered.
An attacker can able to inject malicious JavaScript code in Service Requests Section.
It is recommended to sanitize all the input fields throughout the application.