Another way to leak traffic on Android has been discovered
Recorded: Sept. 12, 2026, 8:08 a.m.
| Original | Summarized |
Another way to leak traffic on Android has been discovered | Mullvad VPN Skip to main content Mullvad Logo Menu Products and services VPN Browser Browser extension Pricing Privacy Why privacy matters Technical resources Downloads Tech blog & news Open source Check for leaks Servers Help and support Guides FAQ VPNBrowserPricingDownloadsWhy privacy matters Log in Get started Another way to leak traffic on Android has been discovered September 10, 2026 Privacy A newly discovered leak in Android allows any app to send traffic outside the VPN tunnel. |
A newly discovered vulnerability in the Android network stack allows applications to bypass VPN tunnels and transmit traffic outside the secure VPN connection, even when the system setting to block all connections without a VPN is active. This leak exposes the device's true IP address on the internet, creating potential risks for tracking and surveillance. The malicious application is capable of executing this action without requiring any special permissions. The technical mechanism behind this leak involves instructing the Android system to establish a keep-alive UDP connection that is offloaded directly to the hardware Wi-Fi or cellular chip. While this connection is intended to facilitate network address translation traversal, the malicious app misuses this functionality to send UDP packets on port 4500 to arbitrary servers on the Internet. Since these packets originate directly from the network hardware, they circumvent the security check that mandates all traffic must route through the VPN connection, thereby revealing the device’s actual IP address. A potential theoretical mitigation exists based on the hardware limitation of keep-alive connections, which only allows a finite number simultaneously. The theoretical solution suggests deploying an application to establish its own keep-alive connection until the hardware capacity is saturated, thereby blocking the malicious app from initiating further leaks. However, the VPN provider Mullvad does not currently plan to implement this mitigation because it would still necessitate sending packets outside the tunnel, even if directed to a Mullvad-owned server, and the effectiveness of such a solution is not guaranteed because the leak might have already occurred before the VPN application was initiated. Beyond the immediate technical fix, the text emphasizes broader security best practices. It is crucial for users to install only trusted applications on their devices, and where possible, utilize security and privacy-focused operating systems such as GrapheneOS. The issue was reported to the Android Vulnerability Reward Program by the researcher who discovered the vulnerability, although the report was closed without reported action. Furthermore, GrapheneOS is aware of this vulnerability and is actively working on a remediation. |