- cross-posted to:
- privacy@programming.dev
- cross-posted to:
- privacy@programming.dev
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



nice, gonna use the fix as soon as I get home.
EDIT:
anyone knows the implications of this?
My guess is if the server side connection stays half open it would mean the server is still sending data to your device after its closed the connection causing that data to essentially get sinkhole’d.
Maybe in some extreme examples if you have a huge amount of connections that get abruptly closed your bandwidth could be limited until the connections expire. In normal circumstances that probably just means a small amount of additional background resources are getting wasted.