CVE-2026-37337
Published: 16 April 2026
Summary
CVE-2026-37337 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.7th 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-37337 is an SQL Injection vulnerability (CWE-89) in SourceCodester Simple Music Cloud Community System version 1.0, specifically affecting the file /music/view_playlist.php. Published on 2026-04-16T15:17:36.573, 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), highlighting its potential for exploitation due to network accessibility, low attack complexity, and no required privileges or user interaction.
Unauthenticated remote attackers can exploit this vulnerability over the network without privileges or user interaction. Successful exploitation enables low-impact effects on confidentiality (e.g., limited data exposure), integrity (e.g., minor unauthorized modifications), and availability (e.g., partial denial of service).
The primary reference is available at https://github.com/mt-0505/cve-report/blob/main/sourcecodester/simple-music-cloud-community-system/SQL-2.md, which documents the vulnerability but provides no specific details on patches or mitigations in the CVE information.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-23251
Vulnerability details
SourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/view_playlist.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes an unauthenticated SQL injection in a public-facing web application (/music/view_playlist.php), directly matching T1190 for exploiting public-facing apps to achieve initial access with network-based, low-complexity attacks.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection in view_playlist.php by requiring validation of untrusted user inputs before processing in database queries.
Addresses the root cause by mandating timely identification, reporting, and remediation of the SQL injection flaw in the application.
Enables detection of the SQL injection vulnerability through regular scanning and supports remediation to prevent exploitation.