CVE-2026-2133
7.3code-projects · Online Music Site
A critical unrestricted file upload vulnerability exists in the Online Music Site 1.0 administrator module, allowing remote attackers to potentially upload malicious files.
Executive summary
A critical unrestricted file upload vulnerability in the code-projects Online Music Site 1.0 allows remote, unauthenticated attackers to potentially compromise system integrity.
Vulnerability
This vulnerability involves an unrestricted file upload flaw within the AdminUpdateCategory.php file, which lacks sufficient access controls. An unauthenticated attacker can remotely manipulate the txtimage argument to upload arbitrary files to the server.
Business impact
The ability to upload arbitrary files to a web server presents a severe risk of remote code execution, which could lead to a complete system compromise. Given the CVSS score of 7.3, this vulnerability poses a significant threat to data confidentiality and system availability. Successful exploitation could result in unauthorized access to sensitive music site data or the hosting server environment.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the /Administrator/PHP/ directory to authorized personnel only and monitor the server for suspicious file uploads.
Proactive Monitoring: Review web server access logs for requests directed at AdminUpdateCategory.php and inspect the uploads directory for unrecognized or executable file extensions.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block requests containing suspicious file upload patterns or attempts to access the vulnerable administrative endpoint from untrusted networks.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the referenced GitHub issue.
Analyst recommendation
Due to the lack of a vendor-supplied patch, users of code-projects Online Music Site 1.0 must prioritize the implementation of strict network-level access controls to the administrative interface. It is recommended to disable the vulnerable upload functionality if it is not business-critical until a secure version is released. Continuous monitoring of server logs is essential to detect any unauthorized exploitation attempts.
More code-projects CVEs
Sources
Originally found and disclosed by M202372062 (VulDB User), per the CVE Program record.
- VDB-344768 | code-projects Online Music Site AdminUpdateCategory.php unrestricted upload Vulnerability database entry
- VDB-344768 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #747213 | code-projects ONLINE MUSIC SITE V1.0 Arbitrary file upload vulnerability Third-party advisory
- Exploit / PoC
- code-projects.org