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-2026-22241

CVE-2026-22241: Open eClass Platform RCE Vulnerability

CVE-2026-22241 is a remote code execution flaw in Open eClass platform caused by arbitrary file upload in theme import functionality. Attackers with admin privileges can execute malicious code on the server.

Updated: January 22, 2026

CVE-2026-22241 Overview

CVE-2026-22241 is an arbitrary file upload vulnerability affecting the Open eClass platform (formerly known as GUnet eClass), a widely-used course management system in educational institutions. The vulnerability exists in the theme import functionality and allows attackers with administrative privileges to upload arbitrary files to the server's file system. Due to the lack of validation or sanitization of files present inside uploaded zip archives, this flaw can be exploited to achieve remote code execution on the web server.

Critical Impact

Successful exploitation enables authenticated administrators to upload malicious files, including web shells or backdoors, leading to complete server compromise and remote code execution.

Affected Products

  • Open eClass platform versions prior to 4.2
  • GUnet eClass (legacy naming) versions prior to 4.2

Discovery Timeline

  • 2026-01-08 - CVE-2026-22241 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2026-22241

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type). The flaw resides in the theme import functionality within the administrative interface of Open eClass. When an administrator uploads a theme package as a zip archive, the application fails to properly validate or sanitize the contents of the archive before extraction.

The exploitation requires network access and administrative privileges on the Open eClass platform. While this limits the attack surface to authenticated administrators, compromised admin credentials or insider threats could leverage this vulnerability for complete server takeover. The impact spans full compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2026-22241 is the absence of file validation and sanitization mechanisms when processing uploaded zip archives in the theme import feature. The application extracts all files from the uploaded archive without checking file types, extensions, or content, allowing arbitrary files—including executable PHP scripts—to be placed on the server's file system.

Attack Vector

An attacker with administrative access to the Open eClass platform can exploit this vulnerability by:

  1. Crafting a malicious zip archive containing a PHP web shell or other executable payload
  2. Navigating to the theme import functionality in the admin panel
  3. Uploading the crafted zip archive as a "theme package"
  4. The server extracts the archive without validation, placing the malicious file in an accessible location
  5. Accessing the uploaded malicious file directly via HTTP to execute arbitrary code

The following patch from modules/admin/theme_options.php addresses the vulnerability by implementing proper sanitization:

php
                 "" => array('fluidContainerWidth','maxHeightJumbotron','maxWidthTextJumbotron', 'sliderWidthImgForm')
             );
 $active_theme = get_config('theme_options_id');
-$preview_theme = isset($_SESSION['theme_options_id']) ? $_SESSION['theme_options_id'] : NULL;
-$theme_id = isset($preview_theme) ? $preview_theme : $active_theme;
+$preview_theme = $_SESSION['theme_options_id'] ?? NULL;
+$theme_id = $preview_theme ?? $active_theme;
 if (isset($_GET['reset_theme_options'])) {
     unset($_SESSION['theme_options_id']);
     redirect_to_home_page('modules/admin/theme_options.php');

Source: GitHub Commit Update

Detection Methods for CVE-2026-22241

Indicators of Compromise

  • Unexpected PHP files or web shells appearing in theme directories or upload paths
  • Suspicious HTTP requests targeting newly created files in theme-related directories
  • Administrative activity related to theme imports from unusual IP addresses or at unusual times
  • Server logs showing execution of unfamiliar PHP scripts in web-accessible directories

Detection Strategies

  • Monitor file system changes in Open eClass theme directories for unauthorized file creation
  • Implement web application firewall (WAF) rules to detect and block uploads containing executable file types
  • Review administrative audit logs for theme import activities and correlate with expected maintenance windows
  • Deploy file integrity monitoring on the Open eClass installation directory

Monitoring Recommendations

  • Enable verbose logging for the Open eClass administrative interface
  • Set up alerts for new file creation events in the themes and upload directories
  • Monitor outbound network connections from the web server for signs of reverse shell activity
  • Implement SIEM correlation rules to detect file upload followed by immediate HTTP access to new files

How to Mitigate CVE-2026-22241

Immediate Actions Required

  • Upgrade Open eClass to version 4.2 or later immediately
  • Audit all existing files in theme directories for unauthorized or suspicious content
  • Review administrative access logs for any recent theme import activities
  • Restrict administrative access to trusted users and implement multi-factor authentication

Patch Information

The vulnerability has been addressed in Open eClass version 4.2. The fix implements proper validation and sanitization of files within uploaded zip archives during theme imports. Organizations should upgrade to version 4.2 or later by applying the security patch referenced in commit 3f9d267b79812a4dd708bb1302339e6a5abe67d9. For detailed information, refer to the GitHub Security Advisory GHSA-rf6j-xgqp-wjxg.

Workarounds

  • Disable the theme import functionality in the administrative panel until patching is possible
  • Implement network-level access controls to restrict administrative panel access to trusted IP ranges
  • Configure the web server to deny execution of PHP files in theme upload directories
  • Deploy a web application firewall with rules blocking zip file uploads containing PHP files
bash
# Example: Disable PHP execution in theme upload directory (Apache)
<Directory /var/www/openeclass/themes/uploads>
    php_admin_flag engine off
    <FilesMatch "\.php$">
        Require all denied
    </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/TechOpen Eclass

  • SeverityHIGH

  • CVSS Score7.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-rf6j-xgqp-wjxg
  • Related CVEs
  • CVE-2025-65734: Open eClass RCE Vulnerability via Upload

  • CVE-2026-24666: Open eClass Platform CSRF Vulnerability

  • CVE-2026-24664: Open eClass Username Enumeration Flaw

  • CVE-2026-24669: Open eClass Auth Bypass 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