CVE-2026-16053 Overview
CVE-2026-16053 is an authenticated path traversal vulnerability [CWE-23] affecting Zohocorp ManageEngine M365 Manager Plus and M365 Security Plus. Versions below build 4820 contain a flaw in the Exchange Online backup module. Authenticated attackers can traverse outside intended directories to reach files stored elsewhere on the host. The issue is network-exploitable with low complexity and requires only low-privilege authentication. Successful exploitation can compromise file integrity and cause high availability impact on backup operations.
Critical Impact
Authenticated attackers can manipulate file paths in the Exchange Online backup workflow to write or overwrite files outside intended locations, disrupting backup availability.
Affected Products
- Zohocorp ManageEngine M365 Manager Plus (versions below build 4820)
- Zohocorp ManageEngine M365 Security Plus (versions below build 4820)
- Exchange Online backup module component
Discovery Timeline
- 2026-08-11 - CVE-2026-16053 published to NVD
- 2026-08-11 - Last updated in NVD database
Technical Details for CVE-2026-16053
Vulnerability Analysis
The flaw resides in the Exchange Online backup module of ManageEngine M365 Manager Plus and M365 Security Plus. The module accepts file path or filename input during backup operations without sufficient validation. Attackers with valid low-privilege credentials can inject traversal sequences such as ../ to escape the intended backup directory. This enables read or write access to arbitrary file locations reachable by the service account.
Because the scope is changed, the vulnerability crosses a trust boundary and can affect resources managed by other components. The confidentiality impact is none, but integrity and availability of the backup subsystem are directly at risk.
Root Cause
The root cause is improper limitation of a pathname to a restricted directory, classified under [CWE-23]. Input used to construct file paths in the backup routine is not canonicalized or validated against an allowlist. Sequences that reference parent directories are interpreted rather than rejected.
Attack Vector
Exploitation requires network access to the M365 Manager Plus or M365 Security Plus web interface and valid authenticated credentials. The attacker submits a crafted request to the Exchange Online backup functionality containing traversal characters in a path parameter. The backup process then reads from or writes to the traversed location using the privileges of the application service account. See the ManageEngine advisory for CVE-2026-16053 for vendor technical details.
Detection Methods for CVE-2026-16053
Indicators of Compromise
- HTTP requests to M365 Manager Plus or M365 Security Plus containing ../, ..\, or URL-encoded traversal sequences (%2e%2e%2f) in backup-related parameters.
- Unexpected files created or modified outside the configured Exchange Online backup directory by the ManageEngine service account.
- Backup job failures or anomalous errors in the Exchange Online backup module logs.
Detection Strategies
- Inspect web server and application logs for backup module endpoints receiving parameters containing path traversal patterns.
- Compare pre- and post-backup file inventories to identify writes outside the designated backup path.
- Alert on authenticated M365 Manager Plus user accounts invoking backup functionality outside normal operational windows.
Monitoring Recommendations
- Enable verbose audit logging on M365 Manager Plus and M365 Security Plus, forwarding logs to a centralized SIEM.
- Monitor file system integrity for the directories hosting the ManageEngine installation and backup storage.
- Track authentication events for the M365 management interface and correlate with backup job activity.
How to Mitigate CVE-2026-16053
Immediate Actions Required
- Upgrade ManageEngine M365 Manager Plus and M365 Security Plus to build 4820 or later.
- Audit accounts with access to the backup module and remove unnecessary privileges.
- Review recent backup job activity and file system changes for signs of exploitation.
Patch Information
Zohocorp addresses CVE-2026-16053 in build 4820 of both M365 Manager Plus and M365 Security Plus. Administrators should download the fixed build and follow the vendor upgrade procedure documented in the ManageEngine CVE-2026-16053 advisory. Verify the installed build number after upgrade to confirm remediation.
Workarounds
- Restrict network access to the M365 Manager Plus and M365 Security Plus web console to trusted administrative networks only.
- Enforce strong authentication and rotate credentials for all users with backup module access.
- Run the ManageEngine service under a least-privilege account that cannot write outside required directories.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

