CVE-2026-37343
Published: 16 April 2026
Summary
CVE-2026-37343 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.5th 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
SourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL injection (CWE-89) in the file /parking/manage_user.php, as identified by CVE-2026-37343 and published on 2026-04-16. This flaw allows attackers to inject malicious SQL code, potentially compromising the database integrity of the parking management application.
The vulnerability has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with low complexity and no user interaction required, but necessitates high privileges such as administrative access. A privileged attacker could achieve high impacts on confidentiality, integrity, and availability, including unauthorized data extraction, modification, or deletion within the application's database.
For mitigation details, refer to the advisory at https://github.com/mt-0505/cve-report/blob/main/sourcecodester/vehicle-parking-area-management-system/SQL-4.md.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-23258
Vulnerability details
SourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/manage_user.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in a network-accessible web application (manage_user.php) directly enables exploitation of a public-facing application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly prevents SQL injection vulnerabilities like CVE-2026-37343 by enforcing validation of user inputs to the manage_user.php endpoint.
SI-2 establishes processes to identify, prioritize, and remediate the specific SQL injection flaw in CVE-2026-37343.
RA-5 requires vulnerability scanning that would detect the SQL injection vulnerability in /parking/manage_user.php as identified by CVE-2026-37343.