CVE-2026-2212

7.3

code-projects · Online Music Site

A SQL injection vulnerability in the Online Music Site 1.0 file AdminEditCategory.php allows unauthenticated remote attackers to manipulate the ID argument and execute arbitrary SQL commands.

Executive summary

A critical SQL injection vulnerability exists in code-projects Online Music Site 1.0, posing a significant risk of unauthorized database manipulation by unauthenticated remote attackers.

Vulnerability

This vulnerability is a SQL injection (CWE-89) flaw located within the AdminEditCategory.php script. It allows an unauthenticated attacker to inject malicious SQL queries via the ID parameter, bypassing standard authentication requirements.

Business impact

The exploitation of this vulnerability could lead to unauthorized access to sensitive data, potential modification of administrative records, or complete compromise of the underlying database. With a CVSS score of 7.3, this flaw is categorized as High, reflecting the ease of remote exploitation and the potential for significant data integrity loss.

Remediation

Immediate Action: As no official patch is currently available, administrators should immediately restrict network access to the administrative interface or take the affected application offline until a fix is provided by the vendor.

Proactive Monitoring: Security teams should monitor web server logs for suspicious HTTP requests targeting the AdminEditCategory.php file, particularly those containing SQL syntax or unusual character strings in the ID parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns specifically targeting administrative endpoints.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced GitHub issue.

Analyst recommendation

Given the availability of a public proof-of-concept and the ease of remote execution, this vulnerability poses a substantial risk to any organization hosting this software. Administrators must prioritize isolating the affected application from public-facing networks until the vendor releases a secure update to remediate the underlying SQL injection flaw.

More code-projects CVEs

Sources

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