Transmission – BitTorrent users beware: Flaw lets hackers control your computer
1–10 of 12 posts
Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#2Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#3does this mean a malicious site can query data from a running service, such as local MySQL? If so, isn't that a big deal? I know lots of places that run things open locally because they're behind a firewall.
Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#4>"I regularly encounter users who don't accept that websites can access services on localhost or their intranet,"
That seems to be a very reasonable thing to not accept...
Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#5Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#6This is ridiculous. Not that I'm defending Transmission on their slowness here, but this is fundamentally a chrome issue. Websites being able to access services running on localhost is a security vulnerability , a sandbox escape. People assume restricting incoming connections to localhost means that only localhost can connect, because that is exactly what that is MEANT to do. I don't think it's reasonable for every s…
Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#7> I regularly encounter users who don't accept that websites can access services on localhost or their intranet," Ormandy wrote. "These users understand that services bound to localhost are only accessible to software running on the local machine and that their browser is running on the local machine—but somehow believe that accessing a website 'transfers' execution somewhere else. It doesn't work like that, but this…
https://bouk.co/blog/hacking-developers/
So, if you have, say, telnet bound to localhost without a password, you are not safe (modern browser would drop the response as it's not valid HTTP, but with telnet you don't exactly care anyway).
Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#8Isn't there just the one flaw here? That random websites can make connections to localhost through a browser? Are we now going to enumerate every possible thing that accepts connections on localhost without authentication? >"I regularly encounter users who don't accept that websites can access services on localhost or their intranet," That seems to be a very reasonable thing to not accept...
The other related issue is that communicating with localhost over https is very hard for an app. I wonder if there is a potential way to kill two birds with one stone here with some browser changes.
Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#9Re: Transmission – BitTorrent users beware: Flaw lets hackers control your computer
#10This is ridiculous. Not that I'm defending Transmission on their slowness here, but this is fundamentally a chrome issue. Websites being able to access services running on localhost is a security vulnerability , a sandbox escape. People assume restricting incoming connections to localhost means that only localhost can connect, because that is exactly what that is MEANT to do. I don't think it's reasonable for every s…