A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-2930

CVE-2024-2930: Music Gallery Site RCE Vulnerability

CVE-2024-2930 is a remote code execution flaw in Oretnom23 Music Gallery Site 1.0 caused by unrestricted file upload in Master.php. This post covers the technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2024-2930 Overview

A critical unrestricted file upload vulnerability has been discovered in SourceCodester Music Gallery Site version 1.0. This vulnerability exists in the file classes/Master.php?f=save_music endpoint, which fails to properly validate uploaded files, allowing attackers to upload arbitrary files including malicious scripts. Successful exploitation of this vulnerability could lead to remote code execution on the affected web server.

Critical Impact

Attackers can upload malicious PHP files to the web server, potentially gaining complete control over the application and underlying system through remote code execution.

Affected Products

  • SourceCodester Music Gallery Site 1.0
  • oretnom23 music_gallery_site 1.0

Discovery Timeline

  • 2024-03-27 - CVE-2024-2930 published to NVD
  • 2025-02-18 - Last updated in NVD database

Technical Details for CVE-2024-2930

Vulnerability Analysis

This vulnerability (CWE-434: Unrestricted Upload of File with Dangerous Type) allows remote attackers to bypass file upload restrictions in the Music Gallery Site application. The save_music function in Master.php fails to implement proper server-side validation of uploaded file types, extensions, and content. An attacker can exploit this weakness to upload web shells or other malicious scripts that execute with the privileges of the web server process, potentially leading to full system compromise.

Root Cause

The root cause lies in the inadequate input validation within the file upload handling mechanism. The Master.php script's save_music function does not:

  • Validate file extensions against a whitelist of allowed types
  • Check MIME types or file content signatures
  • Implement proper filename sanitization
  • Restrict upload directories or execution permissions

This allows an attacker to upload files with executable extensions (such as .php) that will be processed by the web server when accessed.

Attack Vector

The attack can be launched remotely without authentication. An attacker crafts a malicious HTTP POST request to the classes/Master.php?f=save_music endpoint, including a payload file disguised as music content. Since the application lacks proper file type validation, the malicious file (e.g., a PHP web shell) is stored on the server. The attacker can then access the uploaded file directly via the web server, triggering code execution.

The vulnerability enables attackers to upload arbitrary files through the music upload functionality. By submitting a crafted request to the vulnerable endpoint with a malicious PHP payload, attackers can establish a web shell on the target server. For technical details, refer to the GitHub vulnerability disclosure.

Detection Methods for CVE-2024-2930

Indicators of Compromise

  • Presence of unexpected PHP files in upload directories (typically /uploads/ or similar)
  • Web server access logs showing requests to newly created PHP files in upload directories
  • Suspicious POST requests to classes/Master.php?f=save_music with unusual file types
  • Unexpected outbound network connections from the web server process

Detection Strategies

  • Monitor web server logs for POST requests to Master.php containing f=save_music parameter followed by requests to files in upload directories
  • Implement file integrity monitoring on web application directories to detect unauthorized file additions
  • Deploy web application firewalls (WAF) with rules to detect malicious file upload attempts
  • Review uploaded files for PHP tags or other executable content

Monitoring Recommendations

  • Enable detailed logging for the web application upload functionality
  • Configure alerts for new executable files created in web-accessible directories
  • Monitor process execution chains for web server processes spawning shell commands
  • Implement real-time file scanning on upload directories

How to Mitigate CVE-2024-2930

Immediate Actions Required

  • Remove or disable the Music Gallery Site application if not critical to operations
  • Restrict access to the classes/Master.php endpoint via web server configuration
  • Audit upload directories for any suspicious or recently created files
  • Implement IP-based access restrictions for administrative functions

Patch Information

As of the last NVD update on 2025-02-18, no official vendor patch has been released for this vulnerability. Organizations using SourceCodester Music Gallery Site 1.0 should consider implementing the workarounds below or migrating to alternative software solutions. Monitor the VulDB entry for updates on patch availability.

Workarounds

  • Implement server-side file extension whitelisting (allow only audio file types like .mp3, .wav, .ogg)
  • Add MIME type validation to verify uploaded files match expected audio content
  • Store uploaded files outside the web root or in directories with execution disabled
  • Rename uploaded files to random strings and strip original extensions
  • Implement authentication requirements for the upload functionality
bash
# Apache configuration to disable PHP execution in upload directory
<Directory "/var/www/html/uploads">
    php_admin_flag engine off
    <FilesMatch "\.php$">
        Require all denied
    </FilesMatch>
</Directory>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOretnom23 Music Gallery Site

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • GitHub Free Source Code

  • VulDB CTI ID #258001

  • VulDB #258001

  • VulDB Submission #304234
  • Related CVEs
  • CVE-2024-8345: Music Gallery Site SQL Injection Flaw

  • CVE-2024-8336: Music Gallery Site SQL Injection Flaw

  • CVE-2024-8222: Music Gallery Site SQL Injection Flaw

  • CVE-2024-8223: Music Gallery Site SQL Injection Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English