The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2517

CVE-2024-2517: Online Event Hall Reservation SQLi Flaw

CVE-2024-2517 is a critical SQL injection vulnerability in Online-College-Event-Hall-Reservation-System 1.0 affecting book_history.php. This article covers technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2024-2517 Overview

CVE-2024-2517 is a SQL injection vulnerability in MAGESH-K21 Online-College-Event-Hall-Reservation-System 1.0. The flaw resides in the book_history.php file, where the del_id parameter is passed to a database query without proper sanitization. An unauthenticated remote attacker can manipulate this parameter to inject arbitrary SQL statements. The exploit has been publicly disclosed and is tracked as VulDB identifier 256954. The vendor was contacted prior to disclosure but did not respond. The weakness maps to [CWE-89] (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated remote attackers can extract, modify, or delete database contents through the vulnerable del_id parameter in book_history.php.

Affected Products

  • MAGESH-K21 Online-College-Event-Hall-Reservation-System 1.0
  • Component: book_history.php
  • Vulnerable parameter: del_id

Discovery Timeline

  • 2024-03-16 - CVE-2024-2517 published to NVD
  • 2025-02-14 - Last updated in NVD database

Technical Details for CVE-2024-2517

Vulnerability Analysis

The vulnerability is a blind SQL injection in the book_history.php script of the Online-College-Event-Hall-Reservation-System web application. The application accepts the del_id request parameter and concatenates it directly into a SQL query without parameterized statements or input validation. Attackers can append boolean-based or time-based payloads to infer database contents one bit at a time. According to the published proof-of-concept, the vulnerability is exploitable remotely over HTTP without authentication or user interaction.

Root Cause

The root cause is improper neutralization of user-supplied input in a SQL statement [CWE-89]. The del_id parameter, intended to identify a booking record for deletion, is interpolated into the query string rather than bound as a prepared statement parameter. Because the application performs no type casting, allow-list validation, or escaping, attacker-controlled characters such as single quotes, comments, and conditional operators become part of the executed SQL.

Attack Vector

An attacker sends a crafted HTTP request to the book_history.php endpoint, supplying a malicious value in the del_id parameter. Because the application does not require authentication for the affected code path, exploitation requires only network reachability to the web server. Successful exploitation enables disclosure of database tables containing reservation data and any stored credentials, as well as potential modification or destruction of records.

No verified code examples are available. See the GitHub PoC for Blind SQL Injection for technical details and the VulDB entry #256954 for additional context.

Detection Methods for CVE-2024-2517

Indicators of Compromise

  • HTTP requests to book_history.php containing SQL metacharacters in the del_id parameter, such as single quotes, UNION, SLEEP(, BENCHMARK(, or inline comments (--, #, /*).
  • Web server access logs showing repeated requests to book_history.php with incrementally varying del_id values consistent with boolean-based blind extraction.
  • Database error messages or unusually long response times correlated with requests to book_history.php.

Detection Strategies

  • Deploy web application firewall (WAF) rules that inspect the del_id parameter and block requests containing SQL syntax tokens.
  • Enable database query logging and alert on queries originating from the reservation system that contain OR 1=1, UNION SELECT, or time-delay functions.
  • Perform authenticated dynamic application security testing (DAST) against the book_history.php endpoint to confirm the presence of the flaw.

Monitoring Recommendations

  • Correlate web server, application, and database telemetry to identify multi-stage injection attempts targeting reservation endpoints.
  • Alert on outbound database connections or large result sets returned to the web tier outside normal usage baselines.
  • Track HTTP 500 responses from book_history.php as a potential signal of failed injection probing.

How to Mitigate CVE-2024-2517

Immediate Actions Required

  • Restrict network exposure of the Online-College-Event-Hall-Reservation-System to trusted networks or place it behind authenticated reverse-proxy access until a fix is available.
  • Apply WAF signatures that block SQL metacharacters in the del_id parameter of book_history.php.
  • Review web server and database logs for prior exploitation indicators and rotate any credentials stored in the application database.

Patch Information

No vendor patch is available. The vendor was contacted before public disclosure and did not respond, per the VulDB advisory. Organizations running MAGESH-K21 Online-College-Event-Hall-Reservation-System 1.0 should evaluate migrating to a maintained reservation platform or forking the codebase to apply input validation locally.

Workarounds

  • Modify book_history.php to cast del_id to an integer before use, for example using intval() in PHP, or reject non-numeric input entirely.
  • Refactor the affected query to use PDO or mysqli prepared statements with bound parameters instead of string concatenation.
  • Enforce least-privilege database accounts so the web application cannot perform DROP, ALTER, or cross-database queries.
bash
# Example hardening: cast del_id to integer before query execution
# In book_history.php, replace direct interpolation with:
#   $del_id = (int) $_GET['del_id'];
#   $stmt = $pdo->prepare('DELETE FROM bookings WHERE id = :id');
#   $stmt->execute([':id' => $del_id]);

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechMagesh K21

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.05%

  • 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-89
  • Technical References
  • GitHub PoC for Blind SQL Injection

  • VulDB CTI ID #256954

  • VulDB #256954
  • Related CVEs
  • CVE-2024-2534: Event Hall Reservation System SQLi Flaw

  • CVE-2024-2514: Event Hall Reservation System SQLi Flaw

  • CVE-2024-2520: Online Event Hall Reservation SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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