CVE-2025-10020
Published: 21 October 2025
Summary
CVE-2025-10020 is a high-severity Command Injection (CWE-77) vulnerability in Zohocorp Manageengine Admanager Plus. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 13.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-10020 is an authenticated command injection vulnerability (CWE-77) in the Custom Script component of Zohocorp ManageEngine ADManager Plus versions before 8024. Published on 2025-10-21, it carries a CVSS v3.1 base score of 8.5 (AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H), reflecting high severity due to its potential for significant impact across confidentiality, integrity, and availability.
An authenticated attacker with low privileges (PR:L) can exploit this vulnerability over the network (AV:N), though it requires high attack complexity (AC:H) and no user interaction (UI:N). Successful exploitation changes scope (S:C) and enables high-impact outcomes (C:H/I:H/A:H), such as remote command execution on the affected system.
The vendor has published details in a knowledge base article at https://www.manageengine.com/products/ad-manager/admanager-kb/cve-2025-10020.html, which security practitioners should consult for mitigation guidance, including patching to version 8024 or later.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-35166
Vulnerability details
Zohocorp ManageEngine ADManager Plus version before 8024 are vulnerable to authenticated command injection vulnerability in the Custom Script component.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authenticated command injection (CWE-77) directly enables arbitrary remote command execution (T1059) and exploitation for privilege escalation from low privileges to system-level RCE (T1068).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires timely patching of the command injection vulnerability in ManageEngine ADManager Plus Custom Script component to version 8024 or later.
Prevents authenticated command injection by enforcing validation of all inputs to the Custom Script component against malicious command sequences.
Limits impact of exploited command injection by restricting low-privilege users from accessing or executing high-impact Custom Script functions.