惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
罗磊的独立博客
量子位
Jina AI
Jina AI
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
S
SegmentFault 最新的问题
小众软件
小众软件
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

The Last Watchdog

News Alert: SpyCloud survey finds machine identity risks outpace defenses, exposing gaps in oversight | The Last Watchdog News Alert: Reflectiz launches AI website testing, uses site context to find and verify flaws | The Last Watchdog News Alert: Link11 reports fewer but stronger DDoS attacks in Europe for the first half of 2026 | The Last Watchdog GUEST ESSAY: AI coding assistants are putting open source in your code without declaring it | The Last Watchdog News alert: OpenMatter adds secure routing for OpenAI, Anthropic and Google models | The Last Watchdog LW ROUNDTABLE: OpenAI’s test agents self-organized into a rogue swarm no one anticipated | The Last Watchdog News alert: Bright Security launches AI PT, AI-powered penetration testing that cuts weeks to hours | The Last Watchdog MY TAKE: ChatGPT’s five-hour outage coincided with a model retirement its incident record omits | The Last Watchdog NEWS ALERT: Lunar Cyber tracks stolen API keys, ties them to infected employer devices | The Last Watchdog NEWS ALERT: SRA makes SOC AI license-free — customers pay only for the Azure compute they use | The Last Watchdog BLACK HAT FIRESIDE CHAT: How linking SOC alerts cuts noise, reveals attacks taking shape | The Last Watchdog News alert: Airlock Digital IRAP assessment bolsters trust for sensitive Australian deployments | The Last Watchdog News alert: OpenMatter Network spotlights AI verification at Belgrade Blockchain Week | The Last Watchdog MY TAKE: Black Hat 2026 Part 3 — Agentic AI can do the work, but somebody has to prove it | The Last Watchdog MY TAKE: Black Hat 2026 Part 2 — Security shifts to deciding in advance what an AI agent may reach | The Last Watchdog MY TAKE: Black Hat 2026 Wrap-up Part 1 — AI is forcing security and operations to merge in the SOC | The Last Watchdog News Alert: Pulse Security AI’s research reveals C-suite, board confidence gap on cyber exposures | The Last Watchdog BLACK HAT ROUNDTABLE: Security pros dissect fallout from Hugging Face’s double guardrail failure | The Last Watchdog News alert: Airlock extends endpoint control to govern AI agents and define operating boundaries | The Last Watchdog News alert: Mallory links threat intelligence to governed response as exploit timelines shrink | The Last Watchdog News alert: Community voting shapes 2026 Cybersecurity Excellence Awards | The Last Watchdog BLACK HAT Q&A: The AI agent that clears the human door and slips past the machine gate | The Last Watchdog News alert: Pulse Security launches with $8 million for AI platform to modernize CISO operations | The Last Watchdog News alert: Insignary’s on-demand SBOM verification boosts software supply chain security | The Last Watchdog News alert: Tego AI finds Anthropic’s integration of Claude and Slack can trigger unauthorized actions | The Last Watchdog News alert: OpenMatter joins HOL initiative to shape trust standards for autonomous AI | The Last Watchdog News alert: Insignary tackles SBOM accuracy gap as AI tools intensify software supply-chain risk | The Last Watchdog News alert: Link11 launches faster DDoS mitigation to counter AI-driven, adaptive network attacks | The Last Watchdog News alert: Reflectiz partners with Taboola to host webinar on AI-driven marketing security risks | The Last Watchdog News alert: OpenMatter launches platform to verify AI activity across enterprise systems | The Last Watchdog
LW ROUNDTABLE: Microsoft Edge normalizes credential expos...
2026-05-13 · via The Last Watchdog

By Byron V. Acohido

By design.

Two words that have done an awful lot of heavy lifting in the cybersecurity industry over the years. They tend to surface whenever a vendor wants to wave off a serious finding without fixing it.

Related: The unending password problem

Microsoft just deployed them again. This time in response to a Norwegian researcher who showed that Edge holds every saved password in plaintext memory for the entire browser session — even credentials for sites the user never opens. The disclosure landed just days before World Password Day.

A working demonstration

Tom Jøran Sønstebyseter Rønning is no hobbyist. He leads proactive security at Statnett SF, the Norwegian state grid operator. He disclosed the finding April 29 at Palo Alto Networks Norway’s BIG Bite of Tech conference. On May 4 he posted a video walkthrough on X. He also released a proof-of-concept tool, EdgeSavedPasswordsDumper, on GitHub.

