CVE-2026-6151

7.3

code-projects · Vehicle Showroom Management System

A SQL injection vulnerability in the Vehicle Showroom Management System allows remote, unauthenticated attackers to manipulate the CUSTOMER_ID argument via the PaymentStatusFunction.php file.

Executive summary

The code-projects Vehicle Showroom Management System version 1.0 is vulnerable to remote SQL injection, presenting a significant risk of unauthorized database interaction.

Vulnerability

This vulnerability is a SQL injection flaw located in the /util/PaymentStatusFunction.php file. It allows an unauthenticated remote attacker to inject malicious SQL commands by manipulating the CUSTOMER_ID parameter.

Business impact

The exploitation of this vulnerability could lead to unauthorized access to the underlying database, potentially resulting in data exfiltration or corruption. With a CVSS score of 7.3, this high-severity flaw poses a serious threat to the integrity and confidentiality of the information stored within the application.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the application and disable the affected functionality if possible.

Proactive Monitoring: Security teams should monitor database logs for unusual query patterns, particularly those containing SQL syntax or unexpected characters in the CUSTOMER_ID field.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the specified application endpoint.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the GitHub issue referenced in the vulnerability report.

Analyst recommendation

Given the availability of a public proof-of-concept and the ease of remote exploitation, this vulnerability requires immediate attention. Organizations currently running this software should prioritize isolating the affected system from public-facing networks until a vendor-supplied update is released and verified.

More code-projects CVEs

Sources

Originally found and disclosed by huahuan (VulDB User), per the CVE Program record.