Germany's Cybersecurity Agency Recommends Firefox As Most Secure Browser (arstechnica.com) 52
An anonymous reader quotes a report from ZDNet: Firefox is the only browser that received top marks in a recent audit carried out by Germany's cyber-security agency -- the German Federal Office for Information Security (or the Bundesamt fur Sicherheit in der Informationstechnik -- BSI). The BSI tested Mozilla Firefox 68 (ESR), Google Chrome 76, Microsoft Internet Explorer 11, and Microsoft Edge 44. The tests did not include other browsers like Safari, Brave, Opera, or Vivaldi. The audit was carried out using rules detailed in a guideline for "modern secure browsers" that the BSI published last month, in September 2019. The BSI normally uses this guide to advise government agencies and companies from the private sector on what browsers are safe to use. The article includes a list of all the minimum requirements required for the BSI to consider a browser "secure." It also lists the areas where the other browsers failed, such as: Lack of support for a master password mechanism (Chrome, IE, Edge); No built-in update mechanism (IE), and No option to block telemetry collection (Chrome, IE, Edge).
Re:Too few audited (Score:5, Insightful)
How many of them are actually different, and not just a different UI on the same engine?
Re: (Score:2)
Re: (Score:3)
What does the UI have to do with security?
Re: (Score:2)
What does the UI have to do with security?
The UI shows whether encryption is used, certs are valid, enforces SOP / HSTS / etc, applies updates, implements the password manager, sets JS policies, handles deleting history... I'd say the UI has more threat vectors than the rendering engine.
Re: (Score:2)
But doesn't actually do any of the security stuff.
Re: (Score:2)
There is more to a browser than just the UI and the engine. Incidentally a large number of UI based exploits are used by malware to do things like prevent you from closing a browser, prevent the thread dying while you're mining bitcoin for a pedo etc.
Re: (Score:2)
I care more about the UI than the rendering engine as that is what I see and interact with.
Everything that the UI does is only relevant because of what it configures the underlying engine to do, or some information that comes from it, which is about a lot more than rendering.
Re: (Score:3, Interesting)
You can build the same program from the same exact source code and have differing levels of security. Just by way of a single example one vendor may build with the -fstack-protector flag to gcc and the other with -f-no-stack-protector, and even though they are using the exact same source code (if all other build options are identical) the vendor who builds with -fstack-protector will be the deterministically more secur
Re: (Score:1)
"How many of them are actually different, and not just a different UI on the same engine?"
You can build the same program from the same exact source code and have differing levels of security.
While what you said is true, it doesn't address the question even slightly.
Re: (Score:1)
Re: (Score:1)
I showed you that you were wrong,
No, you didn't. You didn't provide any evidence that anyone was actually changing build options as you suggest, or that it was actually relevant to security outcomes. You just ran your suck without substance, like always.
Re: (Score:1)
We now know that you have no idea how the software build process works.
... and that you don't understand what enabling and disabling the stack protector means.
Oh, and you were so close too! What you really meant to say was you don't understand what I said and you think it is my job to teach you about
Re: (Score:1)
We now know that you have no idea how the software build process works.
I've built lots of software, but thanks for playing.
... and that you don't understand what enabling and disabling the stack protector means.
Apparently you don't know that there are other means of stack protection, but thanks for playing.
Oh, and you were so close too! What you really meant to say was you don't understand what I said
I understand you know a whole lot less about this than you think you do, but thanks for playing.
TL;DR: Thanks for playing.
Re: (Score:1)
So now your claim is that you knew all along that one doesn't "change" build options but were lying. OK.
Re: (Score:2)
So now your claim is that you knew all along that one doesn't "change" build options but were lying. OK.
No, your claim is that I was lying. My claim is that you are a dumbshit. I offer as evidence your entire posting history.
Re: (Score:2)
Re: (Score:1)
There are two browsers: Webkit and Lynx.
I'm at risk of Poe's Law in claiming that, so I'll specify I'm joking.
Re: (Score:3)
From the "Comparison of web browsers"
https://en.wikipedia.org/wiki/... [wikipedia.org]
Go down the list. Note terms like "Blink" and "Gecko" get used a lot...
No master password? (Score:1)
Chrome has a master password feature. I'm starting to doubt their ability now, although Firefox is the right choice for security.
Re: No master password? (Score:1)
Re: No master password? (Score:2)
Please explain why this is stupid. I honestly donât know.
Re: No master password? (Score:1)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
(insert Spaceballs luggage combination joke here)
Re:No master password? (Score:4, Informative)
Firefox for privacy, probably, for security, not so sure.
Firefox has consistently fared worse than Chrome in pwn2own exploit competitions. On the bright side, things are improving, it was terrible a few years ago.
Re: (Score:2)
Re: No master password? (Score:2)
You mean it requires to type in the windows password? That is what Chrome help says on the web as of today. I guess the BSI forgot to mention: The windows password isnât enough, because it leaves the user with one password not only to mess with the OS, but to gain access to all passwords as well.
Or is there another feature out of the box, that I am not aware of, that doesnât require a plugin or an undocumented/ unsupported feature?
Re: (Score:2)
No, that's it, just the Windows password.
Re: (Score:2)
Chrome has a master password feature. I'm starting to doubt their ability now, although Firefox is the right choice for security.
You are incorrect. Chrome stores passwords on Google's servers using Google account credentials or it uses the local OS keychain facility.
There is no master password.
Re: (Score:3)
Am I misunderstanding something
As was demonstrated with Multics, the key to security is to NOT have a single all-powerful userid, like root
This prevents a single attacker from breaching other user accounts and overwriting log files
Re: (Score:3)
On Windows Chrome uses the Windows password to protect your saved credentials in the browser. In order to view them you must enter your Windows password. The database file is also encrypted with it.
If they have your Windows password you are probably screwed anyway.
Re: No master password? (Score:1)
Re: (Score:2)
That is incorrect. If you enable encryption for cloud synced credentials then it encrypts the data locally with a hash of your Google account password. A different hash to the one they use to check your log-in details, which is the bit they store on their servers (not the plaintext).
Locally the data is encrypted on disk and requires local account authentication to view.
Re: (Score:2)
That is incorrect. If you enable encryption for cloud synced credentials then it encrypts the data locally with a hash of your Google account password. A different hash to the one they use to check your log-in details, which is the bit they store on their servers (not the plaintext).
Encrypted passwords are *STORED* on Google's servers.
Encrypted passwords are unlocked with your Google account password.
Google does NOT use a secure authentication protocol. It uses plaintext authentication over TLS.
This different hash bullshit is therefore less than meaningless.
Re: (Score:2)
But for example you can't view your encrypted passwords on the web, only in Chrome. So while Google does have an encrypted copy it doesn't appear to have the ability to actually decrypt them.
Re: (Score:2)
But for example you can't view your encrypted passwords on the web, only in Chrome.
Why does this matter? What difference does it make?
Someone just has to install chrome and login to their victims Google account in order to get access to all of their victims account passwords they use everywhere.
Or some nameless government asks Google for any "tangible thing". Specifically stored "encrypted" passwords and password cleartext transmitted to Google during next user login.
With Firefox master password does one and only one thing. It protects password database. If your system/credentials ar
Re: (Score:2)
"Here are your winnings, sir" (Score:1)
What, Microsoft and Google didn't bri...um, entice them to pick their brands? Those two are slipping.
Biased? (Score:1)
has the most hidden security holes... (Score:2)
Wait, IE gets dinged for how it updates? (Score:2)
Re: (Score:2)
That's a Windows problem, not an Edge problem.
Re: (Score:1)
Re: (Score:2)
Microsoft are supposed to be releasing Edge for Mac and Linux in the future, that point will not be applicable on those OS.
Re: (Score:2)
"Most secure browser" (Score:2)
Okay, so Firefox is not really "The most secure browser". It's just "the most secure browser out of those we tested, which excluded one used by millions of people".