CVE-2026-0607
Unknown Unknown - Not Provided
SQL Injection in Online Music Site AdminViewSongs.php Allows Remote Exploit

Publication date: 2026-01-06

Last updated on: 2026-04-29

Assigner: VulDB

Description
A flaw has been found in code-projects Online Music Site 1.0. This affects an unknown part of the file /Administrator/PHP/AdminViewSongs.php. Executing a manipulation of the argument ID can lead to sql injection. It is possible to launch the attack remotely. The exploit has been published and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-06
Last Modified
2026-04-29
Generated
2026-05-27
AI Q&A
2026-01-06
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
code-projects online_music_site 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a SQL injection flaw in the Online Music Site version 1.0, specifically in the file /Administrator/PHP/AdminViewSongs.php. It occurs due to improper handling of the ID parameter, which allows an attacker to manipulate SQL queries by injecting malicious SQL code. This can be exploited remotely without authentication, enabling attackers to execute arbitrary SQL commands on the database. [1, 2]


How can this vulnerability impact me? :

The vulnerability can impact you by allowing attackers to access sensitive information from the database, compromise the confidentiality, integrity, and availability of the system, and potentially manipulate or destroy data. Since it can be exploited remotely without authentication, it poses a significant security risk to the affected system. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking for the presence of the vulnerable file /Administrator/PHP/AdminViewSongs.php on your system. Additionally, you can search for web requests that manipulate the 'ID' parameter in this file to detect potential SQL injection attempts. Attackers may use Google dorking with the query 'inurl:Administrator/PHP/AdminViewSongs.php' to locate vulnerable targets. Specific commands to detect exploitation attempts could include monitoring web server logs for suspicious requests targeting this URL and parameter. For example, using grep on access logs: grep 'AdminViewSongs.php' /var/log/apache2/access.log | grep 'ID=' to find suspicious parameter usage. [2]


What immediate steps should I take to mitigate this vulnerability?

No known countermeasures or mitigations currently exist for this vulnerability. The recommended immediate step is to replace the affected component (Online Music Site 1.0's AdminViewSongs.php) with an alternative product or updated version that does not contain this vulnerability. Additionally, restricting access to the vulnerable file and monitoring for exploitation attempts can help reduce risk until a fix is applied. [2]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability allows remote attackers to execute SQL injection attacks, potentially accessing sensitive information from the database without authentication. This unauthorized access to sensitive data can lead to violations of data protection regulations such as GDPR and HIPAA, which require safeguarding personal and health information. Therefore, the vulnerability negatively impacts compliance with these common standards and regulations by compromising confidentiality and integrity of data. [1, 2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart