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

CVE-2024-10423: Student Project Allocation SQLi Flaw

CVE-2024-10423 is a critical SQL injection vulnerability in Projectworlds Student Project Allocation System 1.0 affecting the project selection page. This article covers technical details, exploit information, and mitigation.

Published: May 26, 2026

CVE-2024-10423 Overview

CVE-2024-10423 is a SQL injection vulnerability in Project Worlds Student Project Allocation System 1.0. The flaw resides in the Project Selection Page component, specifically in /student/project_selection/project_selection.php. Attackers can manipulate the project_id parameter to inject arbitrary SQL statements into the backing database query. The vulnerability requires low privileges and can be exploited remotely without user interaction. Public disclosure of the exploit means unauthenticated and authenticated attackers alike may attempt it against exposed installations. The weakness is tracked under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Remote attackers with low privileges can read, modify, or delete arbitrary records in the Student Project Allocation System database by tampering with the project_id parameter.

Affected Products

  • Project Worlds Student Project Allocation System 1.0
  • Component: Project Selection Page (/student/project_selection/project_selection.php)
  • Vulnerable parameter: project_id

Discovery Timeline

  • 2024-10-27 - CVE-2024-10423 published to NVD
  • 2024-10-29 - Last updated in NVD database

Technical Details for CVE-2024-10423

Vulnerability Analysis

The Student Project Allocation System exposes a project selection workflow that consumes the project_id request parameter and concatenates it directly into a SQL statement. Because the application does not enforce parameterized queries or input sanitization, an attacker can append SQL syntax to the parameter value. The injected payload executes within the application's database context, granting access to records the student-level account would otherwise be unable to read.

The vulnerability is reachable over the network using standard HTTP requests. According to the disclosure on VulDB #281964, only a low-privileged authenticated session is required, which is trivial to obtain on a system designed for student self-registration. EPSS data places the probability of exploitation at 0.096%, but a public proof of concept has been released.

Root Cause

The root cause is improper neutralization of user-controlled input before its use in a SQL statement [CWE-89]. The project_id value is interpolated into the query string without prepared statements, type casting, or allow-list validation. This pattern is common in legacy PHP applications that rely on direct string concatenation with mysqli_query or similar APIs.

Attack Vector

An attacker authenticates to the application as a student and issues a crafted request to the project selection endpoint. The project_id parameter is replaced with a SQL payload such as a UNION SELECT clause or a boolean-based blind injection sequence. The backend executes the modified query, returning database content or altering records based on the injected logic. A public proof of concept is hosted on the jadu101 CVE GitHub repository.

// No verified exploit code is reproduced here.
// Refer to the linked GitHub PoC and VulDB entry for technical details.

Detection Methods for CVE-2024-10423

Indicators of Compromise

  • HTTP requests to /student/project_selection/project_selection.php containing SQL keywords such as UNION, SELECT, SLEEP, --, or ' in the project_id parameter.
  • Database error messages referencing project_id in web server or PHP error logs.
  • Unusually long response times on the project selection endpoint, indicating time-based blind SQL injection.
  • Unexpected outbound queries or schema enumeration activity from the application's database account.

Detection Strategies

  • Deploy a web application firewall (WAF) rule that inspects the project_id parameter for SQL metacharacters and known injection signatures.
  • Enable MySQL general query logging temporarily to identify malformed queries originating from project_selection.php.
  • Correlate authentication events with anomalous request patterns to the project selection endpoint to surface low-and-slow injection attempts.

Monitoring Recommendations

  • Alert on HTTP 500 responses from /student/project_selection/project_selection.php, which often accompany failed injection attempts.
  • Monitor for repeated requests from a single session that vary only in the project_id value.
  • Track database account activity for queries touching tables outside the project allocation schema.

How to Mitigate CVE-2024-10423

Immediate Actions Required

  • Restrict access to the Student Project Allocation System to trusted networks until a fix is applied.
  • Place the application behind a WAF with SQL injection signatures enabled and tuned for the project_id parameter.
  • Audit the database account used by the application and revoke privileges beyond the minimum required for normal operation.
  • Review web server and database logs for prior exploitation attempts referencing project_selection.php.

Patch Information

No vendor advisory or official patch is referenced in the NVD entry for CVE-2024-10423 at this time. Operators should monitor the Project Worlds website and the VulDB entry for updates. In the absence of a vendor fix, modify project_selection.php to use prepared statements with bound parameters and cast project_id to an integer before query construction.

Workarounds

  • Replace the vulnerable query with a prepared statement using mysqli_prepare or PDO with bound parameters.
  • Enforce server-side integer validation on project_id before the value reaches the database layer.
  • Disable detailed PHP and MySQL error reporting in production to reduce information leakage that aids exploitation.
bash
# Example: integer cast and prepared statement in PHP
# Replace direct concatenation with:
# $project_id = (int) $_GET['project_id'];
# $stmt = $mysqli->prepare("SELECT * FROM projects WHERE project_id = ?");
# $stmt->bind_param("i", $project_id);
# $stmt->execute();

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechProjectworlds Student Project Allocation 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 SQL Injection PoC

  • VulDB CTI #281964

  • VulDB #281964

  • VulDB Submission #431981
  • Related CVEs
  • CVE-2025-4837: Student Project Allocation System SQLi Flaw

  • CVE-2024-10424: Student Project Allocation System SQLi 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