-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
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
socks5 port exposed to network on Chrome OS #2248
Comments
I cannot reproduce this. What is your Platform as in chrome://version? Mine is 11895.118.0 (Official Build) stable-channel kevin (74 stable channel). Was it working properly before? I have enabled ADB over network and ran
|
Thanks for the quick reply. My platform is I noticed there's a I've set the port number in settings to
when Shadowsocks is enabled. |
Okay I think I managed to reproduce this with proxy only mode. Can you try if the following command in crosh fixes this?
P.S. To revert the effect, reboot or execute |
I think I won't be able to get sudo (or even a normal shell) without putting the device into developer mode... which I try not to. But if it's definitely needed then I may be able to do it when I have more time. Sorry about that, but is there any other ways to help confirm the problem? Also I tested again and I can reproduce this in both VPN and proxy only mode. |
Fixes shadowsocks#2248. Power user that requires proxy on Linux should update to M-75 or use a proxy server app instead.
Describe the bug
The commit f799649 hard-coded the app to bind
0.0.0.0
on Chrome OS and it stated it was safe at that time. However, this doesn't seem true anymore because the port exposed is now accessible from other machines in the network.Chrome OS version used for testing: Version 76.0.3809.20 (Official Build) dev (64-bit)
To Reproduce
Enable the proxy with any profile and confirm the SOCKS5 proxy port set in settings page is accessible from another machine in the same network.
Expected behavior
I'd expect a switch that allows the user to decide whether to share their connection. I found there seems to be the option
Key.shareOverLan
, but I didn't find a way to modify its value.Screenshots
Not applicable
Smartphone (please complete the following information):
Configuration
Put an
x
inside the [ ] that applies.The text was updated successfully, but these errors were encountered: