vendor:
Book Store Management System
by:
Rajeshwar Singh
5.5
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Book Store Management System
Affected Version From: 1.0.0
Affected Version To: 1.0.0
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows/XAMPP
2022
Book Store Management System 1.0.0 – Stored Cross-Site Scripting (XSS)
This exploit allows an attacker to inject malicious code into the Book Store Management System 1.0.0, specifically in the 'Name' input field of the 'Add New System User' page. By inserting the payload '<script>alert("XSS")</script>', an alert box with the message 'XSS' will be executed when the page is visited.
Mitigation:
To mitigate this vulnerability, the application should properly validate and sanitize user input before displaying it on web pages. Additionally, input fields should be configured to reject or sanitize any potentially malicious code.