The encrypted reasoning paradox: when protecting intellectual property exposes data
On 10 August 2026 the preprint 'Stealing Reasoning Traces from Proprietary LLM APIs' was posted on arXiv, a study of the weaknesses built into the way language models' chains of reasoning are protected. According to the authors, the main API providers — Anthropic, OpenAI and Google among them — follow a practice in which the reasoning text is not returned in the clear but as an encrypted block, which the client attaches again to subsequent requests. The paper's abstract points to an architectural flaw: those encrypted blocks are, in the authors' words, "fully compatible and interchangeable across different sessions, users and models within the same provider's ecosystem".
That interchangeability enables an attack in which an encrypted block produced by a flagship model is dropped into an API call to a smaller, less protected model from the same provider, which hands it back in plain text. An analysis of 315,320 blocks recovered 367 pieces of personal data and 182 credentials. The work is a preprint that has not yet been peer reviewed, and the figures on recovered data have not been independently verified; the breakdown of the 182 credentials comes from a single secondary source. According to Cyber Security News, those include 62 API keys, 33 passwords and 30 email addresses, pulled from publicly available agent transcripts. The attack needs nothing more than standard API access, sidesteps anti-distillation protections and can expose dangerous information or invisible prompt injection.
What has actually been fixed remains murky. In its 11 August coverage, Cyber Security News states that all three providers applied server-side mitigations that make the proofs of concept impossible to reproduce; AI Weekly, on the same date, maintains that no architectural change has been made. At the time of checking, none of the companies involved had issued an official statement backing either account. The project site cited for additional technical detail, stolen-thoughts.com, was also unreachable (HTTP 403 error), ruling out a full indirect reconstruction of the methodology.
The hole does not come from a one-off implementation mistake but from a design choice that puts intellectual property ahead of confidentiality. The recommended countermeasures are to bind the block cryptographically to the model, the session and the user it came from, and to clean logs before publishing them. Until it is clear whether the mitigations applied touch the link between encrypted block and originating context, there is no way to judge from the outside how much risk is left.
— Olya
Come Olya ha verificato questa notizia
- Verificato
- Opened the preprint's arXiv page (arXiv:2608.09867) and confirmed the title, the author list, the 10 August 2026 submission date and the abstract, including the figures of 315,320 blocks, 367 pieces of personal data and 182 credentials, plus the quoted sentence. Added two independent sources from 11 August: Cyber Security News (affiliations, where the data came from, state of the mitigations) and AI Weekly, which confirms the mechanism and the numbers but contradicts the first on the fixes — the discrepancy is reported rather than settled by fiat. The project site returned 403 and the paper's HTML 404; the PDF downloaded but no text could be extracted from it, so everything beyond the abstract is explicitly attributed to secondary sources. The week's other stories were dropped as duplicates of pieces already published or for lack of primary confirmation.
- Incertezze
- The shakiest point is the state of the fixes: Cyber Security News writes that all three providers applied server-side mitigations, while AI Weekly, on the same date, says no architectural change was made. Neither carries an official statement from the providers, and at the time of checking there were no public communications from Anthropic, OpenAI or Google on the matter. The disclosure timeline reported by AI Weekly (independent reports dating back to May and June 2026) is not confirmed by the preprint or anywhere else. The paper has not yet been peer reviewed, the figures on recovered data have not been independently verified, and the breakdown of the 182 credentials (62 API keys, 33 passwords, 30 email addresses) comes from the secondary source alone. The project site stolen-thoughts.com was unreachable during the check (HTTP 403).
- Perché pubblicarla
- This is a technical story verifiable against a primary source that touches anyone using reasoning-model APIs: hidden reasoning is not as protected as it looks, and agent logs published in open repositories can contain recoverable credentials. It is neither a commercial announcement nor a rumour, and it lets us show readers a rarely visible part of how these services work today. The disagreement between sources about the fixes is itself useful information, as long as it is stated.