CVE-2026-37336
Published: 16 April 2026
Summary
CVE-2026-37336 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
SourceCodester Simple Music Cloud Community System v1.0 is affected by CVE-2026-37336, a SQL injection vulnerability (CWE-89) in the file /music/view_music.php. Published on 2026-04-16, this flaw has 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), indicating high severity due to its network accessibility and lack of prerequisites for exploitation.
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. Successful exploitation allows limited impacts: partial disclosure of sensitive data (low confidentiality), minor modification of data or behavior (low integrity), and limited denial of service (low availability), all within the unchanged scope of the affected component.
Mitigation details are documented in the advisory at https://github.com/mt-0505/cve-report/blob/main/sourcecodester/simple-music-cloud-community-system/SQL-1.md.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-23249
Vulnerability details
SourceCodester Simple Music Cloud Community System v1.0 is vulnerable to SQL Injection in the file /music/view_music.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes a remote SQL injection vulnerability in a publicly accessible web application (/music/view_music.php) with no authentication required, directly enabling exploitation of public-facing applications as per T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of user inputs to /music/view_music.php, directly preventing SQL injection by sanitizing parameters before database queries.
Mandates identification, reporting, and correction of the specific SQL injection flaw in the application.
Boundary protection implements web application firewalls to detect and block SQL injection payloads targeting the vulnerable endpoint.