CVE-2026-2867 Details
Description
A vulnerability was determined in itsourcecode Vehicle Management System 1.0. Affected is an unknown function of the file /billaction.php. Executing a manipulation of the argument ID can lead to sql injection. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized.
A SQL injection vulnerability has been identified in the Vehicle Management System Project version 1.0, specifically within the billaction.php file. The issue arises from the application's billing feature, which processes trip costs but lacks proper security measures to validate user input. The vulnerability allows remote exploitation without authentication, as the id parameter can be manipulated through a GET request. This unvalidated input is directly concatenated into an SQL INSERT statement, creating an opportunity for attackers to inject malicious SQL code.
To address this vulnerability, it is recommended to use prepared statements and parameterized queries to prevent SQL injection. Additionally, implement session validation to ensure that only authenticated users can access the billaction.php script.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/wan1yan/cve/issues/4 | [email protected] | Issue Tracking |
| https://itsourcecode.com/ | [email protected] | Product |
| https://vuldb.com/?ctiid.347105 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.347105 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.754578 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| admerc vehicle management system | 1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Feb 23, 2026 | Initial Analysis | [email protected] |
| Feb 21, 2026 | New CVE Received | [email protected] |