Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

Novel Attack Against Virtually All VPN Apps Neuters Their Entire Purpose

Accepted submission by fliptop at 2024-05-07 22:12:41 from the cutting-off-the-VPN-family-jewels dept.
Security

The TunnelVision vulnerability has existed since 2002 and may already be known to attackers [arstechnica.com]:

Researchers have devised an attack against nearly all virtual private network applications that forces them to send and receive some or all traffic outside of the encrypted tunnel designed to protect it from snooping or tampering.

TunnelVision, as the researchers have named their attack, largely negates the entire purpose and selling point of VPNs, which is to encapsulate incoming and outgoing Internet traffic in an encrypted tunnel and to cloak the user’s IP address. The researchers believe it affects all VPN applications when they’re connected to a hostile network and that there are no ways to prevent such attacks except when the user's VPN runs on Linux or Android. They also said their attack technique may have been possible since 2002 and may already have been discovered and used in the wild since then.

The effect of TunnelVision is “the victim's traffic is now decloaked and being routed through the attacker directly,” a video demonstration [youtube.com] explained. “The attacker can read, drop or modify the leaked traffic and the victim maintains their connection to both the VPN and the Internet.”

The attack works by manipulating the DHCP server [wikipedia.org] that allocates IP addresses to devices trying to connect to the local network. A setting known as option 121 [ietf.org] allows the DHCP server to override default routing rules that send VPN traffic through a local IP address that initiates the encrypted tunnel. By using option 121 to route VPN traffic through the DHCP server, the attack diverts the data to the DHCP server itself.

[...] Interestingly, Android is the only operating system that fully immunizes VPN apps from the attack because it doesn't implement option 121. For all other OSes, there are no complete fixes.

Originally spotted on Schneier on Security [schneier.com].


Original Submission