The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-22956

CVE-2022-22956: VMware Identity Manager Auth Bypass Flaw

CVE-2022-22956 is an authentication bypass vulnerability in VMware Identity Manager's OAuth2 ACS framework that allows attackers to bypass authentication and execute unauthorized operations. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2022-22956 Overview

VMware Workspace ONE Access contains an authentication bypass vulnerability in the OAuth2 ACS (Access Control Services) framework. A malicious actor may bypass the authentication mechanism and execute any operation due to exposed endpoints in the authentication framework. This vulnerability, along with CVE-2022-22955, allows attackers to completely circumvent authentication controls, potentially leading to full system compromise.

Critical Impact

Unauthenticated attackers can bypass authentication controls in VMware Workspace ONE Access and execute arbitrary operations with elevated privileges, potentially compromising the entire identity management infrastructure.

Affected Products

  • VMware Workspace ONE Access versions 20.10.0.0, 20.10.0.1, 21.08.0.0, and 21.08.0.1
  • VMware Identity Manager versions 3.3.3, 3.3.4, 3.3.5, and 3.3.6
  • VMware vRealize Automation version 7.6 and related versions

Discovery Timeline

  • April 13, 2022 - CVE-2022-22956 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-22956

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287: Improper Authentication) resides within the OAuth2 ACS framework of VMware Workspace ONE Access. The vulnerability stems from improperly exposed endpoints within the authentication framework that fail to enforce proper authentication checks before processing requests. Attackers can exploit these exposed endpoints to bypass the authentication mechanism entirely, allowing them to execute privileged operations without valid credentials.

The network-accessible nature of this vulnerability means that any attacker with network access to the affected VMware instance can potentially exploit it without requiring any prior authentication or user interaction. The exposed endpoints in the OAuth2 ACS framework process incoming requests without properly validating the authentication state, creating a direct path for unauthorized access.

Root Cause

The root cause of CVE-2022-22956 lies in the improper implementation of authentication controls within the OAuth2 ACS framework. Specific endpoints within the authentication framework are exposed and accessible without requiring proper authentication validation. This architectural flaw allows incoming requests to these endpoints to be processed as if they originated from authenticated users, bypassing the normal authentication flow that should protect these sensitive operations.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication, no user interaction, and low complexity to exploit. An attacker can craft malicious requests targeting the exposed OAuth2 ACS endpoints to bypass authentication controls.

The exploitation flow typically involves:

  1. Identifying exposed endpoints in the OAuth2 ACS framework
  2. Crafting requests that target these unprotected endpoints
  3. Bypassing the authentication mechanism to gain unauthorized access
  4. Executing privileged operations on the affected system

Technical details and proof-of-concept information are available through Packet Storm Security.

Detection Methods for CVE-2022-22956

Indicators of Compromise

  • Unusual authentication requests to OAuth2 ACS endpoints from unexpected sources
  • Authentication events that occur without corresponding login attempts
  • Anomalous API calls or operations executed by sessions that bypassed normal authentication
  • Log entries showing access to protected resources without valid authentication tokens

Detection Strategies

  • Monitor web server access logs for requests targeting OAuth2 ACS endpoints with unusual patterns or from unexpected IP addresses
  • Implement anomaly detection for authentication-related endpoints to identify bypass attempts
  • Configure alerting for successful operations that lack corresponding authentication events
  • Deploy network intrusion detection signatures targeting known exploitation patterns for this vulnerability

Monitoring Recommendations

  • Enable verbose logging on VMware Workspace ONE Access and Identity Manager components
  • Implement SIEM correlation rules to detect authentication bypass patterns
  • Monitor for indicators of lateral movement following potential exploitation
  • Review authentication logs regularly for anomalous access patterns to sensitive endpoints

How to Mitigate CVE-2022-22956

Immediate Actions Required

  • Apply VMware security patches immediately as documented in VMSA-2022-0011
  • Restrict network access to VMware Workspace ONE Access and Identity Manager to trusted networks only
  • Implement additional network segmentation to isolate identity management infrastructure
  • Audit existing systems for signs of prior exploitation before patching

Patch Information

VMware has released security patches addressing this vulnerability in VMSA-2022-0011. Organizations should immediately upgrade to the latest patched versions of:

  • VMware Workspace ONE Access
  • VMware Identity Manager
  • VMware vRealize Automation

Review the official VMware Security Advisory VMSA-2022-0011 for specific version details and patch downloads.

Workarounds

  • Implement strict network access controls limiting connectivity to OAuth2 ACS endpoints
  • Deploy web application firewall rules to filter suspicious requests to authentication endpoints
  • Enable enhanced monitoring and alerting on affected systems until patches can be applied
  • Consider temporarily disabling external access to affected VMware components if feasible
bash
# Example network restriction using iptables (adjust IP ranges as needed)
# Restrict access to VMware Workspace ONE Access ports
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVmware Identity Manager

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability81.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • Packet Storm Remote Code Execution

  • Packet Storm Remote Code Execution
  • Vendor Resources
  • VMware Security Advisory VMSA-2022-0011
  • Related CVEs
  • CVE-2022-31656: VMware Identity Manager Auth Bypass Flaw

  • CVE-2022-22972: VMware Identity Manager Auth Bypass Flaw

  • CVE-2022-22955: VMware Identity Manager Auth Bypass Flaw

  • CVE-2021-22003: VMware Identity Manager Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English