Elektrine lite

← Feed

@phlogiston@mastodon.nz

Post #2211547

2026-05-05 21:39 UTC

So, you may want/need to adjust which browsers you're deeming as being a 'good' standard recommend for use: * MS Edge browser is storing (all) passwords it manages in clear text in memory. A memory dump can be created very easily using on-board Windows (or other) tools to compromise them from user account level. https://isc.sans.edu/diary/32954 * Google is to install a 4 GB in size local LLM silently on Chrome browsers (No consent dialogue. No opt-in. No opt-out. Reinstalls itself if the user removes it manually.) https://www.thatprivacyguy.com/blog/chrome-silent-nano-install/ 🔥 🔥 🔥 🔥 🔥 🔥 #browsers #LLM #GenAI #enshittification #privacy #security #BigTech

Replies (1)

  • @phlogiston@mastodon.nz 2026-05-05 23:01

    > Edge is the only Chromium‑based browser I’ve tested that behaves this way. By contrast, Chrome uses a design that makes it far harder for attackers to extract saved passwords by simply reading process memory. It decrypts credentials only when needed, instead of keeping all passwords in memory at all times. App‑Bound Encryption (ABE) adds another layer by binding decryption to an authenticated Chrome process, preventing other processes from reusing Chrome’s encryption keys. Because of these controls, plaintext passwords appear only briefly during autofill or when the user views them, making broad memory scraping far less effective. > > The risk of keeping the passwords in cleartext in memory becomes evident in shared environments. If an attacker gains administrative access on a terminal server, they can access the memory of all logged‑on user processes. In the video the attacker has compromised a user account with administrative rights and is able to view stored credentials for two other logged on (or even disconnected) users with Edge running. > > I reported this to Microsoft, and the official response was that the behavior is "by design". They have been informed that I would be sharing this as a responsible disclosure so users and organizations can make informed decisions about how they manage credentials. (from the pen-tester/finder of this issue)

    Open ##2501053