We Found a Stable Firefox Identifier Linking All Your Private Tor Identities

51 points by knl


fab23

Fixed in Firefox 150 and ESR 140.10.0 (both released on 2026-04-21), but will affect all Firefox-based browsers.

addison

Huh, hash-ordering as fingerprinting is clever. I bet this appears elsewhere.

olliej

Oh it sounds like it’s not persistent, but I’m surprised it shared across tabs (it sounds like all tabs end up talking to the browser process for indexeddb access).

Sorting is an absolutely sensible way to deal with this given the constraint of a shared interface (if the interface wasn’t shared a random seed would be sufficient).

JS resolves this separately by having specified deterministic iteration ordering :D