CVE-2026-37337

7.3

SourceCodester · Simple Music Cloud Community System

SourceCodester Simple Music Cloud Community System version 1.0 contains a SQL injection vulnerability in the view_playlist.php file, allowing for potential unauthorized database interaction.

Executive summary

A critical SQL injection vulnerability in SourceCodester Simple Music Cloud Community System v1.0 allows unauthenticated attackers to potentially compromise database integrity.

Vulnerability

The application is susceptible to SQL injection via the view_playlist.php file. The vulnerability is exploitable by unauthenticated remote attackers, as indicated by the CVSS vector AV:N/AC:L/PR:N.

Business impact

Successful exploitation of this vulnerability could lead to unauthorized access to sensitive data stored within the backend database. Given the CVSS score of 7.3, this flaw presents a high risk for data exfiltration or manipulation, potentially impacting the confidentiality and integrity of the entire system.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict access to the affected directory or disable the application until a security update is released by the vendor.

Proactive Monitoring: Review web server access logs for anomalous HTTP requests targeting the /music/view_playlist.php endpoint, specifically looking for SQL syntax patterns in query parameters.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeting input parameters.

Exploitation status

Public Exploit Available: Yes, a published PoC exists via the researcher write-up referenced in the CVE record.

Analyst recommendation

Due to the ease of exploitation and the lack of an official vendor patch, this vulnerability poses a significant risk to the application. Organizations utilizing this software should immediately implement the suggested compensating controls and monitor for unauthorized activity until a permanent fix is provided.

More SourceCodester CVEs

Sources