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
    • 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-0783

CVE-2024-0783: Online Admission System RCE Vulnerability

CVE-2024-0783 is a critical remote code execution vulnerability in Online Admission System 1.0 affecting documents.php through unrestricted file upload. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2024-0783 Overview

A critical unrestricted file upload vulnerability has been discovered in Project Worlds Online Admission System version 1.0. This security flaw exists in the documents.php file, allowing attackers to upload arbitrary files without proper validation or restrictions. The vulnerability enables remote attackers to potentially achieve Remote Code Execution (RCE) by uploading malicious files such as PHP web shells to the target server.

Critical Impact

This unrestricted file upload vulnerability allows unauthenticated remote attackers to upload malicious files, potentially leading to complete server compromise through Remote Code Execution (RCE).

Affected Products

  • Project Worlds Online Admission System 1.0
  • Applications using documents.php file upload functionality

Discovery Timeline

  • 2024-01-22 - CVE-2024-0783 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0783

Vulnerability Analysis

This vulnerability stems from a lack of proper input validation and file type verification in the documents.php file of the Online Admission System. The application fails to implement adequate security controls when processing file uploads, allowing attackers to bypass expected restrictions and upload arbitrary file types.

The unrestricted upload vulnerability (CWE-434) occurs when the application does not properly validate the content type, file extension, or file contents before storing uploaded files in accessible directories. Without these critical checks, an attacker can upload executable scripts such as PHP web shells that, when accessed via a web browser, execute arbitrary commands on the underlying server.

Root Cause

The root cause of this vulnerability is the absence of proper file upload validation mechanisms in the documents.php component. The application lacks:

  • File type verification based on MIME type and magic bytes
  • Allowlist-based file extension filtering
  • Content validation to prevent executable code uploads
  • Proper storage of uploaded files outside the web root
  • Randomization of uploaded filenames to prevent direct access

Attack Vector

The attack can be initiated remotely over the network without requiring authentication or user interaction. An attacker exploits this vulnerability by:

  1. Identifying the vulnerable documents.php endpoint in the Online Admission System
  2. Crafting a malicious file (typically a PHP web shell) designed to execute arbitrary commands
  3. Uploading the malicious file through the unprotected upload mechanism
  4. Accessing the uploaded file via direct URL to trigger code execution
  5. Executing arbitrary commands with the privileges of the web server process

The vulnerability has been publicly disclosed, and a proof-of-concept exploit is available in the GitHub RCE PoC Repository, which demonstrates the complete exploitation workflow including the PoC script.

Detection Methods for CVE-2024-0783

Indicators of Compromise

  • Unexpected PHP files or other executable scripts appearing in upload directories
  • Web server logs showing POST requests to documents.php followed by GET requests to newly created files in upload folders
  • Suspicious outbound network connections from the web server process
  • Unusual process spawning from the web server (e.g., cmd.exe, bash, or other shells)

Detection Strategies

  • Monitor file system events for creation of new executable files (.php, .phtml, .phar) in upload directories
  • Implement web application firewall (WAF) rules to detect file upload attacks and web shell signatures
  • Analyze HTTP logs for patterns consistent with file upload exploitation attempts targeting documents.php
  • Deploy endpoint detection and response (EDR) solutions to identify post-exploitation activities

Monitoring Recommendations

  • Enable detailed logging for all file upload operations including file names, sizes, and source IPs
  • Configure intrusion detection systems (IDS) to alert on known web shell signatures and suspicious file uploads
  • Implement real-time monitoring of upload directories for unauthorized file modifications
  • Review web server access logs regularly for unusual access patterns to uploaded files

How to Mitigate CVE-2024-0783

Immediate Actions Required

  • Immediately disable or restrict access to the documents.php file upload functionality until a patch is applied
  • Audit existing upload directories for any suspicious or unauthorized files and remove them
  • Implement network-level access controls to limit exposure of the Online Admission System
  • Consider taking the application offline if it handles sensitive admission data until properly secured

Patch Information

No official vendor patch has been identified for this vulnerability at the time of publication. Organizations using Project Worlds Online Admission System 1.0 should contact the vendor for security updates or consider implementing the workarounds below. Additional technical details are available through VulDB #251699.

Workarounds

  • Implement server-side file validation using an allowlist of permitted file extensions (e.g., .pdf, .jpg, .png)
  • Add MIME type verification and magic byte checking to validate uploaded file contents
  • Store uploaded files outside the web root directory to prevent direct execution
  • Rename uploaded files using random identifiers and serve them through a controlled download script
  • Apply the principle of least privilege to the web server process to limit impact of potential compromise
bash
# Example Apache configuration to prevent execution of uploaded files
<Directory /var/www/html/uploads>
    # Disable PHP execution in upload directory
    php_admin_flag engine off
    
    # Disable script execution
    Options -ExecCGI
    
    # Only allow specific file types
    <FilesMatch "\.(?!(jpg|jpeg|png|gif|pdf)$)[^.]+$">
        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/TechOnline Admission System

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.97%

  • 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 RCE PoC Repository

  • GitHub PoC Script

  • VulDB CTI ID #251699

  • VulDB #251699
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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