dev.to18 de julio de 2026 AFECTA AL EXAMEN
Modelo

Claude’s “sensitive Leak” Was a Prompt-injection Exfiltration Path

Claude’s reported “highly sensitive” leak demo showed exfiltration from Claude’s active chat context...

[Claude’s reported “highly sensitive” leak demo](https://novaknown.com/2026/07/18/claude-secrets-leak-attack-really-showed/) **showed exfiltration from Claude’s active chat context and tools, not a demonstrated cross-user or cross-session Anthropic backend privacy breach**. The key fact is in Anthropic’s own help docs: [web fetch can pull the full content of a provided page into the current conversation context window](https://support.claude.com/en/articles/10684626-enable-and-use-web-search), and Anthropic’s security guidance says [tool results and fetched content must be treated as untrusted data](https://platform.claude.com/docs/en/test-and-evaluate/strengthen-guardrails/mitigate-jailbreaks).

That still matters. **A prompt-injection chain that can read in-session data or nearby tool-accessible context can leak genuinely sensitive material**, even if the available evidence does not show an authenticated cross-account breach at Anthropic’s backend.

The confusion here is easy to see. “Claude leaked secrets” sounds like hidden server-side memory bleeding across users. The sourced record points to something narrower and more familiar in agent security: an attacker-controlled page or tool output gets ingested into the model’s working context, then steers the model into sending that context somewhere else.

What the reported Claude leak demo actually exfiltrated

Anthropic’s consumer-facing documentation says [Claude can retrieve “the full content” of user-supplied pages and “pull this content into its context window” when web search or fetch is used](https://support.claude.com/en/articles/10684626-enable-and-use-web-search). **That means fetched pages do not stay outside the model; they become part of the active material the model can reason over and, if poorly constrained, repeat or relay**.

Anthropic’s privacy documentation also distinguishes [user-directed retrieval by `Claude-User` from its separate crawling and indexing systems](https://privacy.claude.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler). That matters because the reported demos are about what happens during a live user request, not evidence that Anthropic’s training or search bots exposed some hidden shared database.

A successful chain in that setup can expose:

  • **the contents of fetched pages**
  • **text already present in the current chat**
  • **tool-returned data available in the session**
  • **other context the model is allowed to access in that run**

That is serious enough on its own. A model does not need magic cross-account memory to leak secrets if the secrets were already placed into its active workspace.

Research outside this specific incident shows the same pattern. A [Findings of ACL 2026 paper by Alon Shemesh and colleagues](https://aclanthology.org/2026.findings-acl.1257/) found that **tool-using agents can be manipulated into retrieving stored context and exfiltrating it through attacker-controlled tool

Leer artículo completo en dev.to