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

CVE-2026-24672: Open eClass Platform XSS Vulnerability

CVE-2026-24672 is a stored cross-site scripting flaw in Open eClass platform that lets authenticated students inject malicious scripts into profile fields. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-24672 Overview

A Stored Cross-Site Scripting (XSS) vulnerability has been identified in the Open eClass platform (formerly known as GUnet eClass), a complete course management system used in educational environments. Prior to version 4.2, authenticated students can inject malicious JavaScript into user profile fields. This malicious script is subsequently executed when users with viewing privileges access the affected application pages, potentially compromising user sessions and sensitive data.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the context of other users' sessions, potentially leading to session hijacking, credential theft, and unauthorized actions within the learning management system.

Affected Products

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

Discovery Timeline

  • 2026-02-03 - CVE-2026-24672 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-24672

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists in the user profile functionality of the Open eClass platform. The application fails to properly sanitize user-supplied input in profile fields before storing it in the database and subsequently rendering it to other users. When a student creates or modifies their profile with malicious JavaScript code, this payload is stored persistently and executed in the browsers of any user who views the affected profile page.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which encompasses cross-site scripting flaws. Because the malicious payload is stored server-side and delivered to victims through normal application functionality, this represents a particularly dangerous form of XSS that can affect multiple users without requiring direct attacker interaction with each victim.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the user profile functionality. The Open eClass platform does not adequately sanitize JavaScript and HTML content submitted through profile fields before storing it in the database. Additionally, the application fails to properly encode this data when rendering profile pages, allowing stored scripts to execute in the victim's browser context.

Attack Vector

An authenticated attacker with student-level access can exploit this vulnerability by injecting malicious JavaScript code into their user profile fields. The attack follows this sequence: the attacker first authenticates to the platform with valid student credentials, then navigates to profile editing functionality and inserts JavaScript payloads into vulnerable input fields. When other users (including administrators and instructors) view the attacker's profile or pages displaying profile information, the malicious script executes in their browser session. This can enable session hijacking, cookie theft, phishing attacks, or performing unauthorized actions on behalf of the victim.

The attack requires network access and low privileges (any authenticated student account), but depends on user interaction from the victim who must view the affected content for the payload to execute.

Detection Methods for CVE-2026-24672

Indicators of Compromise

  • Unusual JavaScript code patterns in database entries for user profile fields
  • Profile field values containing <script> tags, event handlers (e.g., onerror, onload), or JavaScript URIs
  • Web application logs showing profile updates with encoded or obfuscated payloads
  • User reports of unexpected browser behavior when viewing student profiles

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payload patterns in form submissions
  • Enable Content Security Policy (CSP) headers and monitor for policy violations that may indicate XSS attempts
  • Conduct regular database audits to identify stored payloads containing script tags or JavaScript event handlers
  • Review web server logs for suspicious POST requests to profile update endpoints

Monitoring Recommendations

  • Enable detailed logging for all user profile modification activities
  • Configure alerts for CSP violation reports that may indicate XSS exploitation attempts
  • Monitor for unusual session activity patterns that could indicate session hijacking via XSS
  • Implement behavioral analysis to detect anomalous actions performed by user accounts following profile page views

How to Mitigate CVE-2026-24672

Immediate Actions Required

  • Upgrade to Open eClass version 4.2 or later immediately
  • Audit existing user profile data in the database for malicious scripts and remove any suspicious content
  • Implement Content Security Policy headers to mitigate the impact of any stored payloads
  • Review recent user profile changes for signs of attempted exploitation

Patch Information

The vulnerability has been addressed in Open eClass version 4.2. Organizations running affected versions should upgrade to this patched release as soon as possible. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Implement a Web Application Firewall with XSS filtering rules to block malicious payloads in profile submissions
  • Deploy strict Content Security Policy headers to prevent inline script execution
  • Restrict profile viewing permissions to limit potential victim exposure until patching is complete
  • Consider temporarily disabling user profile editing functionality if immediate patching is not feasible

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpen Eclass

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24674: Open eClass Platform XSS Vulnerability

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