mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Try to clarify impact of bug 6537
I don't personally agree that this is likely to be easy to exploit, and some initial experimention I've done suggests that cache-miss times are just plain too fast to get useful info out of when they're mixed up with the rest of Tor's timing noise. Nevertheless, I'm leaving Robert's initial changelog entry in the git history so that he can be the voice of reason if I'm wrong. :)
This commit is contained in:
parent
308f6dad20
commit
d48cebc5e4
@ -3,10 +3,12 @@
|
|||||||
- Try to leak less information about what relays a client is
|
- Try to leak less information about what relays a client is
|
||||||
choosing to a side-channel attacker. Previously, a Tor client
|
choosing to a side-channel attacker. Previously, a Tor client
|
||||||
would stop iterating through the list of available relays as
|
would stop iterating through the list of available relays as
|
||||||
soon as it had chosen one, thus leaking information about which
|
soon as it had chosen one, thus finishing a little earlier
|
||||||
relays it picked for a circuit to a timing attack. (Tor is
|
when it picked a router earlier in the list. If an attacker
|
||||||
likely to still leak information about which relays it has
|
can recover this timing information (nontrivial but not
|
||||||
chosen for a circuit to other processes on the same computer,
|
proven to be impossible), they could learn some coarse-
|
||||||
through e.g. which cache lines it loads while building the
|
grained information about which relays a client was picking
|
||||||
circuit.)
|
(middle nodes in particular are likelier to be affected than
|
||||||
|
exits). The timing attack might be mitigated by other factors
|
||||||
|
(see bug #6537 for some discussion), but it's best not to
|
||||||
|
take chances. Fixes bug 6537; bugfix on 0.0.8rc1.
|
||||||
|
Loading…
Reference in New Issue
Block a user