A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-5671

CVE-2026-5671: Cyber-III Student Management XSS Flaw

CVE-2026-5671 is a cross-site scripting vulnerability in Cyber-III Student-Management-System affecting the Class Schedule Deletion endpoint. This article covers the technical details, attack vectors, and mitigation strategies.

Published: April 10, 2026

CVE-2026-5671 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in the Cyber-III Student-Management-System, specifically affecting the Class Schedule Deletion Endpoint. The vulnerability exists in the /admin/class%20schedule/delete_batch.php file, where improper sanitization of the batch parameter allows attackers to inject malicious scripts. This vulnerability can be exploited remotely without authentication, requiring only user interaction to execute the payload.

Critical Impact

Attackers can execute arbitrary JavaScript code in the context of authenticated administrative sessions, potentially leading to session hijacking, credential theft, or unauthorized actions within the student management system.

Affected Products

  • Cyber-III Student-Management-System (up to commit 1a938fa61e9f735078e9b291d2e6215b4942af3f)
  • All versions prior to a security fix (project does not use semantic versioning)

Discovery Timeline

  • 2026-04-06 - CVE-2026-5671 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-5671

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The vulnerable endpoint /admin/class%20schedule/delete_batch.php fails to properly sanitize user-supplied input passed through the batch parameter before incorporating it into the web page output.

When an administrator interacts with a crafted URL or form submission containing malicious JavaScript in the batch parameter, the script executes within their browser session. This allows attackers to perform actions on behalf of authenticated administrators, access sensitive student data, or pivot to further attacks against the school management infrastructure.

The exploit has been publicly disclosed through GitHub Issue #242, increasing the urgency for organizations to implement protective measures. The project maintainers were notified through an issue report but have not yet responded with a patch.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the Class Schedule Deletion functionality. The batch parameter is processed without proper sanitization, allowing HTML and JavaScript content to be reflected or stored in the application's output. This is a common vulnerability pattern in PHP web applications where user input is directly echoed to the page without using functions like htmlspecialchars() or implementing Content Security Policy headers.

Attack Vector

The attack leverages a network-accessible endpoint that accepts user-controlled input through the batch parameter. An attacker crafts a malicious URL or form submission containing JavaScript payload and tricks an authenticated administrator into clicking the link or submitting the form. The attack requires user interaction (such as clicking a link) but does not require any prior authentication by the attacker.

The attack scenario typically involves:

  1. Attacker identifies the vulnerable endpoint in the Student-Management-System
  2. Attacker crafts a malicious request with XSS payload in the batch parameter
  3. Attacker delivers the malicious link to an administrator via phishing or other social engineering
  4. Administrator clicks the link while authenticated to the system
  5. Malicious JavaScript executes in the administrator's browser context
  6. Attacker gains access to session tokens, can perform administrative actions, or exfiltrate sensitive data

Detection Methods for CVE-2026-5671

Indicators of Compromise

  • Unusual HTTP requests to /admin/class%20schedule/delete_batch.php with encoded script tags or JavaScript in the batch parameter
  • Web application logs showing URL-encoded characters like %3Cscript%3E or javascript: in request parameters
  • Browser-based alerts or unexpected redirects reported by administrative users
  • Session tokens appearing in external request logs or referrer headers

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS patterns in the batch parameter
  • Enable detailed logging for all requests to the /admin/class%20schedule/ directory
  • Deploy browser-based XSS detection tools that can identify script injection attempts
  • Use SIEM correlation rules to detect multiple failed XSS attempts from the same source

Monitoring Recommendations

  • Monitor web server access logs for requests containing script tags, event handlers, or JavaScript protocol handlers
  • Set up alerts for anomalous parameter lengths or character patterns in the batch parameter
  • Track administrative session activity for signs of session hijacking or unauthorized actions
  • Review application error logs for malformed input that may indicate exploitation attempts

How to Mitigate CVE-2026-5671

Immediate Actions Required

  • Restrict access to the /admin/class%20schedule/delete_batch.php endpoint using IP allowlisting or VPN requirements
  • Implement a Web Application Firewall (WAF) rule to sanitize or block requests with suspicious content in the batch parameter
  • Enable Content Security Policy (CSP) headers to prevent inline script execution
  • Educate administrators about the risks of clicking unknown links while authenticated to the system

Patch Information

No official patch has been released by the project maintainers at this time. The vulnerability was reported through GitHub Issue #242, but the project has not responded. Organizations should monitor the GitHub Project Repository for updates and consider implementing custom fixes or alternative mitigations.

Workarounds

  • Apply input validation at the application level by modifying delete_batch.php to sanitize the batch parameter using htmlspecialchars() or similar encoding functions
  • Implement a reverse proxy or WAF rule that strips or encodes dangerous characters from the batch parameter
  • Disable or restrict access to the Class Schedule Deletion functionality until an official patch is available
  • Consider migrating to an alternative student management system if the project remains unresponsive to security issues
bash
# Example Apache .htaccess rule to restrict endpoint access
<Files "delete_batch.php">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    # Add additional trusted IP ranges as needed
</Files>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCyber Iii Student Management System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Project Repository

  • GitHub Issue #242

  • VulDB Submission #786028

  • VulDB Vulnerability #355493

  • VulDB CTI for #355493
  • Related CVEs
  • CVE-2026-5644: Student Management System XSS Vulnerability

  • CVE-2026-5670: Student Management System RCE 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