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-2020-37116

CVE-2020-37116: GUnet OpenEclass phpMyAdmin RCE Flaw

CVE-2020-37116 is a remote code execution vulnerability in GUnet OpenEclass 1.7.3 via phpMyAdmin 2.10.0.2. Attackers can upload shells and access config.php to obtain MySQL credentials. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37116 Overview

GUnet OpenEclass 1.7.3 includes phpMyAdmin 2.10.0.2 by default, which allows remote logins. Attackers with access to the platform can remotely access phpMyAdmin and, after uploading a shell, view the config.php file to obtain the MySQL password, leading to full database compromise. This vulnerability is classified as Improper Access Control (CWE-284).

Critical Impact

Authenticated attackers can leverage the exposed phpMyAdmin interface to upload malicious shells, extract database credentials from configuration files, and achieve complete database compromise including access to all user data, course materials, and administrative functions.

Affected Products

  • GUnet OpenEclass 1.7.3
  • phpMyAdmin 2.10.0.2 (bundled with OpenEclass)

Discovery Timeline

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

Technical Details for CVE-2020-37116

Vulnerability Analysis

This vulnerability exists due to insecure default configuration in GUnet OpenEclass 1.7.3, which bundles an outdated version of phpMyAdmin (2.10.0.2) that permits remote access without proper authentication restrictions. The attack chain involves multiple stages: first gaining access to the phpMyAdmin interface, then leveraging it to upload a web shell, and finally reading the config.php file to extract MySQL database credentials.

The exposure of phpMyAdmin to remote users creates a significant attack surface. Once an attacker can access this database management interface, they can manipulate database contents, extract sensitive information, or escalate their access by uploading malicious scripts through phpMyAdmin's SQL execution capabilities or import functionality.

Root Cause

The root cause is the inclusion of phpMyAdmin with insecure default settings that allow remote access. The OpenEclass platform fails to properly restrict access to the bundled phpMyAdmin installation, exposing it to any user who has access to the platform. Additionally, the config.php file containing database credentials is accessible to uploaded shell scripts, indicating insufficient file permission controls.

Attack Vector

The attack is network-based and requires low-privileged access to the OpenEclass platform. The attacker follows this exploitation path:

  1. Access the OpenEclass platform with valid credentials (even low-privileged user accounts)
  2. Navigate to the exposed phpMyAdmin interface at the predictable URL path
  3. Upload a PHP web shell through phpMyAdmin's functionality
  4. Execute the shell to read the contents of config.php
  5. Extract MySQL database credentials from the configuration file
  6. Connect to the MySQL database with administrative privileges

This attack requires no special tools and can be performed using standard web browser capabilities and basic SQL knowledge. The bundled phpMyAdmin version (2.10.0.2) is significantly outdated and contains multiple known security issues that facilitate this attack chain.

Detection Methods for CVE-2020-37116

Indicators of Compromise

  • Unexpected access to phpMyAdmin directories in web server access logs
  • Presence of unfamiliar PHP files in web-accessible directories, particularly shell scripts
  • Unusual database queries or connections from non-standard sources
  • Access attempts to config.php or similar configuration files from web requests

Detection Strategies

  • Monitor web server logs for requests to /phpMyAdmin/, /phpmyadmin/, or similar paths from unexpected IP addresses
  • Implement file integrity monitoring on the OpenEclass installation directory to detect newly uploaded files
  • Review database connection logs for connections originating from the web server with unusual query patterns
  • Deploy web application firewall (WAF) rules to detect common web shell signatures and SQL injection patterns

Monitoring Recommendations

  • Enable verbose logging on the web server and MySQL database to capture access patterns
  • Set up alerts for new file creation in web-accessible directories
  • Monitor outbound connections from the web server that may indicate data exfiltration
  • Implement regular security scans of the OpenEclass installation to detect unauthorized modifications

How to Mitigate CVE-2020-37116

Immediate Actions Required

  • Upgrade OpenEclass to the latest available version that addresses this security configuration issue
  • Remove or restrict access to the bundled phpMyAdmin installation immediately
  • Review and restrict file permissions on config.php to prevent web-accessible reads
  • Audit user accounts and access logs for signs of compromise or unauthorized access

Patch Information

Administrators should consult the Open eClass Changes Log for version-specific remediation guidance. The Open eClass Official Site provides the latest secure releases. For detailed technical analysis of this vulnerability, refer to the VulnCheck Advisory on Open eClass and Exploit-DB #48163.

Workarounds

  • Block access to phpMyAdmin directories using web server configuration (Apache .htaccess or Nginx location blocks)
  • Implement IP-based access restrictions to limit phpMyAdmin access to trusted administrative networks only
  • Remove the phpMyAdmin directory entirely if database management is not required through the web interface
  • Move sensitive configuration files outside the web root or implement additional access controls
bash
# Apache configuration to restrict phpMyAdmin access
# Add to .htaccess in phpMyAdmin directory or Apache config
<Directory /path/to/openeclass/phpMyAdmin>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24  # Replace with trusted admin network
</Directory>

# Alternative: Remove phpMyAdmin entirely
# rm -rf /path/to/openeclass/phpMyAdmin

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPhpmyadmin

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • 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-284
  • Technical References
  • Open eClass Changes Log

  • Exploit-DB #48163

  • Open eClass Official Site

  • VulnCheck Advisory on Open eClass
  • Related CVEs
  • CVE-2025-24530: phpMyAdmin XSS Vulnerability

  • CVE-2025-24529: phpMyAdmin Insert Tab XSS Vulnerability

  • CVE-2020-5504: phpMyAdmin SQL Injection Vulnerability

  • CVE-2022-0813: phpMyAdmin Information Disclosure 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