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

CVE-2022-28766: Zoom Meetings DLL Injection RCE Vulnerability

CVE-2022-28766 is a DLL injection vulnerability in Windows 32-bit Zoom Meetings allowing local attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 17, 2026

CVE-2022-28766 Overview

CVE-2022-28766 is a DLL injection vulnerability affecting Windows 32-bit versions of the Zoom Client for Meetings and Zoom Rooms for Conference Room prior to version 5.12.6. This vulnerability allows a local low-privileged user to exploit improper DLL loading behavior to execute arbitrary code within the context of the Zoom client process.

DLL injection vulnerabilities occur when an application loads dynamic-link libraries from untrusted locations without proper validation. In this case, the Zoom client fails to securely specify the search path for required DLLs, enabling attackers to plant malicious libraries that get loaded and executed with the same privileges as the Zoom application.

Critical Impact

A local attacker with low privileges can achieve arbitrary code execution in the context of the Zoom client, potentially leading to privilege escalation, data theft, or lateral movement within enterprise environments.

Affected Products

  • Zoom Client for Meetings for Windows 32-bit (versions before 5.12.6)
  • Zoom Rooms for Conference Room for Windows 32-bit (versions before 5.12.6)

Discovery Timeline

  • 2022-11-17 - CVE-2022-28766 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-28766

Vulnerability Analysis

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element) and CWE-94 (Improper Control of Generation of Code). The flaw exists in how the Zoom client locates and loads DLL files during application startup or runtime operations.

When an application on Windows attempts to load a DLL, the operating system follows a specific search order to locate the library. If an application does not explicitly define a secure search path, Windows may search directories that are writable by low-privileged users. An attacker can exploit this by placing a malicious DLL with a specific name in one of these searched directories.

The vulnerability requires local access and user interaction, meaning an attacker would need to either have existing access to the target system or trick a user into placing the malicious DLL in an accessible location. Once the malicious DLL is loaded, it executes with the full privileges of the Zoom client process.

Root Cause

The root cause of CVE-2022-28766 stems from the Zoom client's failure to implement secure DLL loading practices on Windows 32-bit systems. The application does not properly restrict the search path used when loading dynamic-link libraries, allowing the system to potentially load DLLs from directories where a local attacker could place malicious files. This is a classic example of an uncontrolled search path vulnerability where the application trusts the operating system's default DLL search order rather than explicitly specifying trusted library locations.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have some level of access to the target system. The exploitation scenario typically involves:

  1. The attacker identifies a DLL that the Zoom client attempts to load from an insecure location
  2. The attacker crafts a malicious DLL with the same filename containing payload code
  3. The attacker places this DLL in a directory that appears earlier in the Windows DLL search order
  4. When the victim launches or uses the Zoom client, the malicious DLL is loaded instead of the legitimate one
  5. The attacker's code executes within the context of the Zoom process

The vulnerability requires user interaction (the victim must launch or use Zoom) but can result in high impact to confidentiality, integrity, and availability as the attacker gains code execution within the application context.

Detection Methods for CVE-2022-28766

Indicators of Compromise

  • Unexpected DLL files appearing in Zoom installation directories or user-writable paths
  • Unusual DLL loading events from the Zoom client process logged in Windows Event Viewer
  • Anomalous child processes spawned by Zoom.exe or ZoomRooms.exe
  • Modifications to system PATH environment variables targeting Zoom directories

Detection Strategies

  • Monitor DLL loading events using Windows Sysmon (Event ID 7) for the Zoom process loading libraries from non-standard locations
  • Implement application whitelisting to detect and block unauthorized DLLs loaded by the Zoom client
  • Use endpoint detection and response (EDR) solutions to identify code injection attempts targeting video conferencing applications
  • Deploy file integrity monitoring on Zoom installation directories to detect unauthorized file additions

Monitoring Recommendations

  • Enable detailed logging for process creation and DLL loading events on systems running Zoom
  • Configure alerts for any DLL loads by Zoom processes from user-writable directories such as %TEMP%, %APPDATA%, or the current working directory
  • Establish baselines for normal Zoom client behavior and alert on deviations
  • Monitor for suspicious process ancestry chains originating from Zoom executables

How to Mitigate CVE-2022-28766

Immediate Actions Required

  • Update Zoom Client for Meetings to version 5.12.6 or later on all Windows 32-bit systems
  • Update Zoom Rooms for Conference Room to version 5.12.6 or later
  • Conduct an inventory of all Zoom installations to identify vulnerable versions
  • Consider migrating to 64-bit versions of Zoom where supported to reduce attack surface

Patch Information

Zoom has released version 5.12.6 of both the Zoom Client for Meetings and Zoom Rooms for Conference Room that addresses this DLL injection vulnerability. Organizations should prioritize updating all Windows 32-bit installations. The official security advisory and patch information is available through the Zoom Security Bulletin.

Workarounds

  • Restrict write permissions on directories in the DLL search path to prevent unauthorized DLL placement
  • Implement application control policies to only allow signed Zoom binaries to execute
  • Use Windows Defender Application Control (WDAC) or AppLocker to restrict DLL loading to trusted locations
  • Consider deploying Zoom through enterprise deployment tools with locked-down configurations
bash
# Verify Zoom version on Windows systems
# Run in PowerShell to check installed Zoom version
Get-ItemProperty "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*" | Where-Object { $_.DisplayName -like "*Zoom*" } | Select-Object DisplayName, DisplayVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechZoom

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.44%

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

  • CWE-427
  • Vendor Resources
  • Zoom Security Bulletin
  • Related CVEs
  • CVE-2026-22844: Zoom Node MMR Command Injection RCE Flaw

  • CVE-2023-28597: Zoom Rooms RCE Vulnerability

  • CVE-2022-22788: Zoom Meetings DLL Injection RCE Vulnerability

  • CVE-2026-30903: Zoom Workplace Privilege Escalation Flaw
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