vendor:
Garage Management System
by:
Sam Wallace, SC
6.1
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Garage Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2022-41358
CPE: a:garagemanagementsystem:garage:1.0
Platforms Tested: Debian
2022
Garage Management System 1.0 (categoriesName) – Stored XSS
Garage Management System 1.0 is vulnerable to stored XSS due to inadequate client-side validation. An attacker can manipulate a request using tools like Burp Suite to evade validation, leading to the injection of malicious scripts into the 'categoriesName' parameter. This can result in the execution of arbitrary scripts in the context of the user's browser.
Mitigation:
To mitigate this vulnerability, implement server-side validation for all user inputs to prevent the execution of malicious scripts. Additionally, encode user-supplied data before rendering it in the HTML context to prevent script injection.