CVE-2023-36672
Description
An issue was discovered in the Clario VPN client through 5.9.1.1662 for macOS. The VPN client insecurely configures the operating system such that traffic to the local network is sent in plaintext outside the VPN tunnel even if the local network is using a non-RFC1918 IP subnet. This allows an adversary to trick the victim into sending arbitrary IP traffic in plaintext outside the VPN tunnel. NOTE: the tunnelcrack.mathyvanhoef.com website uses this CVE ID to refer more generally to "LocalNet attack resulting in leakage of traffic in plaintext" rather than to only Clario.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Clario VPN client for macOS versions through 5.9.1.1662 leaks local network traffic outside the VPN tunnel when the local subnet uses non-RFC1918 IPs, enabling plaintext traffic interception.
Vulnerability
The Clario VPN client for macOS, up to version 5.9.1.1662, misconfigures the operating system such that traffic destined for the local network is sent in plaintext outside the VPN tunnel when the local network uses a non-RFC1918 IP subnet. This design flaw, part of the broader TunnelCrack LocalNet attack class [1], stems from the VPN client's failure to properly restrict routing rules to only private IP ranges, allowing arbitrary IP addresses advertised by a rogue DHCP server to be treated as local and thus excluded from VPN encryption [1].
Exploitation
An adversary must control a Wi-Fi network that the victim connects to (e.g., a rogue access point) and must advertise a non-RFC1918 IP range (e.g., a public IP subnet) as the local network via DHCP. No authentication, user interaction beyond connecting to the malicious network, or race condition is required. The victim's Clario VPN client, believing those IPs are local, exempts them from the encrypted tunnel, causing all traffic to those addresses to be sent in plaintext outside the VPN [1].
Impact
Successful exploitation allows the adversary to intercept, read, and potentially modify any IP traffic sent by the victim to the advertised non-RFC1918 local network range. This results in information disclosure and loss of confidentiality, with the attacker able to steal sensitive data, credentials, or attack the victim's devices as if no VPN were active [1].
Mitigation
Clario has not released a public patch as of August 9, 2023; the advisory notes that updates for some VPNs were coordinated, but Clario is not listed among the patched vendors [1]. Users can mitigate by avoiding untrusted Wi-Fi networks, manually configuring firewall rules to block traffic to non-RFC1918 subnets outside the tunnel, or switching to a VPN client that correctly restricts local network exceptions to private IP ranges only [1][3].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Clario/VPN clientdescription
- Range: <=5.9.1.1662
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
4News mentions
0No linked articles in our index yet.