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

CVE-2026-24674: Open eClass Platform XSS Vulnerability

CVE-2026-24674 is a reflected cross-site scripting flaw in Open eClass platform that allows attackers to execute malicious JavaScript via crafted URLs. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-24674 Overview

A Reflected Cross-Site Scripting (XSS) vulnerability has been identified in the Open eClass platform (formerly known as GUnet eClass), a complete course management system used by educational institutions. Prior to version 4.2, the platform fails to properly sanitize user-supplied input, allowing remote attackers to execute arbitrary JavaScript code in the context of authenticated users by crafting malicious URLs and tricking victims into visiting them.

Critical Impact

Attackers can steal session cookies, hijack user accounts, perform actions on behalf of authenticated users, and potentially compromise sensitive educational data within the learning management system.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-24674

Vulnerability Analysis

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The reflected XSS vulnerability in Open eClass occurs when user-controlled input is echoed back in the HTTP response without adequate sanitization or encoding.

In a reflected XSS attack scenario, the malicious payload is delivered through the URL itself. When an authenticated user clicks on a specially crafted link, the vulnerable application reflects the malicious script back to the user's browser, where it executes within the trusted context of the Open eClass domain. This allows the attacker to bypass same-origin policy restrictions and access sensitive information such as session tokens, cookies, and user data.

The attack requires user interaction—specifically, the victim must be tricked into clicking a malicious link while authenticated to the platform. Despite this requirement, the vulnerability poses significant risk to educational institutions where phishing attacks targeting students and faculty are common.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding within the Open eClass platform. User-supplied data from URL parameters is incorporated into the HTML response without proper sanitization, allowing HTML and JavaScript content to be injected and executed in the victim's browser context.

Attack Vector

The attack vector is network-based, requiring the attacker to craft a malicious URL containing JavaScript payload and convince an authenticated Open eClass user to click the link. This can be achieved through:

  • Phishing emails targeting students or faculty members
  • Social engineering attacks via messaging platforms
  • Posting malicious links in forums or course discussion boards
  • Embedding links in seemingly legitimate educational content

The vulnerability enables attackers to execute arbitrary JavaScript in the victim's browser, potentially leading to session hijacking, credential theft, unauthorized access to course materials, grade manipulation, or further attacks against other users of the platform.

Detection Methods for CVE-2026-24674

Indicators of Compromise

  • Suspicious URL parameters containing JavaScript code or HTML tags in Open eClass access logs
  • Unusual user session activity following clicks on external links
  • Reports from users about unexpected behavior or redirects within the platform
  • Network traffic showing encoded JavaScript payloads in GET or POST requests to Open eClass endpoints

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS payloads in URL parameters
  • Monitor access logs for suspicious patterns including <script>, javascript:, onerror=, and other XSS indicators
  • Deploy endpoint detection solutions to identify malicious script execution in browser contexts
  • Enable Content Security Policy (CSP) reporting to detect and log XSS attempts

Monitoring Recommendations

  • Configure real-time alerting for abnormal patterns in Open eClass URL parameters
  • Review browser console errors and CSP violation reports from client-side monitoring
  • Monitor authentication logs for session anomalies following external link access
  • Implement user behavior analytics to detect post-exploitation activities such as unusual data access patterns

How to Mitigate CVE-2026-24674

Immediate Actions Required

  • Upgrade Open eClass platform to version 4.2 or later immediately
  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Enable HTTP-Only and Secure flags on session cookies to limit cookie theft impact
  • Educate users about the risks of clicking unfamiliar links while authenticated

Patch Information

This vulnerability has been addressed in Open eClass version 4.2. Organizations running affected versions should upgrade to the patched version as soon as possible. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Deploy a web application firewall (WAF) with XSS protection rules to filter malicious requests
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Consider restricting access to the platform from trusted networks only until patching is complete
  • Enable additional authentication factors to reduce the impact of potential session hijacking
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"

# Example CSP header configuration for Nginx
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';";

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

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24672: 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