CVE-2026-0606

7.3

code-projects · Online Music Site

A SQL injection vulnerability in the FrontEnd/Albums.php file of code-projects Online Music Site 1.0 allows remote, unauthenticated attackers to manipulate the ID argument to access sensitive data.

Executive summary

An unauthenticated SQL injection vulnerability in code-projects Online Music Site 1.0 poses a significant risk of unauthorized data exposure and database manipulation.

Vulnerability

The application fails to sanitize the ID parameter within the /FrontEnd/Albums.php script, which allows an unauthenticated attacker to inject malicious SQL commands directly into the database query.

Business impact

Successful exploitation of this SQL injection vulnerability can result in the unauthorized extraction of sensitive information from the underlying database, potentially including user credentials or private music data. Given the CVSS score of 7.3, this flaw represents a significant risk to data confidentiality and integrity, which could lead to severe reputational damage and regulatory non-compliance.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict public access to the affected application or disable the vulnerable FrontEnd/Albums.php script.

Proactive Monitoring: Review database access logs for anomalous query patterns, such as unexpected SQL syntax or high volumes of unexpected character sets, which may indicate exploitation attempts.

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

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is documented in the technical write-up referenced by the CVE record.

Analyst recommendation

The presence of a public proof-of-concept, combined with the ease of exploitation for unauthenticated users, necessitates immediate defensive action. Organizations currently running Online Music Site 1.0 should treat this vulnerability as a high priority and implement the suggested compensating controls until a vendor-supplied security update is released and applied.

More code-projects CVEs

Sources

Originally found and disclosed by xkalami (VulDB User), per the CVE Program record.