Live data from Hacker News

Critical Tor flaw leaks users’ real IP address

arstechnica.com

1–10 of 91 posts

Re: Critical Tor flaw leaks users’ real IP address

#2
Just the other day I saw some file://-based exploit. Didn’t read the specifics of this, but not validating a URL’s scheme must be a very common source of problems. It’s so easy to overlook the scheme when everything is https?:// all the time. But alas, file://, it’s real, browsers attempt to work with it. Another edge to be aware of!!

Re: Critical Tor flaw leaks users’ real IP address

#3

Just the other day I saw some file://-based exploit. Didn’t read the specifics of this, but not validating a URL’s scheme must be a very common source of problems. It’s so easy to overlook the scheme when everything is https?:// all the time. But alas, file://, it’s real, browsers attempt to work with it. Another edge to be aware of!!

This is the same exploit, it's from Friday.

Re: Critical Tor flaw leaks users’ real IP address

#8

If an attacker learned a Tor Browser user's real IP address yesterday, and the leak gets fixed today, can the attacker still somehow identify that user's traffic tomorrow? Browser fingerprinting comes to mind, but is there another method?

Depends on the attacker -- if they're able to surveil the network upstream of the IP address they just learned, they could use timing analysis.

i.e. if the attacker is the FBI and they're trying to unmask visitors to an onion service, and they learned your IP address (and hence real life name) through this method, they can also confirm that you're visiting the site they're surveiling through correlating packet times leaving your interface and arriving at the surveiled server's.

Maybe there's a less dramatic way to do it too?

Re: Critical Tor flaw leaks users’ real IP address

#9

If an attacker learned a Tor Browser user's real IP address yesterday, and the leak gets fixed today, can the attacker still somehow identify that user's traffic tomorrow? Browser fingerprinting comes to mind, but is there another method?

I think most importantly, most people's IP address given by ISP is "fixed" for a long period of time.
Post reply on HN