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-31675

CVE-2022-31675: VMware vRealize Operations Auth Bypass

CVE-2022-31675 is an authentication bypass vulnerability in VMware vRealize Operations that allows unauthenticated attackers to create admin users. This article covers technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-31675 Overview

CVE-2022-31675 is an authentication bypass vulnerability affecting VMware vRealize Operations. An unauthenticated malicious actor with network access may be able to create a user with administrative privileges, potentially leading to complete compromise of the vRealize Operations environment.

Critical Impact

Unauthenticated attackers can create administrative accounts, bypassing authentication controls entirely and gaining full administrative access to VMware vRealize Operations deployments.

Affected Products

  • VMware vRealize Operations

Discovery Timeline

  • 2022-08-10 - CVE-2022-31675 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-31675

Vulnerability Analysis

This authentication bypass vulnerability allows unauthenticated remote attackers to circumvent security controls in VMware vRealize Operations. The vulnerability enables the creation of user accounts with administrative privileges without requiring any prior authentication. This type of flaw represents a critical breakdown in access control mechanisms, as it permits attackers to establish persistent access to the target system.

The network-based attack vector means that any attacker with network connectivity to a vulnerable vRealize Operations instance can potentially exploit this vulnerability. The attack requires no user interaction and can be executed with low complexity, making it particularly dangerous for internet-exposed or poorly segmented deployments.

Root Cause

The vulnerability stems from improper access control mechanisms within the VMware vRealize Operations authentication subsystem. The application fails to properly validate authentication state before allowing administrative user creation operations, enabling unauthenticated actors to perform privileged actions.

Attack Vector

The attack can be executed remotely over the network by an unauthenticated attacker. The exploitation flow involves:

  1. An attacker identifies a vulnerable VMware vRealize Operations instance accessible over the network
  2. The attacker crafts requests to the user creation endpoint without valid authentication credentials
  3. Due to the authentication bypass flaw, the system processes the request and creates an administrative user
  4. The attacker can then authenticate with the newly created administrative account
  5. Full administrative access is achieved, allowing complete control over the vRealize Operations environment

The vulnerability does not require any user interaction, and the attacker does not need any prior privileges or valid credentials to exploit it. Technical details regarding specific exploitation methods can be found in the VMware Security Advisory VMSA-2022-0022.

Detection Methods for CVE-2022-31675

Indicators of Compromise

  • Unexpected administrative user accounts appearing in vRealize Operations user management
  • Authentication logs showing successful logins from unknown or suspicious administrative accounts
  • User creation events in audit logs without corresponding authenticated sessions
  • Network traffic to vRealize Operations management interfaces from unauthorized sources

Detection Strategies

  • Monitor vRealize Operations audit logs for unauthorized user creation events, particularly those creating administrative accounts
  • Implement network-level monitoring to detect suspicious requests to authentication and user management endpoints
  • Regularly audit the list of administrative users and compare against known authorized accounts
  • Deploy intrusion detection systems (IDS) with signatures for VMware vRealize Operations authentication bypass attempts

Monitoring Recommendations

  • Enable verbose logging on vRealize Operations instances to capture detailed authentication and user management events
  • Configure SIEM alerts for new administrative user creation events outside of change windows
  • Implement network segmentation monitoring to detect unauthorized access attempts to vRealize Operations management interfaces
  • Establish baseline user account counts and alert on unexpected changes

How to Mitigate CVE-2022-31675

Immediate Actions Required

  • Apply the security patches provided by VMware as referenced in VMSA-2022-0022
  • Audit all existing administrative accounts in vRealize Operations and remove any unauthorized users
  • Restrict network access to vRealize Operations management interfaces to trusted networks only
  • Review authentication logs for evidence of exploitation prior to patching

Patch Information

VMware has released security updates to address this vulnerability. Administrators should consult the VMware Security Advisory VMSA-2022-0022 for specific patch versions and upgrade instructions applicable to their vRealize Operations deployment.

Workarounds

  • Implement strict network segmentation to limit access to vRealize Operations management interfaces
  • Deploy a web application firewall (WAF) in front of vRealize Operations to filter malicious requests
  • Enable enhanced authentication logging to detect exploitation attempts
  • Consider temporarily restricting external network access to vRealize Operations until patches can be applied
bash
# Network segmentation example - restrict management access
# Add firewall rules to limit access to vRealize Operations management ports
# Only allow access from trusted management networks

# Example iptables rules (adjust IPs and ports as needed)
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 Vrealize Operations

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • VMware Security Advisory VMSA-2022-0022
  • Related CVEs
  • CVE-2023-20856: VMware vRealize Operations CSRF Bypass
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