CVE-2026-2867
Published: 21 February 2026
Summary
CVE-2026-2867 is a medium-severity Injection (CWE-74) vulnerability in Admerc Vehicle Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-2867 is a SQL injection vulnerability in itsourcecode Vehicle Management System 1.0. The flaw resides in an unknown function within the file /billaction.php, where manipulation of the ID argument triggers the injection. It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and is associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). The vulnerability was published on 2026-02-21T14:15:57.983.
Attackers can exploit this remotely without authentication, privileges, or user interaction. By crafting malicious input for the ID parameter, they can execute arbitrary SQL queries, potentially leading to low-level impacts on confidentiality (e.g., limited data exposure), integrity (e.g., minor data modification), and availability (e.g., minor service disruption). The exploit has been publicly disclosed and may be utilized by threat actors.
Advisories and additional details are available via VulDB entries (https://vuldb.com/?ctiid.347105, https://vuldb.com/?id.347105, https://vuldb.com/?submit.754578) and a GitHub issue (https://github.com/wan1yan/cve/issues/4), along with the vendor site (https://itsourcecode.com/). No specific patch or mitigation guidance is detailed in the CVE description.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-7522
Vulnerability details
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…
more
been publicly disclosed and may be utilized.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection in public-facing web app (/billaction.php) directly enables T1190 Exploit Public-Facing Application for initial access and limited data manipulation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the ID argument in /billaction.php to block the crafted SQL syntax that produces the injection.
Mandates prompt remediation of the publicly disclosed SQL-injection flaw in billaction.php before exploitation occurs.
Enables monitoring of database queries and anomalous input patterns on the affected endpoint to identify attempted or successful injections.