What is Zoho ManageEngine ServiceDesk Plus?
Zoho ManageEngine ServiceDesk Plus (SDP) is an enterprise IT helpdesk and service management platform used by organizations to manage IT support tickets, asset inventory, and IT service delivery. It is deployed in thousands of organizations across government, defense, healthcare, and enterprise sectors. SDP often contains sensitive information: employee contact data, asset configurations, VPN credentials submitted via support tickets, and links to other IT management systems. Compromising ServiceDesk Plus provides an attacker with insider access to IT operations and a platform for further network penetration.
Overview
CVE-2021-44077 is a critical unauthenticated remote code execution vulnerability (CWE-306 — missing authentication for critical function) in Zoho ManageEngine ServiceDesk Plus, ServiceDesk Plus MSP, and SupportCenter Plus. An unauthenticated attacker can upload arbitrary files through an exposed file upload endpoint and execute code on the server. Palo Alto Unit 42 attributed active exploitation to TiltedTemple, a Chinese-nexus APT group, who used this vulnerability to compromise hundreds of organizations' IT helpdesk infrastructure in late 2021.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| ServiceDesk Plus | < 11306 | 11306 |
| ServiceDesk Plus MSP | < 10530 | 10530 |
| SupportCenter Plus | < 11014 | 11014 |
Technical Details
The vulnerability stems from an API endpoint that handles file attachments for IT tickets and requests. This endpoint did not enforce authentication, allowing unauthenticated HTTP clients to upload files directly to the server's filesystem:
- Root cause: Missing authentication on a file upload endpoint (CWE-306) — the endpoint intended for ticket attachments was accessible without credentials
- Attack path: Unauthenticated attacker sends a multipart HTTP POST with a JSP/ASPX webshell to the upload endpoint → the file is written to a web-accessible directory → attacker accesses the webshell URL to execute commands
- Execution context: Code executes as the ServiceDesk Plus service account (often a domain-privileged account for AD integration)
- Scale of exposure: ManageEngine SDP is often internet-facing to support remote helpdesk operations, dramatically widening the attack surface
Discovery
Identified and reported to ManageEngine. Palo Alto Unit 42 documented active exploitation in their TiltedTemple research, connecting exploitation of this vulnerability to a broader APT campaign targeting ManageEngine products.
Exploitation Context
TiltedTemple (a Chinese-nexus threat actor) exploited CVE-2021-44077 in campaigns targeting organizations in defense, technology, transportation, healthcare, and education sectors. The actor used the initial foothold to deploy webshells, enumerate the network, extract Active Directory credentials, and establish persistent access. ManageEngine's position as IT management infrastructure made it ideal for lateral movement — support for VPN configurations, server access credentials, and network documentation flowed through the compromised system.
Remediation
- Upgrade to ServiceDesk Plus 11306 (or SDP MSP 10530 / SupportCenter Plus 11014) or later immediately
- Check for deployed webshells in the ServiceDesk Plus web directory — look for unexpected JSP/ASPX files modified around the time of potential exploitation
- Review ServiceDesk Plus access logs for unauthenticated file upload requests
- Restrict the ServiceDesk Plus web interface to internal/VPN-connected IPs where possible
- Audit Active Directory for unauthorized accounts or privilege changes made using credentials that may have been exposed through ServiceDesk Plus
- Rotate all service account credentials used by ServiceDesk Plus for AD and database integration
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2021-44077 |
| Vendor / Product | Zoho — ManageEngine ServiceDesk Plus (SDP) / SupportCenter Plus |
| NVD Published | 2021-11-29 |
| NVD Last Modified | 2025-10-31 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-306 find similar ↗ |
| CISA KEV Added | 2021-12-01 |
| CISA KEV Deadline | 2021-12-15 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2021-11-16 | ManageEngine releases ServiceDesk Plus 11306, SDP MSP 10530, SupportCenter Plus 11014 (patches) |
| 2021-11-29 | CVE published |
| 2021-12-01 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2021-12-15 | CISA BOD 22-01 remediation deadline |
| 2021-12 | Palo Alto Unit 42 publishes TiltedTemple research linking CVE-2021-44077 to APT campaigns |
References
| Resource | Type |
|---|---|
| ManageEngine Security Advisory — CVE-2021-44077 | Vendor Advisory |
| Palo Alto Unit 42 — TiltedTemple Campaign Exploiting CVE-2021-44077 | Security Research |
| NVD — CVE-2021-44077 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |