vendor:
Insurance Management System PHP and MySQL
by:
Hakkı TOKLU
4.1
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Insurance Management System PHP and MySQL
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:insurance_management_system_php_and_mysql:1.0
Platforms Tested: Windows 11 / PHP 8.1 & XAMPP 3.3.0
2024
Insurance Management System PHP and MySQL 1.0 – Multiple Stored XSS
The Insurance Management System PHP and MySQL 1.0 allows for multiple stored cross-site scripting (XSS) vulnerabilities. An attacker can inject malicious payloads, such as <img src=x onerror=prompt("xss")>, into various input fields like Subject, Description, fname, lname, city, and street. When an admin views specific pages like Support Tickets or Users, the XSS payloads are executed.
Mitigation:
To mitigate these vulnerabilities, input validation and output encoding should be implemented. Additionally, limiting the types of characters that can be entered in input fields can prevent the execution of malicious scripts.