Not a single positive even though I have visited a number of the sites on the list. There's even tabs open for Reddit right now.
Timing attack against HSTS to sniff browser history in Chrome and Firefox
11–20 of 99 posts
Re: Timing attack against HSTS to sniff browser history in Chrome and Firefox
#12Re: Timing attack against HSTS to sniff browser history in Chrome and Firefox
#13Most of the advanced webappsec security features leak information. CSP, HPKP, HSTS, etc, which was all 100% known.
This talk is excellent because it puts together the attacks into real PoCs, real attacks, and great information on how it all works. These attacks in the talk are quality too, instead of being 'mostly' theoretical.
This wasn't really documented all in one place, or as high quality in the past. Way to go @bcrypt. High quality work.
Re: Timing attack against HSTS to sniff browser history in Chrome and Firefox
#14Re: Timing attack against HSTS to sniff browser history in Chrome and Firefox
#15This approach is rather interesting. But I'm wondering whether a similar attack could be made by placing links on a web page and using the CSS :visited selector to change the style of visited web pages. Couldn't you then check which links have that formatting and which don't via JS?
Re: Timing attack against HSTS to sniff browser history in Chrome and Firefox
#16This approach is rather interesting. But I'm wondering whether a similar attack could be made by placing links on a web page and using the CSS :visited selector to change the style of visited web pages. Couldn't you then check which links have that formatting and which don't via JS?
https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and...
"The first change is that Gecko will lie to web applications under certain circumstances. In particular, getComputedStyle() and similar functions such as element.querySelector() always return values indicating that a user has never visited any of the links on a page."
Re: Timing attack against HSTS to sniff browser history in Chrome and Firefox
#17A different version of this would of been to mess around with the :visited css selector since it's assuming a list of domains that you probably visit
See http://dbaron.org/mozilla/visited-privacy and https://blog.mozilla.org/security/2010/03/31/plugging-the-cs...