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
    • 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-2025-11347

CVE-2025-11347: Crud Operation System RCE Vulnerability

CVE-2025-11347 is a remote code execution vulnerability in Code-projects Crud Operation System up to version 3.3, caused by unrestricted file upload. This article covers technical details, affected versions, and mitigation strategies.

Published: March 18, 2026

CVE-2025-11347 Overview

A vulnerability has been identified in code-projects Student Crud Operation up to version 3.3 that allows unrestricted file upload through the add.php file. This vulnerability affects the move_uploaded_file function within the Add Student Page and Edit Student Page components. An attacker can remotely exploit this flaw by manipulating file uploads, potentially leading to remote code execution on the affected system.

Critical Impact

Unrestricted file upload vulnerability enables attackers to upload arbitrary files including malicious scripts, potentially leading to complete system compromise and remote code execution.

Affected Products

  • code-projects crud_operation_system up to version 3.3
  • Student Crud Operation - Add Student Page component
  • Student Crud Operation - Edit Student Page component

Discovery Timeline

  • October 7, 2025 - CVE-2025-11347 published to NVD
  • October 14, 2025 - Last updated in NVD database

Technical Details for CVE-2025-11347

Vulnerability Analysis

This unrestricted file upload vulnerability (CWE-434) combined with improper access control (CWE-284) exists in the Student Crud Operation application's file handling mechanism. The vulnerability is network-accessible and requires no authentication or user interaction to exploit. The move_uploaded_file function in add.php fails to properly validate uploaded files, allowing attackers to bypass security controls and upload arbitrary file types.

The public availability of exploit details increases the risk of active exploitation in the wild. Organizations using this student management system should treat this vulnerability with urgency, as successful exploitation could grant attackers the ability to execute arbitrary code on the web server.

Root Cause

The root cause of this vulnerability lies in improper input validation and missing file type restrictions in the file upload functionality. The application's move_uploaded_file function does not adequately verify that uploaded files conform to expected file types (such as images for student photos). This allows attackers to upload files with executable extensions like .php, which can then be accessed directly to execute malicious code on the server.

The lack of proper access control mechanisms (CWE-284) compounds this issue, as no authentication is required to access the vulnerable upload functionality.

Attack Vector

The attack can be initiated remotely over the network against the Add Student Page or Edit Student Page components. An attacker can craft a malicious file (such as a PHP web shell) disguised or presented as a legitimate upload. By submitting this file through the vulnerable add.php endpoint, the attacker can place executable code on the server. Once uploaded, the attacker can navigate to the uploaded file's location to trigger code execution, potentially gaining full control of the web application and underlying server.

The vulnerability does not require any authentication, making it accessible to any network attacker who can reach the application. For technical details on exploitation, refer to the GitHub PoC Repository.

Detection Methods for CVE-2025-11347

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .php5) appearing in upload directories
  • Web shell signatures or suspicious PHP files in student image/upload folders
  • HTTP POST requests to add.php containing non-image file content types
  • Unusual outbound connections or command execution from the web server process

Detection Strategies

  • Monitor web server logs for POST requests to add.php with suspicious payloads or unusual file extensions
  • Implement file integrity monitoring on upload directories to detect unauthorized file additions
  • Deploy web application firewall (WAF) rules to block uploads containing PHP code or other executable content
  • Review access logs for sequential patterns of file upload followed by direct file access requests

Monitoring Recommendations

  • Enable verbose logging for the web application to capture detailed upload request information
  • Configure intrusion detection systems to alert on web shell signatures and common exploitation patterns
  • Implement real-time file system monitoring on directories where uploaded files are stored
  • Establish baseline traffic patterns to identify anomalous upload activity to the affected endpoints

How to Mitigate CVE-2025-11347

Immediate Actions Required

  • Restrict or disable the file upload functionality in add.php until a patch is available
  • Implement strict file type validation, allowing only expected image formats (JPEG, PNG, GIF)
  • Add authentication requirements to the Add Student and Edit Student pages
  • Review upload directories for any suspicious or unexpected files and remove them immediately

Patch Information

No official vendor patch has been identified at this time. Organizations should monitor the Code Projects website for security updates. In the absence of an official patch, implementing the workarounds below is strongly recommended. Additional vulnerability details can be found at VulDB #327232.

Workarounds

  • Implement server-side file type validation using MIME type checking and file header verification
  • Rename uploaded files to random strings and store them outside the web root directory
  • Configure the web server to prevent execution of scripts in upload directories using .htaccess or server configuration
  • Deploy a web application firewall to filter malicious upload attempts
bash
# Apache .htaccess configuration to prevent PHP execution in uploads directory
# Place this file in your uploads directory
<Directory /path/to/uploads>
    php_admin_flag engine off
    AddHandler cgi-script .php .phtml .php5 .php7
    Options -ExecCGI
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCode Projects

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.06%

  • 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:P/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
  • Code Projects Home

  • GitHub PoC Repository

  • VulDB #327232 (CTIID)

  • VulDB #327232

  • VulDB Submission #664897
  • Related CVEs
  • CVE-2025-70151: Scholars Tracking System RCE Vulnerability

  • CVE-2025-8255: Exam Form Submission RCE Vulnerability

  • CVE-2025-6837: Library System RCE Vulnerability

  • CVE-2025-6900: Library System RCE Vulnerability
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