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

56 lines
1.6 KiB
YAML
Raw Normal View History

id: CVE-2022-35405
info:
2022-09-04 06:55:42 +00:00
name: Zoho ManageEngine Password Manager Pro - Remote Command Execution(Unauthenticated)
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
classification:
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,unauth
requests:
- raw:
- |
POST /xmlrpc HTTP/1.1
Host: {{Hostname}}
Content-Type: text/xml
2022-09-04 06:55:42 +00:00
<?xml version="1.0"?>
<methodCall>
<methodName>ProjectDiscovery</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>test</name>
<value>
<serializable xmlns="http://ws.apache.org/xmlrpc/namespaces/extensions"></serializable>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
2022-09-04 06:55:42 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Failed to read result object: null"
2022-09-04 06:55:42 +00:00
- type: word
part: header
words:
- text/xml