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-2025-0146

CVE-2025-0146: Zoom Meeting SDK DOS Vulnerability

CVE-2025-0146 is a denial of service vulnerability in Zoom Meeting SDK caused by symlink following in the macOS installer. Authenticated attackers can exploit this flaw locally to disrupt services. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-0146 Overview

A symlink following vulnerability has been identified in the installer for Zoom Workplace App for macOS before version 6.2.10. This vulnerability may allow an authenticated user to conduct a denial of service attack via local access. The flaw exists in how the installer handles symbolic links during the installation process, potentially allowing malicious actors to manipulate file system operations.

Critical Impact

Local authenticated attackers can exploit symlink following in the Zoom installer to cause denial of service conditions on macOS systems, potentially disrupting business communications and collaboration tools.

Affected Products

  • Zoom Workplace Desktop for macOS (before version 6.2.10)
  • Zoom Meeting Software Development Kit for macOS
  • Zoom Rooms for macOS
  • Zoom Rooms Controller for macOS
  • Zoom Video Software Development Kit for macOS

Discovery Timeline

  • 2025-01-30 - CVE-2025-0146 published to NVD
  • 2025-08-01 - Last updated in NVD database

Technical Details for CVE-2025-0146

Vulnerability Analysis

This vulnerability is classified as CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink following or symlink attack vulnerability. The flaw occurs when the Zoom installer for macOS improperly resolves symbolic links before performing file operations during the installation process.

When the installer writes files or modifies system resources, it fails to properly validate whether the target paths are legitimate files or symbolic links pointing to other locations. An authenticated local user can exploit this by creating carefully crafted symbolic links in locations accessed by the installer, causing the installer to write to or modify unintended files or directories.

The attack requires local access to the target system and an authenticated user session. When exploited, the vulnerability results in a denial of service condition, impacting the availability of the Zoom application or potentially other system resources. While the attack does not compromise confidentiality or integrity, it can significantly disrupt business operations reliant on Zoom for communication.

Root Cause

The root cause of this vulnerability lies in inadequate validation of file paths during the installation process. The Zoom installer fails to perform proper canonicalization of file paths and does not check whether target files are symbolic links before performing write operations. This allows an attacker to redirect installer operations to arbitrary file system locations through strategically placed symlinks.

Attack Vector

The attack vector requires local access with authenticated user privileges. An attacker would need to:

  1. Identify directories or files accessed by the Zoom installer during the installation process
  2. Create symbolic links in accessible locations pointing to critical system files or directories
  3. Trigger the installation process (either through a new installation or update)
  4. The installer follows the malicious symlinks, potentially overwriting or corrupting targeted files

The attack targets the installation workflow and requires user interaction to initiate the vulnerable installation process. Due to the local access requirement, the attack surface is limited to users who already have authenticated access to the target macOS system.

Detection Methods for CVE-2025-0146

Indicators of Compromise

  • Unusual symbolic links created in Zoom installation directories or temporary folders
  • Unexpected file modifications in system directories during Zoom installation events
  • Failed or corrupted Zoom installations with associated file system errors
  • Suspicious activity in macOS installation logs related to Zoom components

Detection Strategies

  • Monitor file system activity during Zoom installer execution for symlink creation or manipulation
  • Implement endpoint detection rules to flag symbolic link operations targeting Zoom installation paths
  • Review macOS system logs for failed file operations or permission errors during Zoom updates
  • Deploy SentinelOne endpoint protection to detect anomalous file system behavior during software installations

Monitoring Recommendations

  • Enable file integrity monitoring on directories commonly used by Zoom installers
  • Configure alerts for symbolic link creation in /Applications/, temporary directories, and user Library folders
  • Monitor for multiple failed installation attempts which may indicate exploitation attempts
  • Review endpoint telemetry for unusual process behavior during Zoom update operations

How to Mitigate CVE-2025-0146

Immediate Actions Required

  • Update Zoom Workplace Desktop for macOS to version 6.2.10 or later immediately
  • Update all affected Zoom SDKs and Rooms components to their latest patched versions
  • Audit systems for any suspicious symbolic links in Zoom-related directories
  • Restrict installation privileges to trusted administrators where possible

Patch Information

Zoom has released security updates addressing this vulnerability. Organizations should update to the following minimum versions:

  • Zoom Workplace Desktop for macOS: Version 6.2.10 or later
  • Zoom Meeting SDK for macOS: Latest available version
  • Zoom Rooms for macOS: Latest available version
  • Zoom Rooms Controller for macOS: Latest available version
  • Zoom Video SDK for macOS: Latest available version

For detailed patch information and download links, refer to the Zoom Security Bulletin ZSB-25005.

Workarounds

  • Temporarily disable automatic updates and manually verify installer integrity before installation
  • Restrict user permissions to create symbolic links in directories accessed by the Zoom installer
  • Run Zoom installations in controlled environments with limited file system access
  • Monitor and audit file system operations during installation processes until patches are applied
bash
# Check current Zoom version on macOS
/Applications/zoom.us.app/Contents/MacOS/zoom.us --version

# Verify no suspicious symlinks exist in Zoom directories
find /Applications/zoom.us.app -type l -ls
find ~/Library/Application\ Support/zoom.us -type l -ls

# List recent symlink creations (requires appropriate logging enabled)
log show --predicate 'eventMessage contains "symlink"' --last 24h

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZoom

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Vendor Resources
  • Zoom Security Bulletin ZSB-25005
  • Related CVEs
  • CVE-2025-46785: Zoom Meeting SDK DoS Vulnerability

  • CVE-2024-45422: Zoom Meeting SDK DOS Vulnerability

  • CVE-2023-49646: Zoom Meeting SDK DOS Vulnerability

  • CVE-2023-39215: Zoom Meeting SDK DOS Vulnerability
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