cbcvebase.
CVE-2022-31656
published 2022-08-05

CVE-2022-31656: VMware Workspace ONE Access, Identity Manager and vRealize Automation contain an authentication bypass vulnerability affecting local domain users. A malicious…

PriorityP190critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
18.99%
97.0th percentile
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.

Affected

12 ranges
VendorProductVersion rangeFixed in
vmwareaccess_connector
vmwareaccess_connector
vmwareaccess_connector
vmwareidentity_manager
vmwareidentity_manager
vmwareidentity_manager
vmwareidentity_manager_connector
vmwareidentity_manager_connector
vmwareidentity_manager_connector
vmwareidentity_manager_connector
vmwareone_access
vmwareone_access

Detection & IOCsextracted from sources · hover to see the quote

path/SAAS/t/_/;/WEB-INF/web.xml
path/SAAS/t/
path/auth/login/embeddedauthbroker/callback
othershodan:http.favicon.hash:-1250474341
otherfofa:icon_hash=-1250474341
snort
alert http any any -> [$HOME_NET,$HTTP_SERVERS] any (msg:"ET EXPLOIT Attempted VMware Authentication Bypass (CVE-2022-31656)"; flow:established,to_server; http.method; content:"POST"; http.uri; content:"/SAAS/t/"; startswith; content:"/auth/login/embeddedauthbroker/callback"; fast_pattern; endswith; http.content_type; bsize:33; content:"application/x-www-form-urlencoded"; reference:url,twitter.com/VietPetrus/status/1556999921320235009; reference:url,www.greynoise.io/blog/vmware-workspace-one-vulnerabilities-cve-2022-31656-and-cve-2022-31659; reference:cve,2022-31656; classtype:attempted-admin; sid:2038475; rev:2; metadata:created_at 2022_08_10, cve CVE_2022_31656, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_26, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
  • Monitor for GET requests to the path /SAAS/t/_/;/WEB-INF/web.xml — the semicolon path traversal segment is the key exploit indicator for the authentication bypass leading to LFI of web.xml.
  • Monitor for POST requests where the URI starts with /SAAS/t/ and ends with /auth/login/embeddedauthbroker/callback with Content-Type: application/x-www-form-urlencoded (exactly 33 bytes) — this is the auth endpoint abused to obtain the HZN session cookie.
  • The Nuclei template matcher confirms exploitation by checking the response body for the XML servlet-mapping tag and Content-Type header of application/xml with HTTP 200 — use these as response-side detection signals.
  • ·The FOFA query targets VMware Workspace ONE Access, Identity Manager, and vRealize Automation by favicon hash and app fingerprint — ensure these queries are scoped to your asset inventory to avoid false positives.
  • ·The ET SNORT rule (sid:2038475) uses a strict bsize:33 match on the Content-Type header — any variation in content-type length by an attacker could evade this specific rule; supplement with path-based detection.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.