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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2023-22883

CVE-2023-22883: Zoom Meetings Privilege Escalation Flaw

CVE-2023-22883 is a local privilege escalation vulnerability in Zoom Meetings for Windows that allows low-privileged users to gain SYSTEM access during installation. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-22883 Overview

CVE-2023-22883 is a local privilege escalation vulnerability affecting Zoom Client for IT Admin Windows installers before version 5.13.5. This vulnerability allows a local low-privileged user to exploit a Time-of-Check Time-of-Use (TOCTOU) race condition during the installation process to escalate their privileges to the SYSTEM user, gaining complete control over the affected Windows system.

Critical Impact

A local attacker with low privileges can exploit this vulnerability during the Zoom installation process to gain SYSTEM-level access, potentially compromising the entire Windows system and any data or applications it hosts.

Affected Products

  • Zoom Meetings for Windows (versions prior to 5.13.5)
  • Zoom Client for IT Admin Windows installers (versions prior to 5.13.5)

Discovery Timeline

  • March 16, 2023 - CVE-2023-22883 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-22883

Vulnerability Analysis

This vulnerability is classified under CWE-367 (Time-of-Check Time-of-Use Race Condition), indicating a fundamental flaw in how the Zoom installer validates and processes resources during installation. The vulnerability exists in the installation routine where there is a timing window between when a security check is performed and when the checked resource is actually used.

During the installation process, the Zoom Client for IT Admin Windows installer performs operations with elevated SYSTEM privileges. The TOCTOU race condition allows an attacker to manipulate resources between the time the installer checks them and when it subsequently uses them. This timing gap creates an opportunity for privilege escalation where a low-privileged local user can inject malicious content that gets executed with SYSTEM-level permissions.

The attack requires local access to the target system and must be performed during an active installation, which limits the attack surface but still presents a significant risk in enterprise environments where IT administrators commonly deploy Zoom across multiple workstations.

Root Cause

The root cause is a Time-of-Check Time-of-Use (TOCTOU) race condition in the Zoom installer's file handling routines. The installer performs security validation on resources at one point in time but then uses those resources at a later point without re-validating, creating a window of opportunity for exploitation. This class of vulnerability typically occurs when privileged processes interact with file system objects that can be modified by unprivileged users.

Attack Vector

This is a local attack vector requiring the attacker to have low-privileged access to the target Windows system. The attacker must time their exploitation attempt to coincide with a Zoom installation operation. The attack chain typically involves:

  1. Monitoring for Zoom installation activity on the target system
  2. Identifying the vulnerable window during the installation process
  3. Exploiting the race condition to substitute or modify resources after the security check but before use
  4. The installer then processes the attacker-controlled content with SYSTEM privileges, resulting in privilege escalation

The vulnerability mechanism involves exploiting the timing gap between file validation and file usage in the Zoom installer. When the installer runs with elevated privileges, it performs checks on certain resources before processing them. An attacker can monitor for these operations and quickly substitute malicious content after the check completes but before the resource is actually consumed. This type of race condition is particularly dangerous in installers because they typically run with the highest system privileges. For detailed technical information, refer to the Zoom Security Bulletin.

Detection Methods for CVE-2023-22883

Indicators of Compromise

  • Unexpected process creation with SYSTEM privileges during Zoom installation activity
  • Unusual file modifications in Zoom installation directories during the installation process
  • Evidence of race condition exploitation tools or scripts on the system
  • Anomalous child processes spawned from the Zoom installer executable

Detection Strategies

  • Monitor for suspicious file system activity during Zoom installation operations, particularly rapid file modifications in installation directories
  • Implement endpoint detection rules to identify privilege escalation patterns following Zoom installer execution
  • Enable detailed Windows Security Event logging (Event IDs 4688, 4689) to track process creation during installations
  • Use SentinelOne's behavioral AI to detect anomalous process hierarchies where low-privileged users gain SYSTEM access

Monitoring Recommendations

  • Deploy SentinelOne Singularity Platform for real-time monitoring of privilege escalation attempts
  • Enable file integrity monitoring on directories commonly used during software installation
  • Configure alerts for any unexpected SYSTEM-level process creation correlated with Zoom installer activity
  • Audit and log all software installation activities in enterprise environments

How to Mitigate CVE-2023-22883

Immediate Actions Required

  • Upgrade Zoom Client for IT Admin Windows installers to version 5.13.5 or later immediately
  • Restrict local user permissions during software installation operations where possible
  • Implement application whitelisting to prevent unauthorized executables from running during installation processes
  • Audit systems for any indicators of prior exploitation attempts

Patch Information

Zoom has addressed this vulnerability in version 5.13.5 of the Zoom Client for IT Admin Windows installers. Organizations should update to this version or later to remediate the vulnerability. The patch information and security advisory are available from the Zoom Security Bulletin.

Workarounds

  • Perform Zoom installations only on isolated systems where no untrusted local users have access
  • Use dedicated installation accounts and restrict interactive logons during installation windows
  • Monitor installation processes in real-time for any signs of race condition exploitation
  • Consider deploying Zoom via enterprise deployment solutions that minimize local interaction during installation
bash
# Verify installed Zoom version and update if necessary
# Check current Zoom version via registry
reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" /s | findstr /i "Zoom"

# Download and deploy updated Zoom installer (5.13.5 or later)
# Ensure installations occur in controlled environments with limited local user access

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechZoom

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-367

  • NVD-CWE-noinfo
  • Vendor Resources
  • Zoom Security Bulletin
  • Related CVEs
  • CVE-2026-30903: Zoom Workplace Privilege Escalation Flaw

  • CVE-2026-30902: Zoom Windows Client Privilege Escalation

  • CVE-2026-30900: Zoom Client Privilege Escalation Flaw

  • CVE-2025-62484: Zoom Meeting SDK Privilege Escalation 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