Live data from Hacker News

Microsoft Edge stores all passwords in memory in clear text, even when unused

twitter.com

1–10 of 243 posts

Re: Microsoft Edge stores all passwords in memory in clear text, even when unused

#4
This feels like a case of "It rather involved being on the other side of this airtight hatchway"[1]. If you can read arbitrary process memory, you're probably also in a position to just dump out the passwords by pretending to be the user in question.

> If an attacker gains administrative access on a terminal server, they can access the memory of all logged‑on user processes.

If an attacker has administrative access, they can also attach a debugger to every chrome process and force it to decrypt all the passwords. The only difference this really makes is in coldboot attacks, but even then it's still not clear whether it makes the attacker's job slightly easier, or allows an attack that's otherwise not possible.

[1] https://devblogs.microsoft.com/oldnewthing/20060508-22/?p=31...

Re: Microsoft Edge stores all passwords in memory in clear text, even when unused

#6
post #2

To be fair, 'loads into memory' and 'stores' are not the same thing.

The headline here says "stores in memory", which sounds pretty much identical to me. Can you elaborate on what you consider the difference between "loading" and "storing" into memory?

Re: Microsoft Edge stores all passwords in memory in clear text, even when unused

#8
post #6
post #2

To be fair, 'loads into memory' and 'stores' are not the same thing.

The headline here says "stores in memory", which sounds pretty much identical to me. Can you elaborate on what you consider the difference between "loading" and "storing" into memory?

When someone says passwords are ‘stored’, the assumption will always be ‘stored on disk’. ‘stores in memory’ is not an accurate representation because memory is inherently volatile and they are loaded there temporarily. Plaintext on disk is egregious, plaintext in memory is considerably less so.

Re: Microsoft Edge stores all passwords in memory in clear text, even when unused

#10

Please use a dedicated password manager, instead of a browser-based one. KeePass is likely the best going forward.

Out of curiosity, why KeePass versus Bitwarden? I've been using Bitwarden for years, but if there's a specific reason I should be using KeePass instead, I'm open to changing.
Post reply on HN