Cyber Security News

Android 16 VPN Bypass Lets Malicious Apps Reveal Users Real IP Address

A newly disclosed flaw in Android 16 is raising serious privacy concerns after researchers revealed that malicious apps can bypass VPN protections and expose a user’s real IP address even when strict security settings are enabled.

The vulnerability, dubbed the “Tiny UDP Cannon,” allows any regular Android app with basic permissions to leak network traffic outside the VPN tunnel.

This bypass works even when users enable “Always-On VPN” and “Block connections without VPN,” two features designed to enforce complete traffic protection.

Android 16 VPN Bypass

At the core of the issue is a design flaw in Android’s ConnectivityManager service.

Instead of sending network traffic directly, a malicious app can register a payload with the system process (system_server), which operates with elevated privileges and is not bound by VPN routing rules.

Once the app exits or its socket is destroyed, system_server sends the attacker-controlled data over the device’s physical network interface, such as Wi-Fi, completely bypassing the VPN.

This behavior stems from the method:

  • registerQuicConnectionClosePayload

The method lacks:

  • Permission checks.
  • Payload validation.
  • Awareness of VPN lockdown policies.

As a result, even apps with only auto-granted permissions, such as INTERNET and ACCESS_NETWORK_STATE, can exploit this mechanism.

The vulnerability effectively breaks Android’s VPN trust model. Attackers can:

  • Reveal a user’s real public IP address.
  • Exfiltrate data outside encrypted VPN tunnels.
  • Track users despite privacy protections.

The issue was successfully tested on a Pixel 8 running Android 16 with Proton VPN enabled and lockdown mode active.

Indicators of Compromise (IOCs)

Below are key indicators associated with exploitation:

  • Network Activity: Unauthorized UDP packets sent outside the VPN tunnel.
  • Source IP: Device’s real Wi-Fi IP (e.g., 192.168.x.x).
  • Destination: Attacker-controlled server and port (e.g., port 3131).
  • Payload Pattern: Arbitrary or tagged data such as EXFIL{src=IP}.
  • Permissions Used: INTERNET, ACCESS_NETWORK_STATE.
  • System Component: system_server (UID 1000) initiating traffic.

The issue was reported to Google’s Android Vulnerability Reward Program (VRP) in April 2026.

However, the Android Security Team classified it as “Won’t Fix (Infeasible)”. It stated that it does not meet the criteria for inclusion in a security bulletin.

Despite this, researchers argue that the flaw poses significant privacy risks, especially for users who rely on VPNs for anonymity.

A temporary mitigation exists via an ADB command that turns off the vulnerable QUIC feature:

  • adb shell device_config put tethering close_quic_connection -1

After rebooting, the system stops sending the registered payloads, effectively blocking the leak.

However, this is not a permanent fix and may be removed in future updates.

Researchers at lowlevel.fun warned that system-level exemptions can unintentionally bypass key mobile security protections.

As VPN usage continues to grow, such bypasses could become a critical attack vector for surveillance and data leakage.

Users and security teams are advised to monitor unusual network activity and apply mitigations where possible until an official fix is introduced.

Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Abinaya

Abi is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.

Recent Posts

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

3 hours ago

CISA and NIST Release Technical Checklist for Safeguarding Identity Tokens From Theft and Misuse

The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…

13 hours ago

CISA Shares 17 Techniques Used by Hackers to Compromise Active Directory Environments

CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…

14 hours ago

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…

14 hours ago

How to Keep Malware’s Rotating Infrastructure From Becoming a Detection Gap

You can’t detect today's attacks with yesterday’s threat intelligence; that’s how you could briefly formulate…

14 hours ago

Microsoft Bans Its AI Models From Launching Cyberattacks or Escalating Their Own Access

Microsoft has published a draft Humanist AI Code of Conduct that would prohibit its in-house…

15 hours ago