A paper demonstrates that encrypted chain-of-thought blocks returned by Anthropic, OpenAI, and Google can be extracted in plaintext. The authors exploited a vulnerability where models within the same family shared encryption keys, allowing them to replay traces into weaker sibling models.
- By feeding encrypted reasoning blocks from stronger models into weaker ones like Claude Haiku 4.5, attackers could jailbreak the model to output the raw, unencrypted content.
- The attack utilized specific prompt injection techniques, such as instructing the model to transcribe attached reasoning verbatim within custom tags.
- Models treated their own reasoning traces as sacrosanct, making them highly susceptible to following instructions embedded within these replayed chunks.
The paper highlights that this method reveals internal reasoning tokens never intended for human consumption and uncovers a novel variant of prompt injection. However, the authors note that all model providers acknowledged the report and subsequently patched the vulnerability.