He tested every major Chromium-based browser. Edge was the only one loading the entire vault into plaintext at startup. Chrome decrypts on demand. It also binds those keys to an authenticated browser process through Application-Bound Encryption.

The SANS Internet Storm Center reproduced the behavior in minutes using Windows Task Manager and the Sysinternals strings utility.

By design, by deflection

Microsoft told Rønning during responsible disclosure that the behavior is intentional. A company spokesperson later told Dark Reading that any attacker reading that memory would already need to have compromised the device.

The dispute cuts to a larger question security architects have wrestled with for years: when does convenience become exposure?

That framing also has a familiar ring. Once an attacker is on a shared system — a terminal server, a virtual desktop, a contractor laptop — a single compromise should not cascade across every saved password for every logged-in user.

That is the part security pros are pushing back on. Last Watchdog asked privacy and security experts two questions. What does the Edge stance say about how the industry treats credential exposure — as a design problem or a user-behavior problem? And where should the trust boundary actually sit for credentials in 2026, especially in shared environments?  Their commentary follows.

Uzair Gadit, Founder and CEO, Secure.com

Gadit

The Edge disclosure highlights a larger flaw in how the industry approaches credential security. Organizations have spent years telling users to adopt stronger passwords and password managers, yet those protections lose value if credentials remain exposed in memory for the life of a browser session.

In shared environments such as RDS or Citrix, a single privileged compromise can quickly expand into broad credential exposure across multiple users. The deeper issue is not password hygiene, but how long credentials remain accessible in usable form once authentication occurs. Convenience-driven design choices increasingly collide with how modern attackers operate.

Ted Miracco, CEO, Approov

Miracco

Modern infostealers thrive in the gap between credentials that are encrypted at rest and exposed at runtime. The industry increasingly needs to move toward app-bound, just-in-time access to secrets rather than long-lived plaintext credentials sitting in memory.

Once passwords or tokens are handled in cleartext, they become accessible to any malicious process capable of observing memory or intercepting execution flows. Runtime protections and tighter controls around how credentials are accessed and reused are becoming essential because attackers no longer need to break encryption itself to compromise identity and move laterally through systems.

Morey Haber, Chief Security Advisor, BeyondTrust

Haber

Passwords were never meant to persist as long-lived artifacts sitting in system memory. They were intended to be transient secrets: entered, validated, and discarded. Once credentials remain in cleartext memory, they effectively become exposed assets rather than protected authentication factors.

Threat actors have exploited this reality for years through credential dumping, memory scraping, and post-exploitation tooling. In shared or privileged environments, a single exposed password can become the starting point for lateral movement, ransomware deployment, or broader identity compromise. The larger issue is not user hygiene, but how modern systems handle credentials after authentication occurs.

Craig Lurey, CTO and Co-Founder, Keeper Security

Lurey

The Edge finding exposes a broader weakness in how Windows handles application memory. Browsers and password managers routinely keep sensitive credentials in memory, while other user-mode processes can still access that memory under certain conditions.

Researchers have demonstrated variations of this problem for years. The deeper issue is not simply that passwords appear in plaintext, but that malware running under the same user context may be able to read them without elevated privileges. The result is an environment where a local compromise can quickly turn into credential theft and wider account exposure.

Abhay Kulkarni, CEO and Founder, WideField Security

Kulkarni

Operating systems have improved process-memory protections over the past decade, yet infostealers and malicious browser add-ons still routinely find ways to extract credentials and session data. The larger concern is that keeping passwords or tokens in cleartext memory undermines the principle of least privilege by making sensitive data broadly accessible once a system is compromised.

Attackers increasingly target session tokens because they can bypass MFA protections entirely. Chrome’s move toward stronger password isolation is a useful step, but the same protections should extend to session cookies and authentication tokens that remain exposed in browser memory.

Acohido

Pulitzer Prize-winning business journalist Byron V. Acohido is dedicated to fostering public awareness about how to make the Internet as private and secure as it ought to be.

(Editor’s note: I used Claude and ChatGPT to assist with research compilation, source discovery, and early draft structuring. All interviews, analysis, fact-checking, and final writing are my own. I remain responsible for every claim and conclusion.)

May 13th, 2026 | My Take | Top Stories