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

CVE-2024-4966: Sinamjackson Schoolwebtech RCE Vulnerability

CVE-2024-4966 is a critical remote code execution vulnerability in Sinamjackson Schoolwebtech 1.0 caused by unrestricted file upload. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2024-4966 Overview

CVE-2024-4966 is an unrestricted file upload vulnerability in SourceCodester SchoolWebTech 1.0. The flaw resides in an unspecified function within /improve/home.php, where the image parameter accepts attacker-controlled file uploads without validation. An unauthenticated remote attacker can submit a request to upload arbitrary files, potentially including server-side scripts. The vulnerability is tracked under CWE-434 (Unrestricted Upload of File with Dangerous Type) and has been publicly disclosed under VulDB identifier 264534.

Critical Impact

Remote attackers can upload arbitrary files through the image parameter in /improve/home.php without authentication, with public disclosure increasing exposure risk.

Affected Products

  • SourceCodester SchoolWebTech 1.0
  • Vendor: sinamjackson
  • CPE: cpe:2.3:a:sinamjackson:schoolwebtech:1.0

Discovery Timeline

  • 2024-05-16 - CVE-2024-4966 published to NVD
  • 2025-02-10 - Last updated in NVD database

Technical Details for CVE-2024-4966

Vulnerability Analysis

The vulnerability exists in the file upload handler located at /improve/home.php within SchoolWebTech 1.0. The application processes the image request parameter without enforcing restrictions on file type, extension, content type, or MIME validation. This classifies the issue as an Unrestricted File Upload weakness under CWE-434.

Because the upload endpoint is reachable over the network and requires no authentication or user interaction, an attacker can deliver a crafted multipart request directly to the vulnerable handler. The application accepts the file and stores it in a location reachable by the web server. If the uploaded file contains executable PHP code and lands in a directory served by the PHP interpreter, the attacker can then request the file to achieve code execution under the privileges of the web server process.

The exploit details have been publicly disclosed through VulDB and a GitHub issue tracker, lowering the technical barrier for opportunistic exploitation.

Root Cause

The root cause is the absence of server-side input validation on the image parameter. The application does not enforce allow-listing for file extensions, does not verify MIME types, and does not rename or sandbox uploaded content. Combined with a publicly reachable upload path, this design enables direct delivery of attacker-controlled files.

Attack Vector

Attackers issue an HTTP POST request to /improve/home.php containing a multipart form field named image. The payload can be a PHP web shell or other executable script. After upload, the attacker retrieves the file via its predictable URL to trigger execution. No credentials or user interaction are required.

No verified exploitation code is published in vetted exploit repositories at this time. See the VulDB advisory #264534 for additional technical context.

Detection Methods for CVE-2024-4966

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .phar) created within the SchoolWebTech /improve/ directory tree
  • HTTP POST requests to /improve/home.php containing multipart form data with the image field from external sources
  • Web server access logs showing GET requests to recently uploaded files in upload directories
  • Outbound network connections initiated by the web server process to unfamiliar hosts following file upload activity

Detection Strategies

  • Inspect web server and WAF logs for POST requests to /improve/home.php with non-image file contents in the image parameter
  • Monitor the web root for file creation events involving server-executable extensions using file integrity monitoring tools
  • Correlate upload events with subsequent shell-like process activity (sh, bash, cmd.exe) spawned by the PHP runtime

Monitoring Recommendations

  • Enable verbose logging on the PHP-FPM or Apache worker to capture script execution paths under the SchoolWebTech application
  • Configure alerts for any newly written file in upload directories that is subsequently requested via HTTP
  • Track anomalous user-agents and source IPs targeting /improve/home.php and apply rate limiting

How to Mitigate CVE-2024-4966

Immediate Actions Required

  • Restrict network access to the SchoolWebTech application using firewall rules or an authentication-enforcing reverse proxy until a fix is available
  • Disable PHP execution in any directory that receives user-uploaded content via web server configuration
  • Remove or rename /improve/home.php if the upload functionality is not required for production operation
  • Audit upload directories for unauthorized files and remove any web shells or unknown scripts

Patch Information

No vendor patch has been published for SourceCodester SchoolWebTech 1.0 at the time of this writing. Organizations running this application should treat it as unmaintained and consider migration to a supported alternative. Refer to the VulDB submission record and the GitHub issue discussion for ongoing updates.

Workarounds

  • Implement a web application firewall rule blocking POST requests to /improve/home.php that contain non-image MIME types in the image field
  • Enforce server-side allow-listing of file extensions and validate magic bytes for any required upload feature
  • Store uploaded files outside the web root and serve them through a download handler that prevents script interpretation
  • Apply least-privilege file system permissions to the web server process to limit post-upload impact
bash
# Example Apache configuration disabling PHP execution in upload directories
<Directory "/var/www/schoolwebtech/improve/uploads">
    php_admin_flag engine off
    <FilesMatch "\.(php|phtml|phar|php3|php4|php5|php7)$">
        Require all denied
    </FilesMatch>
    Options -ExecCGI
    AddType text/plain .php .phtml .phar
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSchoolwebtech

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-434
  • Technical References
  • GitHub Issue Discussion

  • VulDB CTI ID #264534

  • VulDB #264534

  • VulDB Submission #334216
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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