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

CVE-2025-65734: Open eClass RCE Vulnerability via Upload

CVE-2025-65734 is a remote code execution flaw in gunet Open eClass that allows authenticated attackers to execute arbitrary code through malicious SVG file uploads. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-65734 Overview

An authenticated arbitrary file upload vulnerability exists in the Courses/Work Assignments module of gunet Open eClass v3.11. This vulnerability allows authenticated attackers to execute arbitrary code by uploading a specially crafted SVG file. The vulnerability has been addressed in version 3.13 of the platform.

Critical Impact

Authenticated attackers can upload malicious SVG files containing embedded scripts, potentially leading to cross-site scripting (XSS) attacks and arbitrary code execution within the context of other users' sessions.

Affected Products

  • gunet Open eClass v3.11
  • gunet Open eClass versions prior to v3.13

Discovery Timeline

  • 2026-03-16 - CVE CVE-2025-65734 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2025-65734

Vulnerability Analysis

This vulnerability stems from insufficient file upload validation in the Courses/Work Assignments module of Open eClass. The application fails to properly sanitize or restrict file types during the upload process, allowing attackers to submit SVG files containing malicious JavaScript code. When these crafted SVG files are rendered by a victim's browser, the embedded scripts execute within the security context of the application, enabling cross-site scripting attacks.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), indicating that user-supplied input is not adequately sanitized before being included in output that is served to other users. While SVG files are legitimate image formats, they can contain embedded <script> tags or event handlers that execute JavaScript when the image is viewed.

Root Cause

The root cause of this vulnerability is the lack of proper file type validation and content sanitization in the file upload functionality. The application does not adequately inspect uploaded files to detect and strip potentially dangerous content such as inline JavaScript within SVG files. This allows attackers to bypass expected file format restrictions and inject executable code disguised as image data.

Attack Vector

The attack requires an authenticated user with permissions to upload files to the Courses/Work Assignments module. The attacker crafts an SVG file containing malicious JavaScript payloads, such as event handlers (onload, onerror) or <script> elements. Once uploaded, when another user (potentially an administrator or instructor) views or previews the assignment submission, the embedded script executes in their browser context.

This network-based attack requires user interaction (the victim must view the malicious file) and can lead to session hijacking, credential theft, or unauthorized actions performed on behalf of the victim. Additional technical details are available in the Huntr Bounty Details.

Detection Methods for CVE-2025-65734

Indicators of Compromise

  • Presence of SVG files in the Work Assignments upload directory containing <script> tags or JavaScript event handlers
  • Web server logs showing requests to uploaded SVG files with unusual referrer patterns
  • User reports of unexpected browser behavior or pop-ups when viewing assignment submissions

Detection Strategies

  • Implement file content inspection rules to detect JavaScript code within uploaded SVG files
  • Monitor web application logs for file uploads with .svg extensions to the affected modules
  • Deploy web application firewall (WAF) rules to analyze uploaded file content for embedded scripts
  • Review server-side logs for patterns indicative of XSS exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for file upload operations in Open eClass
  • Configure intrusion detection systems to alert on SVG files containing script elements
  • Implement real-time monitoring of user session anomalies that may indicate session hijacking
  • Regularly audit uploaded files in the Work Assignments module for suspicious content

How to Mitigate CVE-2025-65734

Immediate Actions Required

  • Upgrade gunet Open eClass to version 3.13 or later immediately
  • Review all existing uploaded SVG files in the Work Assignments module for malicious content
  • Consider temporarily restricting SVG file uploads until the patch is applied
  • Audit user activity logs for signs of exploitation

Patch Information

The vulnerability has been fixed in gunet Open eClass version 3.13. Organizations should upgrade from vulnerable versions (v3.11 and earlier) to the patched version as soon as possible. For detailed information about the vulnerability and the fix, refer to the Huntr Bounty Details.

Workarounds

  • Implement server-side SVG sanitization to strip potentially dangerous elements such as <script> tags and event handlers before storing uploaded files
  • Configure the web server to serve uploaded SVG files with the Content-Disposition: attachment header to prevent inline rendering
  • Restrict file upload types to exclude SVG files if the functionality is not essential
  • Apply Content Security Policy (CSP) headers to mitigate the impact of any XSS exploitation

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

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub User Profile

  • Huntr Bounty Details

  • Huntr User Profile

  • LinkedIn Profile for Thanos Apostolidis
  • Related CVEs
  • CVE-2026-22241: Open eClass Platform RCE Vulnerability

  • 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