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

CVE-2025-64739: Zoom SDK Information Disclosure Flaw

CVE-2025-64739 is an information disclosure vulnerability in Zoom Meeting Software Development Kit caused by external control of file paths. Attackers can exploit this flaw to access sensitive data. Learn the technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 22, 2026

CVE-2025-64739 Overview

CVE-2025-64739 is a high-severity vulnerability affecting multiple Zoom client applications across various platforms. The vulnerability stems from external control of file name or path (CWE-73), which may allow an unauthenticated user to conduct information disclosure via network access. This vulnerability class enables attackers to manipulate file path references, potentially gaining unauthorized access to sensitive files on affected systems.

Critical Impact

Unauthenticated attackers can exploit this vulnerability over the network to access and disclose sensitive information from affected Zoom clients without requiring user interaction.

Affected Products

  • Zoom Meeting Software Development Kit (Linux, macOS, Windows)
  • Zoom Rooms (iOS, macOS, Windows)
  • Zoom Rooms Controller (Linux, macOS, Windows)
  • Zoom Workplace Desktop (Linux, macOS, Windows)
  • Zoom Workplace Virtual Desktop Infrastructure (Windows)

Discovery Timeline

  • 2025-11-13 - CVE-2025-64739 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-64739

Vulnerability Analysis

This vulnerability falls under CWE-73 (External Control of File Name or Path), which occurs when software uses external input to construct a pathname that should be within a restricted directory, but fails to properly neutralize path elements. In the context of Zoom clients, the vulnerability allows an unauthenticated attacker to manipulate file path inputs, potentially traversing beyond intended directories to access sensitive files.

The attack can be conducted entirely over the network without requiring authentication or user interaction. The impact is focused on confidentiality, with the potential for high-severity information disclosure. No integrity or availability impact has been identified for this vulnerability.

Root Cause

The root cause of CVE-2025-64739 lies in insufficient validation and sanitization of user-controlled file path inputs within certain Zoom client applications. When external input is used to construct file paths without proper neutralization of special elements (such as ../ sequences or absolute path indicators), attackers can specify paths outside the intended directory structure.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no prior authentication or privileges. An attacker can remotely exploit this vulnerability by sending crafted requests to affected Zoom clients that contain manipulated file path parameters.

The vulnerability allows path traversal through insufficient input validation, enabling an attacker to reference files outside the intended directory scope. For example, an attacker could potentially craft requests that traverse the directory structure to access configuration files, logs, or other sensitive data stored on the system running the vulnerable Zoom client.

Technical details regarding specific exploitation methods can be found in the Zoom Security Bulletin ZSB-25041.

Detection Methods for CVE-2025-64739

Indicators of Compromise

  • Unexpected file access attempts in Zoom client logs targeting files outside normal application directories
  • Network traffic containing path traversal sequences (../, ..\\, or absolute paths) directed at Zoom client endpoints
  • Unusual file read operations from Zoom processes accessing sensitive system directories
  • Anomalous outbound data transfers following Zoom client network activity

Detection Strategies

  • Monitor Zoom client processes for file access operations outside expected directories using endpoint detection and response (EDR) solutions
  • Implement network-level inspection for path traversal patterns in traffic destined for Zoom clients
  • Configure SIEM rules to alert on file access events from Zoom processes targeting sensitive file locations
  • Enable verbose logging on Zoom clients and analyze for suspicious path references

Monitoring Recommendations

  • Establish baseline file access patterns for Zoom client applications and alert on deviations
  • Deploy SentinelOne agents on endpoints running affected Zoom products for real-time behavioral analysis
  • Monitor for unusual data exfiltration patterns following Zoom client activity
  • Review Zoom client configurations and enabled features that may expand attack surface

How to Mitigate CVE-2025-64739

Immediate Actions Required

  • Update all affected Zoom products to the latest patched versions immediately
  • Audit systems running vulnerable Zoom client versions across the organization
  • Enable additional monitoring on endpoints running affected Zoom software until patches are applied
  • Review and restrict network access to Zoom clients where feasible

Patch Information

Zoom has released security patches addressing this vulnerability. Organizations should consult the Zoom Security Bulletin ZSB-25041 for specific version information and download links for patched releases. The bulletin provides detailed guidance on affected version ranges and the minimum safe versions for each platform and product.

Workarounds

  • Implement network segmentation to limit exposure of Zoom clients to untrusted networks
  • Apply host-based firewall rules to restrict incoming connections to Zoom clients
  • Disable unnecessary Zoom client features that may increase attack surface until patches are applied
  • Use application control policies to limit Zoom client file system access to required directories only
bash
# Example: Restrict Zoom directory access on Linux systems
# Create a confined directory for Zoom data access
mkdir -p /opt/zoom/data
chmod 700 /opt/zoom/data
# Configure firewall rules to limit Zoom network exposure
iptables -A INPUT -p tcp --dport 8801:8802 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8801:8802 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechZoom

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Vendor Resources
  • Zoom Security Bulletin ZSB-25041
  • Related CVEs
  • CVE-2024-45419: Zoom SDK Information Disclosure Flaw

  • CVE-2025-46788: Zoom Workplace Desktop Info Disclosure

  • CVE-2025-0142: Zoom Jenkins Plugin Information Disclosure

  • CVE-2023-34114: Zoom Client Information Disclosure 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