Earlier quoted context omitted.
There's little hope of protecting against a snooper seeing the passwords you actually use, since they have to exist in plaintext at some point. But there's no reason to expose the entire password database when no passwords are even being used .
What's the threat model where not storing them all at once provides any benefit? If someone has admin it's already game over. Can just hook the browser to retrieve all passwords on demand.
Microsoft Edge stores all passwords in memory in clear text, even when unused
231–240 of 243 posts
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#232Earlier quoted context omitted.
The whole point of them using chromium shows how little they care. The old edge wasn't used much no but that wasn't due to its engine. Most people don't even know what a browser engine is. They just didn't want to bother making a browser. But they want to benefit from the marketing advantages of having a browser so now they just lift along with chrome.
> shows how little they care. I think they do care, but they care about relevance, not browser monoculture. Doesn't matter how good Trident was, no one was ever going to use it. Even Firefox is barely hanging on, and the only reason Safari is still somewhat relevant is because it's the only choice on iOS. And my relevance I mean their bread and butter, enterprise, not consumers. Edge is what lets MS give enterprise I…
It's just when they moved to chromium they also stepped up the marketing around it and all the lock-in in Windows and that's really what got people to use it. Basically the same thing they did to make IE a monopoly.
They also really heavily pushed companies to start using it. Every time we had a call with a MS consultant and we shared a screen they had to bitch about us not using edge, as if they were on commission or something. Eventually they manipulated our leadership into mandating edge to all employees. It's totally locked down now too, it's terrible for the users.
But my point is, they could have done this with the trident version of edge too. I've never heard anyone complain about compatibility. Whenever people didn't want to use edge it was because of a (totally justified) distrust of Microsoft. We should never give control over the internet to them again after what they did with IE (making it a monopoly through illegal means and then leaving it to wither away full of security holes). But unfortunately at work they have got them to remove all other browsers :(
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#233Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#234Earlier quoted context omitted.
*over any untrustworthy network. To fair though, there are very few situations where the network is completely trustworthy, like your home network with no one else on it or a VPN direct to an HTTP server.
My understanding was that if you have a valid https session, you are good. A really really untrustworthy network could MITM your SSL connections and impose itself in front of all of them (Cisco IronPort?) but I think even then your browser will complain unless you've installed a proxy that allows it or a custom root certificate.
It’s not enough for the network to be untrustworthy for MITM attacks, they have to use a certificate signed a by root certificate that your computer already trusts.
Organizations with those IronPort gateways use device management and Active Directory policies to pre-install a root certificate into your OS. The IronPort decrypts the original server then re-encrypts it with its own certificate to your computer.
If you used a non-organization managed device on those networks, it would show big scary warnings before letting you visit any HTTPS site that the certificate issuer is not trusted by your computer.
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#235Earlier quoted context omitted.
Swiss cheese applies to more than just security systems. Hiking with two GPS-capable devices is Swiss cheese.
That is redundancy in my book. I don’t expect holes in my GNSS devices. And if you want to be sure, bring three, because two GNSS units with different readings are not very helpful.
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#236This seems like a significant oversight for a modern browser. Credential material should be aggressively zeroed out after use to minimize the attack surface.
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#237Earlier quoted context omitted.
> > Why should I redo everything? > Nobody is asking you to? Nobody is in fact asking you to change everything.
They literally are. You can easily google articles telling people to use passkeys for all their supported accounts. I'm not going to google it for you. Why you are trying to claim the opposite is beyond me.
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#238Earlier quoted context omitted.
We have now gone from having to “redo everything” to being asked to switch to a passkey by a grand total of one website. I’ll be honest I’ve heard a lot of griping about passkeys but I have gone out of my way to switch over to them and have had precisely zero issues over the dozens of sites that I’ve bothered to make the switch on. Login flow is simpler and doesn’t rely on a browser extension guessing at login fields…
>We have now gone from having to “redo everything” to being asked to switch to a passkey by a grand total of one website. Yeah right. When passkeys were rolled out, I was told it's OK because "passwords are always going to be required to be an available alternative". Now we've moved the goalposts to "it's just one website". >Sometimes the new thing really is just better. And sometimes your backpack is stolen when you…
Having only one device that has authority to log into your accounts is obviously not a good security model.
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#239This was in the middle of the 2003 security stand-down and he started by asking "How are your QA skills? Cause in a couple months Bill (Gates) is going to forget all about security and we'll get back to writing code the way we always have. And we won't need a Security Architect so we'll have to find a job for you and I was thinking QA."
Corners of Microsoft doing stupid things with respect to security isn't an accident. It's a natural consequence of their culture.
That being said... There are (or at least were) some amazingly good security brains in Redmond. It's just that not all groups got the security memo.
Re: Microsoft Edge stores all passwords in memory in clear text, even when unused
#240Earlier quoted context omitted.
All true, but it is still bad style. There is no need to keep decrypted passwords in memory the user hasn’t even used in the session (or after they logged in to a certain website).
So you decrypt each time you need it? What is the difference in the attack surface?