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

CVE-2020-37113: GUnet OpenEclass 1.7.3 RCE Vulnerability

CVE-2020-37113 is a remote code execution flaw in GUnet OpenEclass 1.7.3 allowing authenticated users to bypass file upload restrictions and execute arbitrary code. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37113 Overview

GUnet OpenEclass 1.7.3 contains a file upload extension bypass vulnerability that allows authenticated users to upload malicious files by circumventing file type restrictions. By renaming a PHP file to use alternative extensions such as .php3 or .PhP, an attacker can successfully upload a web shell and execute arbitrary code on the server. This vulnerability specifically affects the exercise submission feature, enabling remote code execution through improper file type validation.

Critical Impact

Authenticated attackers can achieve remote code execution on vulnerable OpenEclass servers by uploading web shells through the exercise submission feature, potentially leading to full server compromise.

Affected Products

  • GUnet OpenEclass 1.7.3
  • GUnet OpenEclass e-Learning Platform (versions prior to security patch)

Discovery Timeline

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

Technical Details for CVE-2020-37113

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The file upload mechanism in GUnet OpenEclass 1.7.3 fails to properly validate file extensions using case-insensitive comparison and does not account for alternative PHP executable extensions. When users submit files through the exercise submission feature, the application applies a blocklist-based approach to prevent PHP uploads. However, this validation can be trivially bypassed using case variations (.PhP, .pHp) or alternative PHP extensions (.php3, .php4, .php5, .phtml) that Apache and other web servers may still execute as PHP.

The network-accessible attack vector requires only low privileges (authenticated user access), making exploitation straightforward for any registered user on the platform. Successful exploitation grants attackers the ability to execute arbitrary commands with the privileges of the web server process, potentially leading to complete server compromise, data exfiltration, or lateral movement within the network.

Root Cause

The root cause is insufficient input validation in the file upload handler within the exercise submission functionality. The application uses an inadequate file extension blocklist that:

  1. Performs case-sensitive extension matching, allowing bypass via mixed-case extensions like .PhP
  2. Does not include all executable PHP file extensions (.php3, .php4, .php5, .phtml)
  3. Relies solely on extension checking without validating file content or MIME types

This incomplete validation allows attackers to bypass the intended security controls and upload files that will be executed by the web server as PHP scripts.

Attack Vector

The attack exploits the file upload functionality accessible to authenticated users. An attacker with valid credentials can navigate to the exercise submission feature and upload a malicious PHP file with a modified extension. The web server, configured to execute multiple PHP-related extensions, will process the uploaded file when accessed, executing the embedded malicious code.

The attack flow involves:

  1. Authenticating to the OpenEclass platform with valid user credentials
  2. Creating or locating a PHP web shell payload
  3. Renaming the file to use a bypassed extension (e.g., shell.php3 or shell.PhP)
  4. Uploading the renamed file through the exercise submission feature
  5. Accessing the uploaded file directly via its URL path to trigger code execution

For detailed technical analysis and proof-of-concept information, refer to the Exploit-DB #48163 entry.

Detection Methods for CVE-2020-37113

Indicators of Compromise

  • Presence of PHP files with non-standard extensions (.php3, .php4, .php5, .phtml, .PhP) in exercise upload directories
  • Unusual web server access logs showing requests to recently uploaded files with alternative PHP extensions
  • Unexpected outbound network connections originating from the web server process
  • New or modified files in upload directories that contain PHP code signatures or web shell patterns

Detection Strategies

  • Implement file integrity monitoring on OpenEclass upload directories to detect unauthorized file additions
  • Configure web application firewall (WAF) rules to block requests for files with alternative PHP extensions in upload paths
  • Deploy endpoint detection and response (EDR) solutions to monitor for process spawning from the web server
  • Review Apache or web server access logs for patterns indicating web shell access attempts

Monitoring Recommendations

  • Enable detailed logging for file upload operations within the OpenEclass application
  • Monitor system calls and process creation events from the web server process for suspicious command execution
  • Set up alerts for files uploaded with executable extensions or mixed-case PHP extensions
  • Implement behavioral analysis to detect anomalous user activity patterns during file submissions

How to Mitigate CVE-2020-37113

Immediate Actions Required

  • Upgrade GUnet OpenEclass to a patched version as indicated in the Open eClass Changes Document
  • Review and remove any suspicious files with alternative PHP extensions from upload directories
  • Implement strict allowlist-based file extension validation at the application level
  • Restrict web server configuration to only execute .php files, disabling execution of alternative extensions

Patch Information

Administrators should consult the official Open eClass Homepage for the latest security updates and patched versions. The VulnCheck Advisory for Open eClass provides additional context on affected versions and remediation guidance.

Workarounds

  • Configure Apache to only execute files with the exact .php extension in upload directories
  • Implement server-side content inspection to validate uploaded files are not executable code
  • Move uploaded files outside the web root and serve them through a proxy script that sets appropriate headers
  • Apply file permission restrictions to prevent execution of files in upload directories
bash
# Apache configuration to disable PHP execution in upload directories
<Directory "/var/www/openeclass/upload">
    # Disable PHP execution
    php_admin_flag engine off
    
    # Prevent execution of alternative PHP extensions
    <FilesMatch "\.(php[0-9]?|phtml|phar)$">
        Require all denied
    </FilesMatch>
    
    # Force download for all files
    ForceType application/octet-stream
    Header set Content-Disposition attachment
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGunet Openeclass

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
  • Open eClass Changes Document

  • Exploit-DB #48163

  • Open eClass Homepage

  • VulnCheck Advisory for Open eClass
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | 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