CVE-2026-85640 Overview
CVE-2026-85640 is a privilege escalation vulnerability in Zohocorp ManageEngine Endpoint Central. The flaw stems from an outdated third-party component bundled with affected releases and is tracked under [CWE-269: Improper Privilege Management]. All versions below 11.5.2600.15 are affected. A local, authenticated attacker with low privileges can leverage the outdated component to gain elevated access on the host running Endpoint Central. The scope is changed, meaning the impact can extend beyond the vulnerable component itself. Zohocorp addressed the issue in build 11.5.2600.15 and published guidance in the ManageEngine Patch Management Advisory.
Critical Impact
A local attacker with low privileges can escalate rights on systems running vulnerable ManageEngine Endpoint Central builds, expanding access across managed endpoint infrastructure.
Affected Products
- Zohocorp ManageEngine Endpoint Central versions below 11.5.2600.15
- Deployments bundling the outdated third-party component referenced in the vendor advisory
- Managed endpoint environments where Endpoint Central agents run with elevated privileges
Discovery Timeline
- 2026-09-07 - CVE-2026-85640 published to NVD
- 2026-09-08 - Last updated in NVD database
Technical Details for CVE-2026-85640
Vulnerability Analysis
CVE-2026-85640 is a local privilege escalation issue in Zohocorp ManageEngine Endpoint Central. The vulnerability arises because affected versions ship an outdated third-party component that carries known privilege management weaknesses. Endpoint Central operates as a unified endpoint management platform, and its agent and server processes typically run with high privileges to install patches, deploy software, and configure systems. When an outdated component runs in that elevated context, any weakness within it becomes a direct path to escalation on the host.
The CVSS vector indicates the attack requires local access and low-privileged authentication, with no user interaction. The changed scope tells defenders that a successful exploit can affect resources beyond the vulnerable component, such as other services managed by the Endpoint Central host.
Root Cause
The root cause is improper privilege management ([CWE-269]) inherited from an outdated bundled component. The vendor did not update the component to a version that enforces correct privilege boundaries. As a result, the component performs privileged operations without adequately validating the caller or the operation context. This class of flaw is commonly exploited through insecure file handling, unquoted service paths, or privileged inter-process communication surfaces exposed by the outdated code.
Attack Vector
Exploitation requires local access to a system running Endpoint Central below 11.5.2600.15, along with a low-privileged account. The attacker interacts with the vulnerable component's exposed interfaces, files, or service endpoints to trigger privileged behavior. Because Endpoint Central manages large fleets of endpoints, a successful escalation on a management server can create a pivot point across managed hosts. No exploit is publicly available, and the vulnerability is not listed in the CISA KEV catalog. Refer to the ManageEngine Patch Management Advisory for vendor-specific technical detail.
Detection Methods for CVE-2026-85640
Indicators of Compromise
- Unexpected creation of high-privilege processes spawned by Endpoint Central service accounts or agent binaries
- New local administrator accounts, service installations, or scheduled tasks created shortly after Endpoint Central component activity
- Modifications to Endpoint Central installation directories or configuration files by non-administrative users
Detection Strategies
- Inventory Endpoint Central installations and flag any build below 11.5.2600.15
- Baseline expected parent-child process relationships for Endpoint Central services, then alert on deviations
- Correlate local logon events from low-privileged users with subsequent privilege changes on the same host
Monitoring Recommendations
- Forward Windows Security, System, and Sysmon logs from Endpoint Central servers and agents to a centralized analytics platform
- Monitor file integrity for Endpoint Central binaries and the outdated component paths referenced by the vendor advisory
- Track outbound administrative actions initiated by Endpoint Central to detect lateral misuse after a local escalation
How to Mitigate CVE-2026-85640
Immediate Actions Required
- Upgrade Zohocorp ManageEngine Endpoint Central to version 11.5.2600.15 or later on all servers and agents
- Restrict interactive and remote logon rights on Endpoint Central hosts to a small, audited group of administrators
- Review recent local account and service changes on Endpoint Central systems for signs of prior abuse
Patch Information
Zohocorp has released a fixed build in ManageEngine Endpoint Central 11.5.2600.15. Administrators should apply the update following the guidance in the ManageEngine Patch Management Advisory. Validate the installed version after patching and confirm that agents across the managed fleet have received the update.
Workarounds
- Limit local access to Endpoint Central servers using host-based firewall rules and jump-host enforcement
- Enforce least privilege on service accounts used by Endpoint Central and remove unnecessary local user accounts
- Apply application allow-listing on Endpoint Central hosts to block unauthorized binaries introduced by a local attacker
# Configuration example: verify installed Endpoint Central build on Windows
reg query "HKLM\SOFTWARE\WOW6432Node\ZOHO Corp\ManageEngine DesktopCentral Server" /v BuildNumber
# Restrict interactive logon to administrators only (example policy check)
secedit /export /cfg C:\temp\secpol.cfg
findstr /I "SeInteractiveLogonRight" C:\temp\secpol.cfg
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

