CVE-2026-6036
Published: 10 April 2026
Summary
CVE-2026-6036 is a medium-severity Injection (CWE-74) vulnerability in Code Projects (inferred from references). 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 2.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2026-6036 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Vehicle Showroom Management System 1.0. The flaw resides in an unknown function within the file /util/VehicleDetailsFunction.php, where manipulation of the VEHICLE_ID argument triggers the injection.
The vulnerability enables remote exploitation by unauthenticated attackers requiring low complexity and no user interaction, per its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Attackers can achieve low-level impacts on confidentiality, integrity, and availability through SQL injection.
Advisories and references, including those from VulDB and a GitHub issue, provide further details; the exploit has been made public and could be used in attacks.
The vulnerability was published on 2026-04-10, with no confirmed real-world exploitation reported in available data.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-21349
Vulnerability details
A vulnerability was found in code-projects Vehicle Showroom Management System 1.0. The impacted element is an unknown function of the file /util/VehicleDetailsFunction.php. The manipulation of the argument VEHICLE_ID results in sql injection. The attack can be executed remotely. The exploit…
more
has been made public and could be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The remote unauthenticated SQL injection in a public-facing web application (Vehicle Showroom Management System) directly maps to exploitation of public-facing applications.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by requiring validation of the VEHICLE_ID input argument before processing in VehicleDetailsFunction.php.
Mandates identification, reporting, and correction of the specific SQL injection flaw in this CVE.
Enables scanning to detect SQL injection vulnerabilities like the one in /util/VehicleDetailsFunction.php for proactive remediation.