CVE-2026-0605

7.3

code-projects · Online Music Site

A SQL injection vulnerability exists in the login.php file of code-projects Online Music Site 1.0, allowing unauthenticated remote attackers to manipulate username and password parameters.

Executive summary

An unauthenticated SQL injection vulnerability in code-projects Online Music Site 1.0 poses a significant risk of unauthorized data access and potential account compromise.

Vulnerability

This is a SQL injection (CWE-89) flaw residing in the login.php file, where the application fails to sanitize the username and password parameters. The vulnerability is accessible to unauthenticated remote attackers via HTTP POST requests.

Business impact

Successful exploitation of this vulnerability allows an attacker to bypass authentication mechanisms or extract sensitive information directly from the backend database. Given the CVSS score of 7.3, this high-severity flaw could lead to complete compromise of user credentials and unauthorized access to the application data, resulting in significant security and privacy risks.

Remediation

Immediate Action: As no official patch is currently available, users should restrict access to the login portal using network-level controls or disable the vulnerable service until a secure version is released by the vendor.

Proactive Monitoring: Security teams should review web server access logs for anomalous POST requests to login.php, specifically searching for SQL syntax characters such as single quotes, semicolons, or comment indicators in the username or password fields.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common SQL injection patterns targeting the login endpoint.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked research write-up on GitHub.

Analyst recommendation

The presence of a public proof-of-concept elevates the risk of this vulnerability, making it a target for opportunistic attackers. Because no official vendor patch is available, organizations using this software must implement strict network segmentation or Web Application Firewall filtering immediately to prevent unauthorized database access. Prioritize migrating away from this unsupported or unpatched software to a more secure alternative to ensure long-term protection.

More code-projects CVEs

Sources

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