-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-44077.yaml
36 lines (31 loc) · 1.2 KB
/
CVE-2021-44077.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
id: CVE-2021-44077
info:
name: Zoho ManageEngine ServiceDesk Plus - Remote Code Execution
author: Adam Crosser,gy741
severity: critical
description: Zoho ManageEngine ServiceDesk Plus before 11306, ServiceDesk Plus MSP before 10530, and SupportCenter Plus before 11014 are vulnerable to unauthenticated remote code execution.
reference:
- https://www.cisa.gov/uscert/ncas/alerts/aa21-336a
- https://unit42.paloaltonetworks.com/tiltedtemple-manageengine-servicedesk-plus/
- https://github.com/horizon3ai/CVE-2021-44077
- https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/http/manageengine_servicedesk_plus_cve_2021_44077.rb
- https://nvd.nist.gov/vuln/detail/CVE-2021-44077
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-2021-44077
cwe-id: CWE-287
tags: cve,cve2021,zoho,manageengine,rce,kev
requests:
- method: GET
path:
- "{{BaseURL}}/RestAPI/ImportTechnicians"
matchers-condition: and
matchers:
- type: word
words:
- '<form name="ImportTechnicians"'
- type: status
status:
- 200
# Enhanced by mp on 2022/05/18