CVE-2025-8329
7.3code-projects · Vehicle Management
A SQL injection vulnerability in code-projects Vehicle Management 1.0 allows remote attackers to manipulate the company parameter in filter3.php.
Executive summary
A critical SQL injection vulnerability exists in code-projects Vehicle Management version 1.0 that enables remote, unauthenticated attackers to potentially access or manipulate database contents.
Vulnerability
The application suffers from a SQL injection vulnerability due to improper neutralization of special elements in the company parameter within the filter3.php file. The vulnerability is remotely exploitable by an unauthenticated attacker.
Business impact
The ability for an unauthenticated remote attacker to perform SQL injection poses a significant risk to data integrity and confidentiality. Successful exploitation could lead to unauthorized access to sensitive information stored in the backend database or potential disruption of service, justifying the CVSS score of 7.3.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict access to the affected file and the application interface until a vendor update is released.
Proactive Monitoring: Monitor database query logs for unusual patterns or syntax indicative of SQL injection attempts, such as the presence of UNION, SELECT, or comment characters in input fields.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns targeting the company parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the vulnerability disclosure referenced in the researcher's GitHub issue.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of remote exploitation, organizations using code-projects Vehicle Management should treat this as a high-priority risk. If the software cannot be secured through WAF rules or access controls, it should be isolated from the public internet until a formal vendor patch is provided.
More code-projects CVEs
Sources
Originally found and disclosed by Amo123 (VulDB User), per the CVE Program record.