What is ManageEngine ServiceDesk Plus?
ServiceDesk Plus is Zoho's IT help desk and asset management platform, used by enterprise IT teams to manage support tickets, assets, and change requests. As an internally trusted application often integrated with Active Directory and asset inventories, it is an attractive pivot point for attackers who gain a foothold inside it.
Overview
CVE-2019-8394 is a medium-severity (CVSS 6.5) unrestricted file upload vulnerability (CWE-434) in ServiceDesk Plus's login page customization feature, which allows a low-privileged authenticated user to upload arbitrary files to the server.
Technical Details
The login-page customization function accepts uploaded files (intended to be branding assets like logos) without adequately validating file type or content, allowing a user with low privileges to upload a file — potentially a web shell or script — that could later be accessed or executed by the server, depending on where it is stored relative to the web root.
Discovery
Patched by Zoho as part of routine ServiceDesk Plus maintenance; NVD does not list an individual researcher credit.
Exploitation Context
CISA added this CVE to the KEV catalog in November 2021, confirming it has been used in real-world attacks. ManageEngine products broadly have been a frequent target for both opportunistic and targeted intrusions given their privileged position inside enterprise IT environments and their history of file-upload and deserialization vulnerabilities.
Remediation
- Update ServiceDesk Plus to the latest patched build from Zoho.
- Restrict the ability to customize the login page to trusted administrative accounts only.
- Review upload/attachment directories for unexpected file types (e.g.,
.jsp,.php, script files). - Apply least-privilege principles to ServiceDesk Plus user roles.
- Monitor web server access logs for requests to unusual upload-derived file paths.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-8394 |
| Vendor / Product | Zoho — ManageEngine |
| NVD Published | 2019-02-17 |
| NVD Last Modified | 2025-11-07 |
| CVSS 3.1 Score | 6.5 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N |
| Severity | MEDIUM |
| CWE | CWE-434 find similar ↗ |
| CISA KEV Added | 2021-11-03 |
| CISA KEV Deadline | 2022-05-03 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-02-17 | CVE published |
| 2021-11-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-05-03 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-8394 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |