Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-24697

CVE-2024-24697: Zoom SDK Privilege Escalation Vulnerability

CVE-2024-24697 is a privilege escalation vulnerability in Zoom Meeting Software Development Kit affecting 32-bit Windows clients. Attackers can exploit untrusted search paths to gain elevated privileges. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-24697 Overview

CVE-2024-24697 is an untrusted search path vulnerability affecting Zoom 32-bit Windows clients that may allow an authenticated user to conduct an escalation of privilege via local access. This vulnerability falls under CWE-426 (Untrusted Search Path), a class of flaws where an application searches for libraries or executables in directories that may be under the control of an attacker.

Critical Impact

Local attackers with authenticated access can exploit this vulnerability to escalate privileges on affected Windows systems running 32-bit Zoom clients, potentially gaining elevated permissions to execute malicious code.

Affected Products

  • Zoom Meeting Software Development Kit for Windows
  • Zoom Rooms
  • Zoom VDI Windows Meeting Clients
  • Zoom Desktop Client for Windows (32-bit)

Discovery Timeline

  • 2024-02-14 - CVE-2024-24697 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-24697

Vulnerability Analysis

This untrusted search path vulnerability exists in the 32-bit versions of various Zoom Windows clients. The flaw stems from how the application searches for and loads dynamic-link libraries (DLLs) or executables during runtime. When an application doesn't specify the full path to required libraries, Windows follows a predetermined search order to locate them. If an attacker can place a malicious DLL in one of the earlier search locations, the application will load the attacker's code instead of the legitimate library.

The local attack vector requires an authenticated user to have access to the target system. Once an attacker achieves local access, they can exploit this vulnerability to elevate their privileges, potentially gaining administrative or SYSTEM-level access depending on the context in which the Zoom client runs.

Root Cause

The root cause of CVE-2024-24697 is improper handling of the DLL search path in the affected Zoom 32-bit Windows applications. The vulnerable components fail to use absolute paths when loading libraries, or do not properly validate that loaded libraries originate from trusted locations. This allows an attacker to perform DLL hijacking by placing a malicious library in a location that Windows searches before the legitimate library directory.

Attack Vector

The attack requires local access to a system running an affected Zoom 32-bit Windows client. An authenticated attacker can exploit this vulnerability by:

  1. Identifying directories in the application's DLL search path that are writable by the attacker
  2. Placing a malicious DLL with the same name as a legitimately required library in one of these directories
  3. Triggering the Zoom application to load the malicious DLL, which executes with the privileges of the Zoom process
  4. Leveraging the elevated context to perform further malicious actions on the system

The attack does not require user interaction beyond the normal operation of the Zoom client, making it particularly dangerous in enterprise environments where Zoom is widely deployed.

Detection Methods for CVE-2024-24697

Indicators of Compromise

  • Unexpected DLL files appearing in user-writable directories such as %TEMP%, the current working directory, or application directories
  • Zoom processes loading libraries from non-standard locations outside the official Zoom installation directory
  • Unusual process behavior or child processes spawned by Zoom client executables
  • Windows event logs showing DLL load failures followed by loads from unexpected paths

Detection Strategies

  • Monitor file system activity for DLL creation in directories commonly targeted for DLL hijacking attacks
  • Implement application whitelisting to prevent unauthorized executables and libraries from running
  • Use endpoint detection and response (EDR) solutions like SentinelOne to detect anomalous DLL loading behavior
  • Enable Windows Defender Application Control (WDAC) or AppLocker policies to restrict DLL loading

Monitoring Recommendations

  • Configure audit policies to log DLL load events (Event ID 7 in Sysmon)
  • Monitor Zoom installation directories for unauthorized modifications or new file creation
  • Track process creation events for Zoom executables to identify suspicious child processes
  • Review Windows Security logs for privilege escalation indicators following Zoom process execution

How to Mitigate CVE-2024-24697

Immediate Actions Required

  • Update all affected Zoom clients to the latest patched versions as specified in Zoom Security Bulletin ZSB-24004
  • Migrate from 32-bit Zoom clients to 64-bit versions where possible
  • Restrict user write permissions in directories within the application's DLL search path
  • Implement application control policies to prevent loading of unauthorized DLLs

Patch Information

Zoom has released security patches addressing this vulnerability. Organizations should consult the Zoom Security Bulletin ZSB-24004 for specific version information and update guidance. The patch ensures that Zoom clients properly validate library paths and load DLLs only from trusted, secure locations.

Affected products requiring updates include:

  • Zoom Meeting SDK for Windows
  • Zoom Rooms for Windows
  • Zoom VDI Windows Meeting Clients
  • Zoom Desktop Client for Windows (32-bit)

Workarounds

  • Remove write permissions from directories in the Windows DLL search path where possible
  • Use Group Policy to configure SafeDllSearchMode to exclude the current working directory from the search path
  • Deploy SentinelOne or similar EDR solutions to detect and block DLL hijacking attempts in real-time
  • Consider temporarily restricting Zoom usage to 64-bit clients until patches can be applied to 32-bit deployments
bash
# Windows Group Policy configuration to enable SafeDllSearchMode
# Run in elevated command prompt
reg add "HKLM\System\CurrentControlSet\Control\Session Manager" /v SafeDllSearchMode /t REG_DWORD /d 1 /f

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.07%

  • 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-426
  • Vendor Resources
  • Zoom Security Bulletin ZSB-24004
  • 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