CVE-2026-6153
7.3code-projects · Vehicle Showroom Management System
A SQL injection vulnerability in the Vehicle Showroom Management System allows remote attackers to manipulate database queries via the STAFF_ID argument in StaffDetailsFunction.php.
Executive summary
The Vehicle Showroom Management System is vulnerable to remote SQL injection, which could allow an unauthenticated attacker to compromise backend database integrity.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the /util/StaffDetailsFunction.php file. The flaw is triggered via the STAFF_ID parameter and can be exploited by an unauthenticated attacker remotely.
Business impact
The ability for an unauthenticated user to inject arbitrary SQL commands poses a significant risk to data confidentiality and integrity. With a CVSS score of 7.3, this high-severity vulnerability could allow attackers to bypass authentication mechanisms, view sensitive staff records, or potentially modify database content, leading to unauthorized access and business disruption.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the affected installation and consider disabling the vulnerable functionality if it is not business critical.
Proactive Monitoring: Security teams should implement strict input validation on all web forms and monitor server logs for unusual SQL syntax patterns or unauthorized access attempts targeting the /util/ directory.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common SQL injection payloads and monitor for anomalous traffic patterns directed at the identified vulnerable PHP file.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the linked GitHub repository.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of a vendor-supplied patch, this vulnerability presents a clear and present risk. Organizations using the Vehicle Showroom Management System should immediately isolate the application from public-facing networks. Until a formal security update is released, prioritize the implementation of robust WAF filtering to mitigate the risk of exploitation.
More code-projects CVEs
Sources
Originally found and disclosed by huahuan (VulDB User), per the CVE Program record.
- VDB-357033 | code-projects Vehicle Showroom Management System StaffDetailsFunction.php sql injection Vulnerability database entry
- VDB-357033 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #796315 | code-projects Vehicle Showroom Management System V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org