Internet Explorer solved this with their zoning system right? https://learn.microsoft.com/en-us/previous-versions/troubles...
Ironically, Chrome partially supported and utilized IE security zones on Windows, though it was not well documented.
A proposal to restrict sites from accessing a users’ local network
21–30 of 392 posts
Re: A proposal to restrict sites from accessing a users’ local network
#22Earlier quoted context omitted.
I'm sure it will require some work, but this is the price of security. The idea that any website I visit can start pinging/exploiting some random unsecured testing web server I have running on localhost:8080 is a massive security risk.
[flagged]
Re: A proposal to restrict sites from accessing a users’ local network
#23Earlier quoted context omitted.
I'm sure it will require some work, but this is the price of security. The idea that any website I visit can start pinging/exploiting some random unsecured testing web server I have running on localhost:8080 is a massive security risk.
Or probing your local network for vulnerable HTTP servers, like insecure routers or web cameras. localhost is just the tip of the iceberg.
Re: A proposal to restrict sites from accessing a users’ local network
#24A proposal to treat webbrowsers as malware ? Why would a webbrowser connect to a socket/internet ?
Re: A proposal to restrict sites from accessing a users’ local network
#25Earlier quoted context omitted.
Or probing your local network for vulnerable HTTP servers, like insecure routers or web cameras. localhost is just the tip of the iceberg.
Can you define "local network"? Probably not. Most large enterprises own publicly-routable IP space for internal use. Internal doesn't mean 192.168.0.0/24. foo.corp.example.com could resolve to 9.10.11.12 and still be local. What about IPv6? It's a nonsense argument fraught with corner cases.
Re: A proposal to restrict sites from accessing a users’ local network
#26> A proposal to restrict sites from accessing a users' local network A proposal to treat webbrowsers as malware ? Why would a webbrowser connect to a socket/internet ?
Re: A proposal to restrict sites from accessing a users’ local network
#27I like this on the first glance. The idea of a random website probing arbitrary local IPs (or any IPs for that matter) with HTTP requests is insane. I wouldn't care if it breaks some enterprise apps or integrations - enterprises could reenable this "feature" via management tools, normal users could configure it themselves, just show a popup "this website wants to control local devices - allow/deny".
[flagged]
The fact that I have to rely on random extensions to accomplish this is unacceptable.
Re: A proposal to restrict sites from accessing a users’ local network
#28I like this on the first glance. The idea of a random website probing arbitrary local IPs (or any IPs for that matter) with HTTP requests is insane. I wouldn't care if it breaks some enterprise apps or integrations - enterprises could reenable this "feature" via management tools, normal users could configure it themselves, just show a popup "this website wants to control local devices - allow/deny".
[flagged]
You’ll have to come up with a really strong defense for why this shouldn’t happen in order to convince most users.
Re: A proposal to restrict sites from accessing a users’ local network
#29I often see sites like Paypal trying to probe 127.0.0.1. For my "security", I'm sure...
Re: A proposal to restrict sites from accessing a users’ local network
#30What is so hard in blocking apps on android from listening on random ports without permission?