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

CVE-2020-10189: ManageEngine Desktop Central RCE Flaw

CVE-2020-10189 is a remote code execution vulnerability in Zoho ManageEngine Desktop Central caused by unsafe deserialization. This critical flaw allows attackers to execute arbitrary code remotely. Explore details, impacts, and fixes.

Published: March 11, 2026

CVE-2020-10189 Overview

Zoho ManageEngine Desktop Central before version 10.0.474 contains a critical insecure deserialization vulnerability that allows unauthenticated remote code execution. The vulnerability exists in the getChartImage method within the FileStorage class, which improperly deserializes untrusted data. This security flaw is associated with the CewolfServlet and MDMLogUploaderServlet servlets, enabling attackers to execute arbitrary code on vulnerable systems without requiring authentication.

This vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, making immediate remediation essential for organizations running affected versions.

Critical Impact

Unauthenticated attackers can achieve complete system compromise by exploiting the insecure deserialization flaw in ManageEngine Desktop Central, potentially leading to full control of endpoint management infrastructure.

Affected Products

  • Zoho ManageEngine Desktop Central versions prior to 10.0.474
  • Systems exposing CewolfServlet and MDMLogUploaderServlet endpoints
  • Enterprise endpoint management deployments using vulnerable Desktop Central instances

Discovery Timeline

  • 2020-03-06 - CVE-2020-10189 published to NVD
  • 2025-11-07 - Last updated in NVD database

Technical Details for CVE-2020-10189

Vulnerability Analysis

This vulnerability is classified as CWE-502: Deserialization of Untrusted Data. The flaw resides in how ManageEngine Desktop Central processes serialized Java objects through specific servlet endpoints. When the getChartImage method in the FileStorage class receives a malicious serialized object, it deserializes the data without proper validation, allowing attackers to inject and execute arbitrary code.

The attack requires no authentication, meaning any attacker with network access to the affected servlets can exploit this vulnerability. Given that Desktop Central is an endpoint management solution often deployed with high privileges across enterprise networks, successful exploitation can provide attackers with a powerful foothold for lateral movement and persistence.

The vulnerability received significant attention when details were publicly disclosed on Twitter, leading to rapid weaponization by threat actors. Multiple proof-of-concept exploits became available, increasing the urgency for organizations to patch vulnerable installations.

Root Cause

The root cause of CVE-2020-10189 is the absence of proper input validation and type checking during Java object deserialization within the FileStorage class. The CewolfServlet and MDMLogUploaderServlet servlets accept serialized data from untrusted sources and pass it to the getChartImage method without verifying the integrity or type of the serialized objects. This allows attackers to craft malicious serialized payloads that, when deserialized, execute arbitrary code in the context of the application server.

Attack Vector

The attack is network-based and requires no user interaction or authentication. An attacker can craft a malicious HTTP request containing a specially crafted serialized Java object and send it to the vulnerable servlet endpoints. Upon receiving the request, the application deserializes the malicious object, triggering code execution.

The exploitation typically involves using Java deserialization gadget chains (such as those found in the ysoserial toolkit) to achieve remote command execution. The attacker sends the payload to either the CewolfServlet or MDMLogUploaderServlet endpoint, and the server processes the malicious serialized data, executing the attacker's commands with the privileges of the Desktop Central service account.

Technical details and proof-of-concept code are available in the SRC Advisory SRC-2020-0011 and on Packet Storm Security.

Detection Methods for CVE-2020-10189

Indicators of Compromise

  • Unexpected HTTP POST requests to /cewolf/* or /mdm/* servlet paths containing serialized Java objects
  • Presence of ysoserial-generated payloads or common Java deserialization gadget class signatures in web server logs
  • Unusual process spawning from the Desktop Central Java process (e.g., cmd.exe, powershell.exe, /bin/sh)
  • Webshells or unauthorized files appearing in the Desktop Central installation directory
  • Network connections from the Desktop Central server to unknown external IP addresses

Detection Strategies

  • Deploy network intrusion detection rules to identify Java serialization magic bytes (AC ED 00 05) in HTTP traffic to Desktop Central endpoints
  • Monitor web application logs for requests to vulnerable servlet paths with unusually large POST bodies or suspicious Content-Type headers
  • Implement endpoint detection rules to alert on child processes spawned by the Desktop Central service
  • Review authentication logs for any anomalous access patterns or unauthorized administrative actions

Monitoring Recommendations

  • Enable verbose logging on ManageEngine Desktop Central and forward logs to a SIEM for centralized analysis
  • Configure network monitoring to track all inbound connections to the Desktop Central server, particularly on management ports
  • Establish baseline behavior for the Desktop Central service and alert on deviations such as unexpected outbound connections or file system modifications
  • Regularly audit user accounts and privileges within Desktop Central for signs of unauthorized access or privilege escalation

How to Mitigate CVE-2020-10189

Immediate Actions Required

  • Upgrade ManageEngine Desktop Central to version 10.0.474 or later immediately
  • If immediate patching is not possible, restrict network access to the Desktop Central server using firewall rules
  • Audit systems for signs of compromise, particularly if the vulnerable version was exposed to untrusted networks
  • Review and rotate credentials for any accounts managed by Desktop Central
  • Isolate affected systems from critical network segments until patching is complete

Patch Information

Zoho has released a security patch addressing this vulnerability in ManageEngine Desktop Central version 10.0.474 and later. Organizations should download and apply the latest update from the official ManageEngine security advisory. Given that this vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog and has active exploitation, patching should be treated as an emergency priority.

Workarounds

  • Implement network segmentation to restrict access to Desktop Central management interfaces to authorized administrators only
  • Deploy a web application firewall (WAF) with rules to block Java serialization payloads in HTTP requests
  • Disable or remove the CewolfServlet and MDMLogUploaderServlet if they are not required for operations (verify with Zoho support before disabling)
  • Use reverse proxy configurations to filter and inspect traffic before it reaches the Desktop Central server
  • Monitor for and block known exploitation tools and techniques associated with Java deserialization attacks
bash
# Example: Restrict network access to Desktop Central using iptables
# Allow only trusted administrator IPs
iptables -A INPUT -p tcp --dport 8020 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8020 -j DROP
iptables -A INPUT -p tcp --dport 8443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechManageengine Desktop Central

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-502
  • Technical References
  • Packet Storm Security Advisory

  • CWE Mitre Definition

  • SRC Advisory SRC-2020-0011

  • SRC PoC Script SRC-2020-0011

  • ZDNet Article on Zoho Zero-Day

  • CISA Known Exploited Vulnerabilities CVE-2020-10189
  • Vendor Resources
  • ManageEngine RCE Vulnerability
  • Related CVEs
  • CVE-2021-44515: Desktop Central Auth Bypass Vulnerability

  • CVE-2022-23863: ManageEngine Desktop Central Auth Bypass

  • CVE-2022-23779: ManageEngine Desktop Central Info Leak

  • CVE-2021-44757: Desktop Central 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