Firefox 37 To Check Security Certificates Via Blocklist
An anonymous reader writes The next version of Firefox will roll out a 'pushed' blocklist of revoked intermediate security certificates, in an effort to avoid using 'live' Online Certificate Status Protocol (OCSP) checks. The 'OneCRL' feature is similar to Google Chrome's CRLSet, but like that older offering, is limited to intermediate certificates, due to size restrictions in the browser. OneCRL will permit non-live verification on EV certificates, trading off currency for speed. Chrome pushes its trawled list of CA revocations every few hours, and Firefox seems set to follow that method and frequency. Both Firefox and Chrome developers admit that OCSP stapling would be the better solution, but it is currently only supported in 9% of TLS certificates.
Seems like this is a half ass solution. I'm starting to think the whole system is flawed.
Shouldn't this be a whitelist?
"The prescribed global standard doesn't work so we're just going to roll our own. Twice."
Great. Thanks for that. Not "we will penalise sites that don't allow OSCP pinning because we think it's necessary" but "bugger this, we'll apply our own definition of what can be trusted or not to every user"
So, rather than trusting an external authority, the new authoritative list of "which certificates remain valid?" is stored locally. Feels abusable. If you're just a griefer, seems "not hard" to "revoke" some real certificates and play havoc. If you're more malicious, you could "unrevoke" some legitimately revoked certificates, which (combined with using those compromised certificates to sign fake certificates) could be used for MITM.
I've noticed that tor browser now rejects all comodo certs after the superfish mess. I get warnings for every site that uses a comodo cert when using tor browser 4.0.4.
IN A ROW??
just lock more users out of their hardware 'cause the Supreme Mozilla Security Council has decided to block duplicate serial or other certs they deem unworthy (without the option to override, of course...).
I think the icon for this story should be Firefox and not Chrome.
Totally serious. Previous versions of firefox (and as far as I know, current versions -- I haven't checked in over a year) download the CRL over plain old HTTP.
Way to make something bordering on useless against the attack in question, mozilla
These guys should be told that malware can modify the browser binary if they really want to insert their crap and will do so if no other means are possible.
If they were only after protection from scripting, they could've used some captcha-style protected runtime switch for this (and yes,there are ways that require real intelligence). I guess they want also to kill the practice where people are instructed to turn off the feature.
Another similarly idiotic decision, jointly taken by Mozilla and Google, is to pretend that HTTP/2 protocol requires SSL(TLS) - which it does not. This kind of partial support will kill the protocol for most of the internet (and of course they are planning to drop SPDY so that there is no modern alternative either..).
This is mostly mute given the single process model used by Firefox is deeply flawed from a security perspective.