CVE-2026-6166
7.3code-projects · Vehicle Showroom Management System
A SQL injection vulnerability in the Vehicle Showroom Management System 1.0 allows remote attackers to manipulate the VEHICLE_ID parameter in /util/UpdateVehicleFunction.php.
Executive summary
The code-projects Vehicle Showroom Management System 1.0 contains a critical SQL injection vulnerability that allows unauthenticated remote attackers to execute arbitrary database commands.
Vulnerability
The application is vulnerable to SQL injection (CWE-89) within the /util/UpdateVehicleFunction.php file. Attackers can exploit this by injecting malicious input into the VEHICLE_ID argument, which is processed without sufficient sanitization.
Business impact
Successful exploitation allows an attacker to interact directly with the backend database, potentially leading to unauthorized data access, modification, or deletion. Given the CVSS score of 7.3, this high-severity flaw poses a significant risk to the confidentiality and integrity of information stored within the showroom management database.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict access to the affected script or disable the module entirely until a secure update is released by the vendor.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax or unusual parameters targeting the /util/UpdateVehicleFunction.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to filter and block malicious SQL injection payloads targeting the VEHICLE_ID parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue tracker referenced by the vulnerability record.
Analyst recommendation
Due to the availability of a public proof-of-concept and the lack of an official patch, organizations using this software are at elevated risk. Immediate isolation of the vulnerable component is required to prevent potential database compromise until the vendor provides a remediation update.
More code-projects CVEs
Sources
Originally found and disclosed by wfcht-sy (VulDB User), per the CVE Program record.
- VDB-357054 | code-projects Vehicle Showroom Management System UpdateVehicleFunction.php sql injection Vulnerability database entry
- VDB-357054 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #797097 | code-projects Vehicle Showroom Management System V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org