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-2025-3040

CVE-2025-3040: Online Time Table Generator RCE Flaw

CVE-2025-3040 is a critical RCE vulnerability in Projectworlds Online Time Table Generator 1.0 caused by unrestricted file upload in /admin/add_student.php. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-3040 Overview

A critical unrestricted file upload vulnerability has been identified in Project Worlds Online Time Table Generator version 1.0. The vulnerability exists in the /admin/add_student.php file where the pic parameter fails to properly validate uploaded files, allowing attackers to upload arbitrary files to the server. This flaw can be exploited remotely by authenticated users with low privileges, potentially leading to remote code execution if malicious scripts are uploaded and executed on the target system.

Critical Impact

Attackers can upload malicious files including web shells or executable scripts through the pic parameter, potentially gaining unauthorized access to the underlying server and compromising the entire application.

Affected Products

  • Project Worlds Online Time Table Generator 1.0
  • Systems running /admin/add_student.php endpoint with file upload functionality

Discovery Timeline

  • 2025-03-31 - CVE-2025-3040 published to NVD
  • 2025-07-09 - Last updated in NVD database

Technical Details for CVE-2025-3040

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and CWE-284 (Improper Access Control). The application fails to implement proper validation controls on file uploads through the pic parameter in the student registration functionality. Without adequate file type verification, content inspection, or extension filtering, the application blindly accepts whatever files users submit.

The attack is network-accessible and requires only low-level privileges, meaning any authenticated user with access to the add student functionality could potentially exploit this flaw. The vulnerability affects the confidentiality, integrity, and availability of the system, as successful exploitation could lead to arbitrary code execution on the server.

Root Cause

The root cause of this vulnerability stems from inadequate input validation and access control mechanisms in the file upload handling code. The /admin/add_student.php script does not properly sanitize or validate the file type, extension, or content of uploaded files through the pic parameter. This allows attackers to bypass any intended restrictions and upload files with dangerous extensions such as .php, .asp, or .jsp that can be executed by the web server.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker with valid credentials to access the admin panel can navigate to the student registration page and manipulate the pic parameter to upload a malicious file. The exploitation flow typically involves:

  1. Authenticating to the application with low-privilege credentials
  2. Navigating to /admin/add_student.php
  3. Crafting a malicious payload (such as a PHP web shell) disguised or submitted as an image file
  4. Uploading the malicious file through the pic parameter
  5. Accessing the uploaded file to execute arbitrary commands on the server

The vulnerability has been publicly disclosed and technical details are available through the GitHub Issue on CVE-11 and VulDB #302102.

Detection Methods for CVE-2025-3040

Indicators of Compromise

  • Unusual file uploads in the student picture/upload directory with executable extensions (.php, .asp, .jsp, .phtml)
  • HTTP POST requests to /admin/add_student.php containing suspicious file content or malicious payloads
  • New or unexpected files appearing in web-accessible directories with recently modified timestamps
  • Anomalous outbound network connections from the web server process

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block file upload attempts with dangerous extensions targeting /admin/add_student.php
  • Monitor file system changes in upload directories for files with executable extensions or double extensions
  • Review web server access logs for repeated POST requests to the vulnerable endpoint with large payload sizes
  • Deploy file integrity monitoring to alert on new files created in web-accessible directories

Monitoring Recommendations

  • Enable detailed logging on the web server to capture all requests to /admin/add_student.php including file upload details
  • Configure alerts for any new files with executable extensions created in the application's upload directories
  • Monitor for unusual process spawning from the web server process (httpd, nginx, php-fpm)
  • Implement network monitoring to detect command and control traffic originating from the web server

How to Mitigate CVE-2025-3040

Immediate Actions Required

  • Restrict access to /admin/add_student.php to only trusted IP addresses or authenticated administrators
  • Implement a Web Application Firewall (WAF) rule to block file uploads with dangerous extensions
  • Review and remove any suspicious files from the application's upload directories
  • Consider temporarily disabling the file upload functionality until a patch is available

Patch Information

No official vendor patch has been released for this vulnerability at the time of publication. Users are advised to implement the workarounds below and monitor the VulDB entry for updates. Given that Project Worlds Online Time Table Generator is an educational/demo project, users should consider migrating to a more actively maintained alternative or implementing custom fixes.

Workarounds

  • Implement server-side file type validation that checks MIME types and file content signatures, not just extensions
  • Create an allowlist of permitted file extensions (e.g., .jpg, .jpeg, .png, .gif) and reject all others
  • Store uploaded files outside the web root directory to prevent direct execution
  • Rename uploaded files to random strings to prevent attackers from predicting file locations
  • Configure the web server to disable script execution in upload directories using .htaccess or server configuration
bash
# Apache .htaccess configuration to prevent script execution in upload directory
# Place this file in your uploads directory

# Disable PHP execution
php_flag engine off

# Deny access to potentially dangerous file types
<FilesMatch "\.(php|phtml|php3|php4|php5|pl|py|jsp|asp|aspx|cgi|sh|bash)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

# Only allow specific image types
<FilesMatch "\.(jpg|jpeg|png|gif)$">
    Order Allow,Deny
    Allow from all
</FilesMatch>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechProjectworlds

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.33%

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

  • CWE-434
  • Technical References
  • GitHub Issue on CVE-11

  • VulDB CTI ID #302102

  • VulDB #302102

  • VulDB Submission #524934
  • Related CVEs
  • CVE-2026-0643: House Rental System RCE Vulnerability

  • CVE-2025-3042: Time Table Generator RCE Vulnerability

  • CVE-2026-4596: Lawyer Management System XSS Vulnerability

  • CVE-2026-4626: Lawyer Management System 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