Impact
The vulnerability is a classic SQL injection in the AdminReply.php script of the Online Music Site, where the ID argument is not properly sanitised. This weakness corresponds to CWE‑74 and CWE‑89. An attacker who can supply a crafted ID may execute arbitrary SQL statements against the database, thereby compromising both confidentiality and integrity of the stored data.
Affected Systems
code-projects Online Music Site version 1.0 is affected, specifically the Administrator/PHP/AdminReply.php module of this web application.
Risk and Exploitability
The CVSS score of 6.9 classifies the vulnerability as medium severity, while the EPSS rate of less than 1% indicates a low likelihood of exploitation in the wild. The vulnerability is not in the CISA KEV catalog. The attack vector is inferred to be remote, i.e. through a web request to the AdminReply.php page with a crafted ID parameter. The absence of input filtering allows the attacker to inject SQL immediately, making exploitation straightforward for anyone who can reach the page.
OpenCVE Enrichment