Live data from Hacker News

Supercookie: Browser Fingerprinting via Favicon

github.com

81–87 of 87 posts

Re: Supercookie: Browser Fingerprinting via Favicon

#81
post #67

Can you read favicons from JavaScript or from the server side? I know you can set them from JS, don’t know about reading. If so could you use steganography to encode a unique ID into the icon itself, then read it back to retrieve the fingerprint.

This idea was indeed my first approach, but favicons on the client side cannot be loaded from the F-Cache via JavaScript, but are ALWAYS requested from the server via get-request, which fortunately thus does not allow fingerprinting. ~jonas

Makes sense, and I agree that is good behavior! Thanks for clarifying.

Re: Supercookie: Browser Fingerprinting via Favicon

#82
post #25

Earlier quoted context omitted.

Indeed one shouldn't do something like this. I hope they realize their mistake :). Also thanks for pointing this out, I haven't read that thread that closely, only remembered it being on the hn front page recently. FTR it seems that Jonas Strehle, author of this Github repo, is not affliated with the authors.

Thanks for clarifying - I have also noticed the very doubtful action of the authors! But I can furthermore assure that I have nothing to do with the authors of the paper. ~ jonas

thank you for the clarification of no conflict.

Re: Supercookie: Browser Fingerprinting via Favicon

#83

This only applies to browsing where the user's cache is present, yes? At least in Firefox 85.0.1 Desktop and 85.1.1 Android (when I tested) clearing the cache also nukes the favicons as well. Also, I get different hashes when I test on demo.supercookie.me after clearing my cache on mobile, and also across Private windows on desktop. The statement "[...] even in the browser's incognito mode and is not cleared by flush…

Tested on Firefox 85.0 on Linux mint. The id is different across a normal window and a private window. Also tried using a new profile using `about:profiles` and again the id was different.

Re: Supercookie: Browser Fingerprinting via Favicon

#87

This only applies to browsing where the user's cache is present, yes? At least in Firefox 85.0.1 Desktop and 85.1.1 Android (when I tested) clearing the cache also nukes the favicons as well. Also, I get different hashes when I test on demo.supercookie.me after clearing my cache on mobile, and also across Private windows on desktop. The statement "[...] even in the browser's incognito mode and is not cleared by flush…

According to the article it looks like they started to fix this between versions 84 and 85.

It's unsurprising that browser manufacturers are patching this.

Post reply on HN