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-2023-36672

CVE-2023-36672: Clario VPN Information Disclosure Flaw

CVE-2023-36672 is an information disclosure vulnerability in Clario VPN for macOS that leaks local network traffic in plaintext outside the VPN tunnel. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-36672 Overview

CVE-2023-36672 is an insecure network configuration vulnerability discovered in the Clario VPN client for macOS through version 5.9.1.1662. The vulnerability affects how the VPN client configures the operating system's network routing, allowing traffic destined for local networks to be transmitted in plaintext outside the encrypted VPN tunnel, even when the local network uses non-RFC1918 IP subnets. This flaw is part of a broader class of vulnerabilities known as "TunnelCrack" attacks, specifically the LocalNet attack variant.

An adversary on the same adjacent network can exploit this vulnerability to trick the victim into sending arbitrary IP traffic in plaintext, bypassing the VPN's encryption protections entirely. This exposes potentially sensitive data that users expect to be protected by their VPN connection.

Critical Impact

Attackers on adjacent networks can intercept sensitive traffic that users believe is protected by VPN encryption, leading to confidentiality breaches and exposure of private communications.

Affected Products

  • Clario VPN for macOS through version 5.9.1.1662

Discovery Timeline

  • 2023-08-09 - CVE-2023-36672 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-36672

Vulnerability Analysis

This vulnerability stems from improper network configuration by the Clario VPN client on macOS systems. When a VPN client establishes a tunnel, it should route all network traffic through the encrypted connection. However, the Clario VPN client fails to properly handle routing for local network traffic when the network uses IP address ranges outside the standard RFC1918 private address blocks (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16).

The weakness is classified under CWE-319 (Cleartext Transmission of Sensitive Information), as the vulnerability results in sensitive data being transmitted without encryption when it should be protected by the VPN tunnel.

Root Cause

The root cause lies in the VPN client's network configuration logic that creates exceptions for local network traffic. While VPN clients commonly allow local network access for legitimate purposes (such as accessing local printers or network shares), the Clario VPN client fails to properly restrict this exception to only RFC1918 private address ranges. This oversight allows an attacker to configure a malicious network with non-RFC1918 addresses to capture traffic that the user expects to be encrypted.

Attack Vector

The attack requires the adversary to be on an adjacent network position, such as a rogue Wi-Fi access point or compromised local network. The attacker can configure the network to use non-RFC1918 IP addresses, causing the victim's VPN client to route traffic to these addresses in plaintext rather than through the encrypted VPN tunnel. This is particularly concerning in public Wi-Fi scenarios where attackers can easily set up malicious access points.

The attack flow involves:

  1. The attacker sets up a malicious network using non-RFC1918 IP ranges
  2. The victim connects to this network while using Clario VPN
  3. The VPN client incorrectly classifies traffic to these addresses as "local" traffic
  4. Network traffic bypasses the VPN tunnel and is sent in plaintext
  5. The attacker intercepts and captures sensitive data

For detailed technical analysis of the TunnelCrack vulnerability class, refer to the TunnelCrack Technical Details documentation.

Detection Methods for CVE-2023-36672

Indicators of Compromise

  • Unexpected plaintext network traffic originating from systems with active VPN connections
  • Network traffic to non-RFC1918 address ranges bypassing VPN interfaces
  • DNS queries or HTTP/HTTPS traffic visible on local network interfaces while VPN is supposedly active

Detection Strategies

  • Monitor for network traffic that bypasses VPN tunnel interfaces on macOS systems running Clario VPN
  • Implement network intrusion detection to identify plaintext sensitive traffic from devices that should be using VPN encryption
  • Use packet capture analysis to verify all expected traffic routes through VPN tunnel interfaces
  • Deploy endpoint monitoring to detect routing table configurations that create exceptions for non-RFC1918 addresses

Monitoring Recommendations

  • Enable verbose logging on network interfaces to track traffic routing decisions
  • Implement alerting for any cleartext traffic containing sensitive data from VPN-enabled endpoints
  • Regularly audit routing tables on systems running vulnerable VPN client versions
  • Monitor for rogue access points in enterprise environments that could be used to exploit this vulnerability

How to Mitigate CVE-2023-36672

Immediate Actions Required

  • Upgrade Clario VPN for macOS to a version newer than 5.9.1.1662 that addresses this vulnerability
  • Avoid using untrusted or public Wi-Fi networks until the VPN client is updated
  • Consider using alternative VPN solutions that have been verified to protect against LocalNet attacks
  • Enable strict firewall rules to block all non-VPN traffic when VPN is intended to be active

Patch Information

Users should check the Clario VPN for Mac product page for the latest version that addresses this vulnerability. The Mullvad Blog on TunnelCrack Response provides additional context on how VPN providers have responded to this class of vulnerabilities.

Workarounds

  • Configure host-based firewall rules to block all traffic that doesn't route through the VPN interface when VPN is active
  • Avoid connecting to networks that use non-standard IP address ranges
  • Use network monitoring tools to verify all traffic is properly routed through the VPN tunnel
  • Consider implementing a kill switch mechanism that blocks all internet traffic if the VPN connection drops or traffic leaks are detected
bash
# Example macOS firewall configuration to block non-VPN traffic
# Note: Replace utun0 with your actual VPN interface name
sudo pfctl -e
echo "block drop quick on en0 proto { tcp, udp } from any to any" | sudo pfctl -f -
echo "pass quick on utun0 all" | sudo pfctl -f -

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechClario Vpn

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • Clario VPN for Mac Overview

  • Mullvad Blog on TunnelCrack Response

  • SonicWall SNWLID-2023-0015 Vulnerability

  • TunnelCrack Technical Details
  • Related CVEs
  • CVE-2023-36671: Clario VPN 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