Cyber Resilience

CVE-2026-37337

High

Published: 16 April 2026

Published
16 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 11.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection in view_playlist.php by requiring validation of untrusted user inputs before processing in database queries.

prevent

Addresses the root cause by mandating timely identification, reporting, and remediation of the SQL injection flaw in the application.

preventdetect

Enables detection of the SQL injection vulnerability through regular scanning and supports remediation to prevent exploitation.

References