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-2024-44165

CVE-2024-44165: Apple macOS VPN Information Disclosure Flaw

CVE-2024-44165 is an information disclosure vulnerability in Apple macOS that allows network traffic to leak outside VPN tunnels. This article covers the technical details, affected versions, and mitigation strategies.

Published: January 28, 2026

CVE-2024-44165 Overview

CVE-2024-44165 is a logic vulnerability affecting multiple Apple operating systems that allows network traffic to leak outside of a VPN tunnel. This flaw was addressed with improved checks in the affected software. The vulnerability impacts the security and privacy of users who rely on VPN connections to protect their network communications, as sensitive data intended to be encrypted and routed through a secure tunnel may instead be transmitted over unprotected network connections.

Critical Impact

Network traffic may leak outside a VPN tunnel, potentially exposing sensitive user data and communications to network-level attackers, compromising the confidentiality guarantees that VPN users expect.

Affected Products

  • Apple macOS (versions prior to Ventura 13.7, Sonoma 14.7, and Sequoia 15)
  • Apple iOS and iPadOS (versions prior to 17.7 and 18)
  • Apple visionOS (versions prior to 2)

Discovery Timeline

  • 2024-09-17 - CVE CVE-2024-44165 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-44165

Vulnerability Analysis

This vulnerability stems from a logic issue in how Apple's operating systems handle network traffic routing when a VPN connection is active. Under normal circumstances, when a VPN is enabled, all network traffic should be encapsulated and routed through the encrypted VPN tunnel. However, due to improper checks in the network stack, certain traffic may bypass the VPN tunnel entirely and be transmitted directly over the underlying network interface.

The flaw allows confidential information that users intend to keep private through VPN usage to potentially be intercepted by attackers with network access. This is particularly concerning for users in sensitive environments, those using public Wi-Fi networks, or individuals in regions where network surveillance is prevalent. The vulnerability requires no user interaction and can be exploited remotely over the network without any privileges.

Root Cause

The root cause is a logic flaw in the network traffic routing implementation within Apple's operating systems. The system fails to properly enforce that all network traffic must pass through the established VPN tunnel under certain conditions. This allows specific types of network traffic or connections initiated under particular circumstances to bypass the VPN encapsulation, resulting in unprotected data transmission.

Attack Vector

The vulnerability can be exploited over the network by an attacker positioned to observe network traffic (such as on the same network segment or at an ISP level). The attack does not require authentication or user interaction. An attacker could potentially:

  1. Monitor network traffic on a shared network (e.g., public Wi-Fi)
  2. Identify traffic that leaks outside the VPN tunnel
  3. Intercept sensitive data including credentials, browsing activity, or confidential communications
  4. Correlate leaked traffic with the user's identity, compromising anonymity

The exploitation relies on the victim having an active VPN connection while the vulnerability causes certain traffic to bypass the tunnel. The attacker does not need to compromise the VPN itself but merely observe traffic on the underlying network.

Detection Methods for CVE-2024-44165

Indicators of Compromise

  • Unexpected network traffic originating from device interfaces outside of the established VPN tunnel
  • DNS queries being sent to ISP or public DNS servers instead of VPN-configured DNS
  • Connection logs showing direct internet-bound traffic while VPN is reported as active
  • Network monitoring tools detecting unencrypted traffic from devices expected to use VPN

Detection Strategies

  • Implement network traffic analysis to identify traffic patterns that bypass VPN tunnels on managed devices
  • Monitor for DNS leaks by comparing DNS query destinations against expected VPN DNS configurations
  • Deploy endpoint detection solutions that can identify anomalous network routing behavior
  • Review firewall logs for outbound connections that should be routed through VPN but appear on WAN interfaces

Monitoring Recommendations

  • Enable verbose logging on network infrastructure to capture detailed traffic flow information
  • Implement split-tunnel detection capabilities to identify traffic routing anomalies
  • Deploy SentinelOne agents with network visibility features to monitor for VPN bypass conditions
  • Establish baseline network behavior profiles for VPN-connected devices to detect deviations

How to Mitigate CVE-2024-44165

Immediate Actions Required

  • Update all Apple devices to the patched versions: macOS Ventura 13.7, macOS Sonoma 14.7, macOS Sequoia 15, iOS 17.7, iOS 18, iPadOS 17.7, iPadOS 18, or visionOS 2
  • Audit network traffic from Apple devices to identify any potential data exposure
  • Consider temporarily avoiding sensitive operations over VPN on unpatched devices
  • Notify users of the vulnerability and the importance of applying updates immediately

Patch Information

Apple has released security updates that address this vulnerability with improved logic checks. The following versions contain the fix:

  • macOS Ventura 13.7 - Apple Security Update
  • macOS Sonoma 14.7 - Apple Security Update
  • macOS Sequoia 15 - Apple Security Update
  • iOS 17.7 and iPadOS 17.7 - Apple Security Update
  • iOS 18 and iPadOS 18 - Apple Security Update
  • visionOS 2 - Apple Security Update

Organizations should prioritize deploying these updates through their mobile device management (MDM) solutions.

Workarounds

  • Avoid using VPN for sensitive operations on unpatched devices until updates can be applied
  • Consider using network-level VPN solutions (such as VPN gateways) rather than device-level VPN clients as a temporary measure
  • Implement firewall rules on the network to block non-VPN traffic from known Apple device IP addresses
  • Use additional encryption layers (HTTPS, application-level encryption) for sensitive communications
bash
# Verify current macOS version to ensure patch is applied
sw_vers -productVersion

# Check iOS/iPadOS version via command line (if accessible)
# Settings > General > About > Software Version

# Example: Block non-VPN traffic at network firewall for temporary mitigation
# Consult your firewall documentation for specific syntax

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApple Macos

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.30%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Full Disclosure Security Report

  • Full Disclosure Security Report

  • Full Disclosure Security Report

  • Full Disclosure Security Report

  • Full Disclosure Security Report

  • Full Disclosure Security Report
  • Vendor Resources
  • Apple Support Article

  • Apple Support Article

  • Apple Support Article

  • Apple Support Article

  • Apple Support Article

  • Apple Support Article
  • Related CVEs
  • CVE-2026-28820: Apple macOS Information Disclosure Flaw

  • CVE-2026-20670: Apple macOS Information Disclosure Issue

  • CVE-2026-28831: Apple macOS Information Disclosure Flaw

  • CVE-2026-20607: Apple macOS 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