CVE-2026-37341
Published: 16 April 2026
Summary
CVE-2026-37341 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
CVE-2026-37341 is an SQL Injection vulnerability (CWE-89) in SourceCodester Vehicle Parking Area Management System version 1.0, specifically affecting the file /parking/manage_category.php. Published on 2026-04-16T15:17:37.007, it carries 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 high severity due to its potential for significant impact.
The vulnerability can be exploited over the network by an authenticated user with high privileges, such as an administrator, requiring low attack complexity and no user interaction. Successful exploitation allows the attacker to achieve high impacts on confidentiality, integrity, and availability, enabling arbitrary SQL query execution to extract, modify, or delete sensitive data in the underlying database.
Mitigation details are available in the referenced advisory at https://github.com/mt-0505/cve-report/blob/main/sourcecodester/vehicle-parking-area-management-system/SQL-1.md. No patches or vendor-specific remediation steps are mentioned in the CVE description.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-23255
Vulnerability details
SourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/manage_category.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a network-accessible web management application directly enables exploitation of public-facing applications for data access and manipulation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection in manage_category.php by validating and sanitizing untrusted user inputs before database queries.
Establishes a process to identify, report, and remediate the specific SQL injection flaw in the Vehicle Parking Area Management System.
Scans for and prioritizes remediation of vulnerabilities like this SQLi in manage_category.php based on organizational risk assessments.