2022-09-03 02:23:45 +00:00
id : CVE-2022-35405
info :
2022-10-10 19:22:59 +00:00
name : Zoho ManageEngine - Remote Code Execution
2022-09-15 08:58:56 +00:00
author : viniciuspereiras,true13
2022-09-03 02:23:45 +00:00
severity : critical
description : |
2022-10-10 19:22:59 +00:00
Zoho ManageEngine Password Manager Pro, PAM 360, and Access Manager Plus are susceptible to unauthenticated remote code execution via XML-RPC. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
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-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-10-10 19:22:59 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-35405
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
2023-04-12 10:55:48 +00:00
epss-score : 0.97399
2022-09-04 06:55:42 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 4
2022-09-07 19:05:13 +00:00
shodan-query : http.title:"ManageEngine"
2022-09-23 08:39:48 +00:00
tags : cve,cve2022,rce,zoho,passwordmanager,deserialization,unauth,msf,kev
2022-09-03 02:23:45 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-10-10 14:10:43 +00:00
- method : POST
path :
- "{{RootURL}}/xmlrpc"
body : |
2022-09-25 19:48:40 +00:00
<?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-25 19:48:40 +00:00
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 :
2022-09-15 11:42:32 +00:00
- "<name>faultString</name>"
2022-09-25 19:48:40 +00:00
- type : word
part : body
words :
- "No such service [{{randstr}}]"
- "No such handler: {{randstr}}"
2022-09-06 03:07:42 +00:00
condition : or
2022-09-15 11:42:32 +00:00
- type : word
part : body
words :
- "<methodResponse>"
- "</methodResponse>"
2022-09-22 09:55:23 +00:00
condition : or
2022-10-10 19:22:59 +00:00
# Enhanced by mp on 2022/10/06