this post was submitted on 12 May 2026
33 points (100.0% liked)

Privacy

4551 readers
317 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

A recently discovered bug in Android 16 allows any app to leak traffic outside the VPN tunnel.

The bug was reported to the Android Security Team, but was closed as Won’t Fix (Infeasible) [...] In contrast, GrapheneOS, a security-focused Android-based OS, quickly patched the issue in its codebase.

A mitigation is possible, but is quite technical in that it requires USB debugging to be enabled on the device in order to run the following Android Debug Bridge (adb) commands:

adb shell device_config put tethering close_quic_connection -1

adb reboot

top 1 comments
sorted by: hot top controversial new old
[–] FrostyPolicy@suppo.fi 4 points 1 week ago

In contrast, GrapheneOS, a security-focused Android-based OS, quickly patched the issue in its codebase.

Good that I use GrapheneOS.