-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orbot is leaking ICMP traffic on Android #1008
Comments
I can reproduce this issue using ping in Termux. I have Orbot configured as a VPN, connected, and the Android VPN kill switch is enabled for the VPN. Orbot appears to be leaking ICMP traffic through the VPN. |
Uh oh. It ALSO leaks UDP. You can confirm this with |
Netcat test isn't accurate. My mistake! |
@n8fr8 and @bitmold and @meenbeese pleese take a look |
Yes we are.
…On Thu, Nov 2, 2023, at 7:13 PM, Ufyfughx wrote:
@n8fr8 <https://github.com/n8fr8> and @bitmold
<https://github.com/bitmold> and @meenbeese
<https://github.com/meenbeese> pleese take a look
—
Reply to this email directly, view it on GitHub
<#1008 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAHRAYUZHVTCKE3Z2VWMQTYCQSIBAVCNFSM6AAAAAA62JH3HKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGY4DSMBXGA>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There have been some issues with Android VPN leaking related to connectivity checks - could this be related? |
also tune VPN settings to ensure IPv6 traffic routing as possible
Have you confirmed there is a leak, for instance by running tcpdump on your wifi access point? |
…or bypassed also tune VPN settings to ensure IPv6 traffic routing as possible
Describe the Bug
After testing with termux and orbot, it has been established that ICMP traffic is being leaked with Orbot
To Reproduce
Install Termux, establish the vpn tunnel on orbot and run ping google.com on Termux.
for UDP nc -vz -u 8.8.8.8 443
possibly leaking UDP?
The text was updated successfully, but these errors were encountered: