Cyber Resilience

CVE-2026-2867

Medium

Published: 21 February 2026

Published
21 February 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0031 22.1th percentile
Risk Priority 35 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-2217Same vendor: Admerc
CVE-2026-3068Same vendor: Admerc
CVE-2026-2691Same vendor: Admerc
CVE-2026-3069Same vendor: Admerc
CVE-2026-3153Same vendor: Admerc
CVE-2026-3133Same vendor: Admerc
CVE-2026-2689Same vendor: Admerc
CVE-2026-3042Same vendor: Admerc
CVE-2026-2690Same vendor: Admerc
CVE-2026-2116Shared CWE-74, CWE-89

Affected Assets

admerc
vehicle management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the ID argument in /billaction.php to block the crafted SQL syntax that produces the injection.

respondrecover

Mandates prompt remediation of the publicly disclosed SQL-injection flaw in billaction.php before exploitation occurs.

detect

Enables monitoring of database queries and anomalous input patterns on the affected endpoint to identify attempted or successful injections.

References