nuclei-templates/cves/2022/CVE-2022-35405.yaml

85 lines
2.7 KiB
YAML
Raw Normal View History

id: CVE-2022-35405
info:
2022-09-05 10:44:18 +00:00
name: Zoho ManageEngine Password Manager Pro - Unauthenticated Remote Command Execution
author: true13
severity: critical
description: |
This is a de-serialization vulnerability that causes unauthenticated RCE in XML-RPC of Zoho Manage Engine Password Manager Pro.
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
- https://nvd.nist.gov/vuln/detail/CVE-2022-35405
- https://www.manageengine.com/products/passwordmanagerpro/advisory/cve-2022-35405.html
classification:
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
cve-id: CVE-2022-35405
2022-09-04 06:55:42 +00:00
metadata:
shodan-query: http.title:"ManageEngine Password"
tags: cve,cve2022,rce,zoho,passwordmanager,deserialization,unauth,msf
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>
matchers:
- type: word
2022-09-06 03:07:42 +00:00
words:
- "faultString"
- "No such service [ProjectDiscovery]"
- "methodResponse"
condition: or
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
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