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

70 lines
2.3 KiB
YAML
Raw Normal View History

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-15 08:58:56 +00:00
author: viniciuspereiras,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).
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
2022-09-06 20:14:24 +00:00
- https://www.bigous.me/2022/09/06/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:
2022-09-07 19:05:13 +00:00
shodan-query: http.title:"ManageEngine"
tags: cve,cve2022,rce,zoho,passwordmanager,deserialization,unauth,msf,kev
requests:
2022-09-15 08:58:56 +00:00
- raw:
- |
POST /xmlrpc HTTP/1.1
Host: {{Hostname}}
<?xml version="1.0"?><methodCall><methodName>{{randstr}}</methodName><params><param><value>big0us</value></param></params></methodCall>
2022-09-06 03:07:42 +00:00
2022-09-15 08:58:56 +00:00
- |
POST /xmlrpc HTTP/1.1
Host: {{Host}}:7272
2022-09-06 03:07:42 +00:00
<?xml version="1.0"?><methodCall><methodName>{{randstr}}</methodName><params><param><value>big0us</value></param></params></methodCall>
2022-09-15 08:58:56 +00:00
- |
POST /xmlrpc HTTP/1.1
Host: {{Host}}:8282
2022-09-06 03:07:42 +00:00
<?xml version="1.0"?><methodCall><methodName>{{randstr}}</methodName><params><param><value>big0us</value></param></params></methodCall>
2022-09-15 08:58:56 +00:00
- |
POST /xmlrpc HTTP/1.1
Host: {{Host}}:9292
<?xml version="1.0"?><methodCall><methodName>{{randstr}}</methodName><params><param><value>big0us</value></param></params></methodCall>
2022-09-06 03:07:42 +00:00
2022-09-19 11:05:04 +00:00
stop-at-first-match: true
matchers-condition: and
2022-09-06 03:07:42 +00:00
matchers:
- type: word
2022-09-15 08:58:56 +00:00
part: body
2022-09-06 03:07:42 +00:00
words:
- "<name>faultString</name>"
- type: word
part: body
words:
- "No such service [{{randstr}}]"
- "No such handler: {{randstr}}"
2022-09-06 03:07:42 +00:00
condition: or
- type: word
part: body
words:
- "<methodResponse>"
- "</methodResponse>"
2022-09-22 09:55:23 +00:00
condition: or