Description
A weakness has been identified in code-projects Online Music Site 1.0. This affects an unknown function of the file /Administrator/PHP/AdminEditUser.php. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-01-28
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Data Compromise via SQL Injection
Action: Immediate Patch
AI Analysis

Impact

An unvalidated ID parameter in AdminEditUser.php permits an attacker to inject arbitrary SQL into a backend query. This flaw can be exploited remotely over the web interface, enabling the attacker to read, modify, or delete user records and other sensitive database content. The vulnerability is categorized as CWE-74 and CWE-89, both reflecting unsanitized input usage in SQL construction. The impact extends confidentiality, integrity, and availability of the application’s user data.

Affected Systems

The flaw exists in the code-projects Online Music Site, version 1.0, running on the /Administrator/PHP/AdminEditUser.php script. The affected function is not precisely identified beyond the ID argument handling. No other versions have been documented as vulnerable in the provided data.

Risk and Exploitability

The CVSS score of 6.9 assigns a medium severity to the flaw. The EPSS score of less than 1% indicates a very low probability of observed exploitation, but the vulnerability has been publicly disclosed and an exploit is available. It is not listed in the CISA KEV catalog. Attackers can trigger the injection by sending a crafted HTTP request to the administration endpoint from any machine with network access to the site.

Generated by OpenCVE AI on April 18, 2026 at 01:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Online Music Site to the latest version that eliminates the unchecked ID parameter in AdminEditUser.php.
  • If an update is not available, modify the application to bind parameters or use prepared statements for all SQL statements that incorporate user-supplied data, ensuring the ID value is treated as an integer.
  • Restrict access to the /Administrator interface to trusted administrative accounts only, enforce strong authentication, and employ least‑privilege database permissions so that a compromised account cannot affect the entire user database.
  • Optionally, deploy a web application firewall that blocks obvious SQL injection payloads to reduce the risk of exploitation during the remediation window.

Generated by OpenCVE AI on April 18, 2026 at 01:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 02 Feb 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Fabian
Fabian online Music Site
CPEs cpe:2.3:a:fabian:online_music_site:1.0:*:*:*:*:*:*:*
Vendors & Products Fabian
Fabian online Music Site

Thu, 29 Jan 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Code-projects
Code-projects online Music Site
Vendors & Products Code-projects
Code-projects online Music Site

Wed, 28 Jan 2026 22:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 28 Jan 2026 21:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in code-projects Online Music Site 1.0. This affects an unknown function of the file /Administrator/PHP/AdminEditUser.php. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Title code-projects Online Music Site AdminEditUser.php sql injection
Weaknesses CWE-74
CWE-89
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Online Music Site
Fabian Online Music Site
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-02-23T09:01:11.732Z

Reserved: 2026-01-28T13:41:04.676Z

Link: CVE-2026-1534

cve-icon Vulnrichment

Updated: 2026-01-28T21:25:54.644Z

cve-icon NVD

Status : Analyzed

Published: 2026-01-28T21:16:11.140

Modified: 2026-02-02T20:59:44.750

Link: CVE-2026-1534

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T01:45:33Z

Weaknesses