Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Critical Zoom Zero-Click Flaws Let Attackers Hijack User Devices
August 11, 2026
DEF CON Attendees Broadcast Fake Wi-Fi Network on Flight
August 11, 2026
Critical CopyEscape Docker Vulnerability Exposes Host Files to Root Overwrite
August 11, 2026
Home/CyberSecurity News/LLM API Vulnerability Exposes AI Model Reasoning, Poses Data Risk
CyberSecurity News

LLM API Vulnerability Exposes AI Model Reasoning, Poses Data Risk

Key Takeaways A critical architectural flaw in how leading AI providers like OpenAI, Anthropic, and Google handle internal LLM reasoning traces has been uncovered. Encrypted...

Sarah simpson
Sarah simpson
August 11, 2026 4 Min Read
3 0

Key Takeaways

  • A critical architectural flaw in how leading AI providers like OpenAI, Anthropic, and Google handle internal LLM reasoning traces has been uncovered.
  • Encrypted “chain-of-thought” data, meant to be secure, could be replayed into less-protected models to extract sensitive information, including PII and hardcoded credentials.
  • The vulnerability affects the Claude, GPT, and Gemini model ecosystems, requiring only standard API access. All three vendors have since deployed server-side mitigations.

A significant security vulnerability has been identified in the API architectures of major artificial intelligence providers, including OpenAI, Anthropic, and Google. This flaw enabled attackers to bypass security measures designed to protect the internal reasoning processes, or “chain-of-thought,” of their large language models (LLMs).

Table Of Content

  • Key Takeaways
  • APIs Flaw Exposes Hidden Reasoning Traces
  • Real-World Security Implications
  • What You Should Do

Researchers revealed that encrypted reasoning traces, returned by provider APIs, could be replayed into weaker, less-guarded sibling models. This technique allowed for the extraction of private reasoning data in plain text, exposing sensitive information that was never intended for public view.

The discovery was made by a collaborative research team from the ELLIS Institute Tübingen, the Max Planck Institute, MATS Research, and Snyk. Their findings indicate that the attack affected the Claude, GPT, and Gemini model ecosystems and could be executed with only standard, unprivileged API access.

APIs Flaw Exposes Hidden Reasoning Traces

Modern LLM architectures, such as GPT-5.6, Claude Opus 4.8, and Gemini 3, generate intricate internal “chain-of-thought” processing traces before delivering a final response. These internal thought processes are considered intellectual property and often contain crucial safety checks, leading vendors to encrypt and withhold them from plain text exposure.

Instead, these reasoning traces are transmitted via APIs as encrypted, base64-encoded envelopes. Client applications typically pass these envelopes back in subsequent calls to maintain multi-turn conversational context without requiring server-side state storage.

However, researchers uncovered a critical flaw: these encrypted payloads were authenticated using a global, provider-wide key, rather than being cryptographically bound to a specific user account, session ID, or model tier. This lack of model-specific binding meant that an encrypted envelope generated by a highly secure flagship model could be legitimately processed by any other model within the same provider’s infrastructure.

Exploiting these widespread implementation gaps, attackers could leverage cheaper, lightweight models as “decryption oracles.” The attack chain involved capturing an encrypted reasoning block from a high-tier model (e.g., Claude Opus 4.8) and injecting it into an API call for a smaller model (e.g., Claude Haiku 4.5). The smaller model, lacking the aggressive anti-distillation alignment and safety guardrails of its more advanced counterparts, would then comply with the prompt, outputting the hidden reasoning in plain text within custom text tags.

The research paper published on ArXiv (research paper published on ArXiv) confirms that identical cross-model compatibility issues were found across OpenAI’s GPT-5.6 family and Google’s Gemini 3 lineup. The accuracy of the recovered traces was validated by matching decoded token lengths against the billable thinking token counts reported by the provider APIs.

Real-World Security Implications

The implications of this vulnerability extend far beyond mere model distillation or intellectual property theft. By analyzing 6,708 public agent transcripts scraped from GitHub and Hugging Face, researchers successfully decoded 315,320 embedded reasoning blocks, revealing significant data exposures:

  • 367 Personally Identifiable Information (PII) artifacts
  • 182 Hardcoded credentials, including 62 API keys, 33 passwords, and 30 personal email addresses

Crucially, much of this sensitive data resided exclusively within the internal reasoning blocks and was never displayed in the visible assistant responses. This meant developers were unaware that their shared session logs contained exposed secrets.

Furthermore, the vulnerability facilitated invisible indirect prompt injection attacks against autonomous AI agents. An adversary could embed malicious instructions within an encrypted reasoning block. When processed by an agent, standard monitoring tools inspecting only the visible conversation history would fail to detect the hidden payload, allowing the injected instructions to compromise downstream agentic workflows undetected.

The following table illustrates examples of the extracted assets and risks across different providers:

Provider Originating Flagship Model Target Decryption Oracle Extracted Asset / Risk
Anthropic Claude Opus 4.8 / Sonnet 5 Claude Haiku 4.5 Unaligned chain-of-thought, system prompts, API keys
OpenAI GPT-5.6 / GPT-5 GPT-5-mini / o4-mini Internal safety evaluation, credentials, raw reasoning
Google Gemini 3 / Gemini 3.1 Pro Gemini 3.1 Flash Lite / Flash Hardcoded secrets, hidden instructions, PII

Following responsible disclosure, OpenAI, Anthropic, and Google acknowledged the research findings. All three vendors have since deployed server-side mitigations, rendering the original cross-model replay proof-of-concepts non-reproducible on current API builds.

What You Should Do

To establish comprehensive Generative AI security controls across LLM pipelines, providers and enterprise developers should implement the following protections:

  • Cryptographic Binding: Ensure reasoning envelopes are cryptographically bound to the specific originating model, session ID, and user identity at the API gateway layer.
  • Strict Model Isolation: Implement mechanisms to reject thinking blocks submitted to a different model tier than the one that generated the payload.
  • Key Rotation: Regularly rotate legacy signing keys to invalidate historical ciphertext blocks that may be exposed in public code repositories.
  • Log Sanitization: Developer teams building AI agents must treat encrypted thinking blocks as sensitive data and scrub raw signature fields before making agent logs public.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitSecurityVulnerability

Share Article

Sarah simpson

Sarah simpson

Sarah is a cybersecurity journalist specializing in threat intelligence and malware analysis. With over 8 years of experience covering APT groups, zero-day exploits, and advanced persistent threats, Sarah brings deep technical expertise to breaking cybersecurity news. Previously, she worked as a security researcher at leading threat intelligence firms, where she analyzed malware samples and tracked cybercriminal operations. Sarah holds a Master's degree in Computer Science with a focus on cybersecurity and is a regular contributor to major security conferences.

Previous Post

Critical SAP Vulnerabilities Allow Code Injection, Memory Corruption

Next Post

Intel’s $20 Billion Stock Sale Sparks Debate on Chip Supply Chain Security

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical SAP Vulnerabilities Allow Code Injection, Memory Corruption
August 11, 2026
Critical Ivanti Endpoint Manager CVEs Let Remote Attackers Crash Agent Service
August 11, 2026
Mozilla Revokes Firefox Signing Key After GitHub Exposure of Subkey
August 11, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us