CVE-2025-8373

7.3

code-projects · Vehicle Management

A SQL injection vulnerability in the print.php file of code-projects Vehicle Management 1.0 allows remote, unauthenticated attackers to manipulate the sno parameter.

Executive summary

An unauthenticated SQL injection vulnerability in code-projects Vehicle Management 1.0 exposes the application to remote data manipulation and potential system compromise.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the print.php file, triggered via the sno parameter. The vulnerability allows unauthenticated, remote attackers to execute arbitrary SQL commands against the database.

Business impact

Successful exploitation of this vulnerability could lead to unauthorized access to the underlying database, potentially resulting in data exfiltration, modification, or deletion. With a CVSS score of 7.3, this high-severity flaw poses a significant risk to the confidentiality and integrity of the application environment. Organizations relying on this software may face operational disruption and potential compliance issues if sensitive data is exposed.

Remediation

Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the affected print.php file or disable the vulnerable Vehicle Management component until a secure update is released by the vendor.

Proactive Monitoring: Security teams should monitor web server and database logs for anomalous SQL queries, particularly those targeting the print.php endpoint or containing suspicious characters associated with injection attacks.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns to provide a virtual patch against exploitation attempts.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced GitHub issue.

Analyst recommendation

Given the availability of a public proof-of-concept and the ease of remote exploitation, this vulnerability requires immediate attention. If a vendor update is not available, isolate the affected instance from the network to prevent unauthorized access. Prioritize the implementation of WAF filtering and rigorous log monitoring to mitigate the threat until a permanent fix can be applied.

More code-projects CVEs

Sources

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