CVE-2025-8330
7.3code-projects · Vehicle Management
A SQL injection vulnerability in the Vehicle Management 1.0 /edit1.php file allows unauthenticated remote attackers to manipulate the sno argument and execute malicious database queries.
Executive summary
The code-projects Vehicle Management 1.0 application is vulnerable to remote SQL injection, which poses a significant risk of unauthorized database interaction.
Vulnerability
This is a SQL injection vulnerability (CWE-89) residing in the /edit1.php file. The vulnerability allows an unauthenticated, remote attacker to perform unauthorized database operations by injecting malicious input into the sno parameter.
Business impact
The exploitation of this vulnerability could lead to the unauthorized disclosure, modification, or deletion of sensitive information stored within the application database. Given the CVSS score of 7.3, this represents a high-severity risk that could compromise the integrity and confidentiality of the entire system. Organizations using this software face potential data breaches and service disruption if the underlying database is accessed by malicious actors.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the /edit1.php file or disable the affected application component until a vendor-supplied update is released.
Proactive Monitoring: Security teams should monitor database access logs and web server logs for suspicious activity, specifically looking for anomalous query structures containing SQL syntax within the sno parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block SQL injection patterns targeting the /edit1.php endpoint to mitigate the risk of remote exploitation.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the linked GitHub issue tracker.
Analyst recommendation
Given the public availability of exploit details and the ease of remote execution, this vulnerability constitutes a significant security concern for all deployments of Vehicle Management 1.0. Organizations must prioritize the implementation of compensating controls, such as WAF rules or network segmentation, to protect the database until a formal vendor patch is developed and applied.
More code-projects CVEs
Sources
Originally found and disclosed by Amo123 (VulDB User), per the CVE Program record.
- VDB-318280 | code-projects Vehicle Management edit1.php sql injection Vulnerability database entry
- VDB-318280 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #623861 | code-projects Vehicle Management V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org