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

CVE-2025-11657: Oranbyte School Management System RCE

CVE-2025-11657 is a remote code execution vulnerability in Oranbyte School Management System caused by unrestricted file upload in createNotice.php. This article covers technical details, affected versions, and mitigation strategies.

Published: March 18, 2026

CVE-2025-11657 Overview

A security vulnerability has been detected in Oranbyte School Management System affecting versions up to commit 6b6fae5426044f89c08d0dd101c7fa71f9042a59. This vulnerability impacts the file /assets/createNotice.php where manipulation of the File argument leads to unrestricted file upload. The attack can be initiated remotely without authentication, potentially allowing attackers to upload malicious files to the web server.

Critical Impact

Unrestricted file upload vulnerability enables remote attackers to upload arbitrary files including web shells and malicious scripts, potentially leading to complete server compromise.

Affected Products

  • Oranbyte School Management System (versions up to commit 6b6fae5426044f89c08d0dd101c7fa71f9042a59)
  • School Management System version 1.0

Discovery Timeline

  • October 13, 2025 - CVE-2025-11657 published to NVD
  • October 16, 2025 - Last updated in NVD database

Technical Details for CVE-2025-11657

Vulnerability Analysis

This vulnerability is classified as an Unrestricted File Upload (CWE-434) with associated Improper Access Control (CWE-284). The vulnerable component resides in the /assets/createNotice.php endpoint, which handles file uploads for creating notices within the school management system. The application fails to properly validate or restrict the types of files that can be uploaded through the File parameter.

The exploit has been disclosed publicly and may be used by malicious actors. This product uses a rolling release model to deliver continuous updates, making it difficult to determine specific affected version numbers. The vulnerability is network-exploitable, requiring no authentication or user interaction to trigger.

Root Cause

The root cause of this vulnerability is inadequate input validation on file uploads in the createNotice.php script. The application does not implement proper file type validation, file extension checks, or content-type verification on uploaded files. This allows attackers to bypass any intended restrictions and upload files with arbitrary extensions, including executable scripts such as PHP web shells.

Attack Vector

The attack vector is network-based, allowing remote exploitation without any privileges or user interaction required. An attacker can craft a malicious HTTP POST request to the /assets/createNotice.php endpoint with a weaponized file payload. Since there are no file type restrictions, the attacker can upload a PHP script or other server-executable file that provides remote command execution capabilities once accessed via the web server.

The vulnerability mechanism involves:

  1. An attacker identifies the vulnerable /assets/createNotice.php endpoint
  2. A malicious file (e.g., PHP web shell) is crafted and sent via the File parameter
  3. The application accepts the upload without validating file type or content
  4. The uploaded file is stored in an accessible location on the server
  5. The attacker accesses the uploaded file directly, executing arbitrary code

For technical details and proof-of-concept information, refer to the GitHub CVE Issue Tracker and VulDB entry #328074.

Detection Methods for CVE-2025-11657

Indicators of Compromise

  • Unusual file uploads to /assets/ directory with executable extensions (.php, .phtml, .php5)
  • Web server logs showing POST requests to /assets/createNotice.php from unknown or suspicious IP addresses
  • Presence of unexpected PHP files or web shells in upload directories
  • Outbound connections from the web server to unknown external hosts

Detection Strategies

  • Monitor HTTP POST requests to /assets/createNotice.php for suspicious file uploads
  • Implement file integrity monitoring (FIM) on web-accessible directories to detect unauthorized file additions
  • Configure web application firewalls (WAF) to inspect and block uploads containing PHP code or executable content
  • Review web server access logs for patterns indicating upload exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in the School Management System
  • Set up alerts for new file creation events in web-accessible upload directories
  • Monitor for anomalous web server process behavior that could indicate web shell execution
  • Implement network monitoring for command-and-control traffic patterns from web server hosts

How to Mitigate CVE-2025-11657

Immediate Actions Required

  • Restrict access to /assets/createNotice.php using IP whitelisting or authentication controls
  • Implement server-side file type validation that checks both extension and MIME type
  • Configure the web server to prevent execution of uploaded files in upload directories
  • Review existing uploaded files for any malicious content and remove suspicious files immediately

Patch Information

This product uses a rolling release model for continuous updates. No specific patch version has been announced. Organizations should monitor the official project repository for security updates and apply the latest commits that address this vulnerability. Contact the vendor (Oranbyte) for guidance on obtaining patched versions of the School Management System.

Workarounds

  • Disable the file upload functionality in /assets/createNotice.php until a proper fix is applied
  • Move uploaded files to a non-web-accessible directory and serve them through a secure handler
  • Implement a whitelist of allowed file extensions (e.g., only .jpg, .png, .pdf) for notice attachments
  • Add .htaccess rules to prevent PHP execution in upload directories
bash
# Apache configuration to prevent PHP execution in uploads directory
<Directory "/var/www/html/assets/uploads">
    php_admin_flag engine off
    <FilesMatch "\.php$">
        Deny from all
    </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/TechOranbyte School Management System

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • 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
  • GitHub CVE Issue Tracker

  • VulDB CTI ID #328074

  • VulDB #328074

  • VulDB Submission #665604
  • Related CVEs
  • CVE-2025-11660: School Management System RCE Vulnerability

  • CVE-2025-11656: Oranbyte School Management System RCE Flaw

  • CVE-2025-11658: School Management System RCE Vulnerability

  • CVE-2025-11659: School Management 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