That .docx you just uploaded to Claude? It might have forwarded your files to a hacker.
Everyone's scared of installing OpenClaw on their laptop ("security nightmare!" they say).
Meanwhile, the chatbot you already trust - all the whitecollar's sweetheart, CLAUDE - has a vulnerability which allows it to silently upload users' files to hackers. And Anthropic knew about it before shipping.
Timeline: January 2026. It turned out that a hidden prompt injection inside a normal-looking Word document (.DOCX) makes Claude Cowork upload your confidential files to an attacker's Anthropic account. Absolutely silently, without any permissions popup.
Johann Rehberger (Red Team Director at Electronic Arts, ex-Microsoft) reported about it to Anthropic 3 months before launch1.
The attack is almost elegant: Claude Cowork blocks suspicious traffic to most domains, but Anthropic's own API is whitelisted. The attacker embeds their API key in the injection.
Safety protects you from accidents. Security protects you from adversaries.
Johann RehbergerRed team director, Electronic ArtsPersonal photographResult of this silent attack: Claude obediently uploads your NDA documents to someone else's account via Anthropic API2.
Has it been fixed? Anthropic patched the specific exploit. But here's the uncomfortable truth: prompt injection - the core technique behind this attack - has NO complete solution4.
OpenAI, for example, admits it "is unlikely to ever be fully solved"6. The UK National Cyber Security Centre says the same.
As there is no inherent distinction between 'data' and 'instruction', it's very possible that prompt injection attacks may never be totally mitigated in the way that SQL injection attacks can be.7
So the real question isn't "should I install OpenClaw." Your fancy Claude assistant (or any AI agent you use) may be sending your documents to malicious actors right now.
References
- Rehberger, J., Claude Pirate: Abusing Anthropic's File API For Data Exfiltration, Embrace the Red, 28 October 2025 - the disclosure, and the "safety protects you from accidents" line - https://embracethered.com/blog/posts/2025/claude-abusing-network-access-and-anthropic-api-for-data-exfiltration/↩
- MITRE ATLAS, Exfiltration via AI Inference API - https://atlas.mitre.org/↩
- Lampson, B. W., A Note on the Confinement Problem, Communications of the ACM 16:10, 613-615 (1973) - where the class is named - https://doi.org/10.1145/362375.362389↩
- OWASP GenAI Security Project, LLM01: Prompt Injection - https://genai.owasp.org/llmrisk/llm01-prompt-injection/↩
- Willison, S., Prompt injection attacks against GPT-3, 12 September 2022 - where the attack is named - https://simonwillison.net/2022/Sep/12/prompt-injection/↩
- OpenAI, Continuously hardening ChatGPT Atlas against prompt injection attacks, 22 December 2025 - source of "unlikely to ever be fully solved" - https://openai.com/index/hardening-atlas-against-prompt-injection/↩
- Chismon, D., Prompt injection is not SQL injection, UK National Cyber Security Centre, 8 December 2025 - https://www.ncsc.gov.uk/blog-post/prompt-injection-is-not-sql-injection↩