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-6067

CVE-2024-6067: Music Class Enrollment System SQLi Flaw

CVE-2024-6067 is a critical SQL injection vulnerability in Oretnom23 Music Class Enrollment System 1.0 affecting the /mces/?p=class/view_class file. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-6067 Overview

CVE-2024-6067 is a SQL injection vulnerability in SourceCodester Music Class Enrollment System 1.0, developed by oretnom23. The flaw resides in the /mces/?p=class/view_class endpoint, where the id parameter is passed directly into a backend SQL query without proper sanitization. Remote attackers with low-level authenticated access can manipulate the parameter to inject arbitrary SQL statements. The exploit details have been publicly disclosed under VulDB identifier VDB-268795, increasing the likelihood of opportunistic exploitation against exposed instances. The vulnerability is tracked under CWE-89: Improper Neutralization of Special Elements used in an SQL Command.

Critical Impact

Authenticated remote attackers can extract, modify, or delete database contents by injecting SQL payloads into the id parameter of the view_class endpoint.

Affected Products

  • SourceCodester Music Class Enrollment System 1.0
  • oretnom23 music_class_enrollment_system version 1.0
  • Deployments exposing the /mces/?p=class/view_class endpoint

Discovery Timeline

  • 2024-06-17 - CVE-2024-6067 published to NVD with public exploit disclosure
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-6067

Vulnerability Analysis

The Music Class Enrollment System is a PHP-based web application designed to manage student enrollment for music courses. The application passes user-supplied input from the id query parameter into a SQL statement responsible for retrieving class details. Because the application does not use parameterized queries or input validation, attackers can break out of the intended SQL context and append arbitrary clauses.

A successful injection allows extraction of arbitrary table contents through UNION-based queries, blind data exfiltration via time-based payloads, or destructive operations using stacked statements where the underlying database driver supports them. Sensitive data including student records, instructor credentials, and administrative session identifiers may be exposed. Public exploit analysis is available via the GitHub SQLi Exploit Analysis.

Root Cause

The root cause is direct concatenation of the unsanitized id HTTP GET parameter into a backend SQL statement within the view_class controller. The application does not enforce type casting, allowlist validation, or prepared statements, leaving the query structure under attacker control.

Attack Vector

The attack vector is network-based and requires low-level privileges to access the authenticated portion of the application. An attacker submits a crafted HTTP GET request to /mces/?p=class/view_class&id=<payload>, where the payload contains SQL syntax such as UNION SELECT clauses or boolean-based blind injection expressions. No user interaction is required beyond initial authentication.

The vulnerability mechanism is documented in the public proof-of-concept referenced in VulDB Exploit ID #268795. No verified code examples are reproduced here; refer to the linked advisory for technical payload details.

Detection Methods for CVE-2024-6067

Indicators of Compromise

  • HTTP requests to /mces/?p=class/view_class containing SQL metacharacters such as ', ", --, UNION, SELECT, or SLEEP( in the id parameter
  • Web server access logs showing unusually long or URL-encoded id values from a single source IP
  • Database error messages returned in HTTP responses referencing MySQL syntax errors
  • Unexpected outbound database query patterns originating from the Music Class Enrollment System application user

Detection Strategies

  • Deploy Web Application Firewall (WAF) signatures for SQL injection patterns targeting the id parameter on the view_class route
  • Enable database query logging and alert on queries originating from the application service account that contain UNION SELECT or INFORMATION_SCHEMA references
  • Correlate authentication events with subsequent malformed query patterns to identify compromised low-privilege accounts

Monitoring Recommendations

  • Monitor for repeated HTTP 500 responses from the /mces/ application path, which often indicate active injection probing
  • Track database read volume from the application account and alert on anomalous spikes consistent with bulk extraction
  • Review authentication logs for brute-force or credential-stuffing attempts that precede injection activity

How to Mitigate CVE-2024-6067

Immediate Actions Required

  • Restrict network access to the Music Class Enrollment System to trusted IP ranges using firewall or reverse-proxy rules
  • Audit existing accounts and rotate credentials for any users with access to the affected application
  • Inspect database contents for unauthorized modifications, particularly in user, session, and class tables
  • Enable verbose logging on the web server and database to capture any exploitation attempts

Patch Information

No vendor-supplied patch is referenced in the NVD entry or associated VulDB records for CVE-2024-6067 at the time of this writing. Organizations operating SourceCodester Music Class Enrollment System 1.0 should review VulDB Resource ID #268795 for vendor response status. In the absence of an official patch, code-level remediation requires replacing string-concatenated queries with parameterized statements (prepared statements via PDO or MySQLi) and applying strict integer validation to the id parameter.

Workarounds

  • Place the application behind a Web Application Firewall configured to block SQL injection payloads in query string parameters
  • Manually patch the view_class handler to cast $_GET['id'] to an integer before use in SQL queries
  • Disable or remove the view_class endpoint if it is not required for production operations
  • Implement least-privilege database accounts so the application user cannot read sensitive tables or execute administrative SQL commands
bash
# Example mitigating reverse-proxy rule (nginx) to block obvious SQLi patterns
location /mces/ {
    if ($args ~* "(union|select|sleep\(|information_schema|--|';)") {
        return 403;
    }
    proxy_pass http://backend;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechOretnom23 Music Class Enrollment System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • GitHub SQLi Exploit Analysis

  • VulDB Exploit ID #268795

  • VulDB Resource ID #268795

  • VulDB Submission ID #358566
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
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