CVE-2021-44077: Zoho ManageEngine ServiceDesk Plus Remote Code Execution Vulnerability
Zoho ManageEngine ServiceDesk Plus before 11306, ServiceDesk Plus MSP before 10530, and SupportCenter Plus before 11014 are vulnerable to unauthenticated remote code execution
CVE-2021-44077 is an unauthenticated remote code execution vulnerability in Zoho ManageEngine ServiceDesk Plus, ServiceDesk Plus MSP, and SupportCenter Plus. It allows an attacker who can reach the application over the network to run code on the host without logging in. Because these products often sit on internal networks and hold service-desk data, a successful exploit can give an attacker a foothold for further movement or data access. Public detail is limited to the CISA description; confirm exact build numbers and fixed releases against the vendor advisory.
How it works
The weakness is classified as CWE-306: Missing Authentication for Critical Function. In products of this class, a sensitive operation that should require a valid session or credential is reachable without any authentication check. An attacker who can send requests to the exposed service can invoke that function and achieve remote code execution on the underlying system. The CISA summary states the issue affects ServiceDesk Plus before build 11306, ServiceDesk Plus MSP before 10530, and SupportCenter Plus before 11014; it does not publish exploit mechanics or proof-of-concept details. Defenders should treat any unauthenticated path that can lead to code execution as high risk and verify the precise attack surface in the vendor advisory rather than relying on third-party write-ups.
Am I affected? How to find it in your systems
These ManageEngine products are commonly deployed as on-premises or self-hosted service-desk and ITSM platforms, often reachable from internal networks and sometimes from the internet for remote support. Inventory steps:
- Search asset and software inventories for “ManageEngine ServiceDesk Plus,” “ServiceDesk Plus MSP,” and “SupportCenter Plus.”
- On each host, check the installed build number against the thresholds given by CISA (ServiceDesk Plus before 11306, MSP before 10530, SupportCenter Plus before 11014). Confirm the exact fixed builds in the vendor advisory.
- Identify whether the web console or related ports are exposed internally or externally; note any reverse-proxy or load-balancer paths that forward to the application.
- Review authentication and access logs for unexpected unauthenticated requests to administrative or file-handling endpoints, spikes in process creation by the application service account, or new scheduled tasks and binaries appearing under the product install directory. Absence of such signs does not prove the system was never targeted.
How to remediate
Patch first. Apply the updates published by Zoho for the affected products exactly as directed in the vendor advisory and as required by CISA (“Apply updates per vendor instructions”). After upgrading:
- Restart services only if the vendor instructions require it, then verify the running build number.
- Restrict network access to the management interfaces to trusted administrative networks.
- Ensure the application runs under a least-privilege service account and that unnecessary modules or integrations are disabled.
- Re-validate any custom scripts, connectors, or file-upload paths that interact with the product.
If you can't patch immediately
Until the vendor update can be applied, reduce exposure with compensating controls:
- Segment the hosts so that only required management and agent traffic can reach the ServiceDesk/SupportCenter interfaces; block direct internet access if it is not essential.
- Place a web application firewall or reverse proxy in front of the console and apply virtual-patching rules that block unauthenticated access to sensitive paths; tune rules against the vendor’s description of the issue.
- Temporarily disable any non-essential remote-access or API features that enlarge the unauthenticated attack surface, if the product configuration allows it.
- Increase monitoring: alert on anomalous process spawning by the application service, unexpected outbound connections, and failed or missing authentication events. Retain logs for later forensic review.
These measures lower risk but do not replace the patch.
If your data may have been exposed
Actively exploited remote-code-execution flaws in service-desk platforms can lead to credential theft, lateral movement, and exposure of ticket and asset data. Ransomware use is not documented for this CVE in the supplied facts. If you suspect compromise, isolate the host, preserve logs and disk images, and follow your incident-response process. You can also run a free exposure scan of your email addresses against known breach data to see whether associated accounts have appeared in prior incidents.
AICompiled with AI assistance from public sources and published under our editorial standards.