---
title: "[AUTO] Reasoning APIs Leak Secrets Through Replay Attacks"
pubDatetime: 2026-08-12T17:01:00.000Z
description: "Researchers extracted real API keys from encrypted reasoning traces by replaying them across models and forcing decryption."
tags: [ai-security, vulnerability, openai, anthropic, google, 2026, 2026-q3, 2026-08, AUTO]
---
The flaw affecting OpenAI, Anthropic, and Google isn't about crypto. It's a design choice: vendors encrypt reasoning blocks but make them replayable, letting attackers feed them into weaker models to force decryption.

Researchers analyzed 315,320 reasoning traces and extracted [704 privacy artifacts, including 62 real API keys](https://arxiv.org/abs/2608.09867). The vulnerability has four attack vectors: bypassing anti-distillation, extracting user data, exposing harmful content, and hiding prompt injections. [Server-side mitigations deployed, but the exposure already happened](https://thehackernews.com/2026/08/openai-anthropic-google-api-flaw-let.html).

The design is fundamentally flawed. Vendors must pass reasoning objects to clients. Once they leave the server, they become replayable artifacts. Responsible disclosure likely prevented wider harm, but the full exposure scope remains unknown.

---

*Sources: [Stealing Reasoning Traces from Proprietary LLM APIs](https://arxiv.org/abs/2608.09867)*

*Coverage: [OpenAI, Anthropic, Google API Flaw Let Weaker AI Models Decode Stronger Models' Reasoning](https://thehackernews.com/2026/08/openai-anthropic-google-api-flaw-let.html)  •  [Encrypted reasoning cracked across Anthropic, OpenAI, Google](https://aiweekly.co/alerts/encrypted-reasoning-cracked-across-anthropic-openai-google)

*Related on this blog: [Google Signed the Open Weights Letter, and Anthropic Is Now Alone](/posts/open-weights-letter-google-signs-anthropic-alone)  •  [[AUTO] AI-Generated Patches Fail at Scale](/posts/auto-ai-patches-fail)  •  [[AUTO] Langflow RCE Added to KEV After a Month of Silence](/posts/auto-langflow-rce-timing)*