2022-09-03 02:23:45 +00:00
id : CVE-2022-35405
info :
2022-09-06 03:26:42 +00:00
name : Zoho ManageEngine Password Manager Pro and PAM 360 - Unauthenticated Remote Command Execution
2022-09-03 02:23:45 +00:00
author : true13
severity : critical
description : |
2022-09-06 03:26:42 +00:00
This is a de-serialization vulnerability that causes unauthenticated RCE in XML-RPC of Zoho Manage Engine Password Manager Pro, PAM360 and Access Manager Plus (Authenticated).
2022-09-03 02:23:45 +00:00
reference :
- https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/http/zoho_password_manager_pro_xml_rpc_rce.rb
2022-09-04 06:59:30 +00:00
- https://xz.aliyun.com/t/11578
2022-09-03 02:23:45 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-35405
2022-09-05 11:04:01 +00:00
- https://www.manageengine.com/products/passwordmanagerpro/advisory/cve-2022-35405.html
2022-09-06 20:14:24 +00:00
- https://www.bigous.me/2022/09/06/CVE-2022-35405.html
2022-09-03 02:23:45 +00:00
classification :
2022-09-05 11:04:01 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2022-09-03 02:23:45 +00:00
cve-id : CVE-2022-35405
2022-09-04 06:55:42 +00:00
metadata :
shodan-query : http.title:"ManageEngine Password"
2022-09-05 11:04:01 +00:00
tags : cve,cve2022,rce,zoho,passwordmanager,deserialization,unauth,msf
2022-09-03 02:23:45 +00:00
requests :
2022-09-06 03:07:42 +00:00
# Password Manager Pro
- method : POST
path :
- "{{RootURL}}:7272/xmlrpc"
body : |
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>big0us</value></param></params></methodCall>
2022-09-03 02:23:45 +00:00
matchers :
- type : word
2022-09-06 03:07:42 +00:00
words :
- "faultString"
- "No such service [ProjectDiscovery]"
- "methodResponse"
condition : or
2022-09-03 02:23:45 +00:00
part : body
2022-09-06 03:07:42 +00:00
# PAM360
- method : POST
path :
- "{{RootURL}}:8282/xmlrpc"
body : |
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>big0us</value></param></params></methodCall>
matchers :
- type : word
2022-09-03 02:23:45 +00:00
words :
2022-09-06 03:07:42 +00:00
- "faultString"
- "No such service [ProjectDiscovery]"
- "methodResponse"
condition : or
part : body
2022-09-04 06:55:42 +00:00
2022-09-06 03:07:42 +00:00
# Hosts thats uses on port 80
- method : POST
path :
- "{{RootURL}}/xmlrpc"
body : |
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>big0us</value></param></params></methodCall>
matchers :
2022-09-04 06:55:42 +00:00
- type : word
words :
2022-09-06 03:07:42 +00:00
- "faultString"
- "No such service [ProjectDiscovery]"
- "methodResponse"
condition : or
part : body
# Access Manager Plus -> https://www.manageengine.com/privileged-session-management/help/setting-up-amp-over-wan.html
- method : POST
path :
- "{{RootURL}}:9292/xmlrpc"
body : |
<?xml version="1.0"?><methodCall><methodName>ProjectDiscovery</methodName><params><param><value>big0us</value></param></params></methodCall>
matchers :
- type : word
words :
- "faultString"
- "No such service [ProjectDiscovery]"
- "methodResponse"
condition : or
part : body