This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Consent Selection
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer.com
NewsLayer PulseLIVEBTC$63,564+0.24%ETH$1,883+0.28%SOL$75.76+0.26%XRP$1.01+0.16%DOGE$0.07+0.57%ADA$0.1851+1.53%Total Cap$2.28T-0.61%Layer Index42 Neutral
BreakingExternal Reporting发布于 14 小时前

大规模漏洞曝光:所有主流 AI 模型的“内心想法”均遭泄露

研究人员发现,所有主流 AI 提供商都使用单一全局密钥加密推理 Token,并利用该漏洞从公开日志中解码了 315,320 个隐藏的思维区块,在此过程中找回了密码和实时 API 密钥。

大规模漏洞曝光:所有主流 AI 模型的“内心想法”均遭泄露
Image via Decrypt

Layer Index

42

↑ 7 pts in 24h

简报

  • 一个研究团队发现 Anthropic、OpenAI 和 Google 都为 AI 推理 token 使用单一的全局加密密钥。
  • 通过解码从公开 GitHub 和 Hugging Face 存储库中抓取的 315,320 个推理块,研究人员恢复了 182 个凭据,包括 62 个活跃 API 密钥、33 个密码和 30 个个人电子邮件地址。
  • OpenAI、Anthropic 和 Google 在负责任的披露后部署了服务端补丁,但已经公开共享的历史会话日志仍然可以解码。

安全研究人员发现了一种读取每个主要 AI 推理模型加密的“内心想法”的方法,并发现了埋藏在开发人员在不知情的情况下在线公开分享的会话日志中的 62 个活跃 API 密钥和 33 个密码。

“通过解码从公开存储库中抓取的 315,320 个推理块,我们恢复了 367 个个人身份信息 (PII) 伪影和 182 个凭据,”研究人员写道。

这篇论文由来自 MATS Research、ELLIS Institute Tübingen、Max Planck Institute for Intelligent Systems 以及安全公司 Snyk 的团队于 8 月 10 日提交,针对特定类别的 AI:推理模型。这些模型不只是立即回答,而是从内部思维链(一个分步草稿本,AI 在向你展示答案之前在那里解决问题)开始,然后交付最终响应。

Anthropic、OpenAI 和 Google 都对该隐藏的草稿本进行了加密。加密——将数据打乱成不可读代码的过程——旨在保护公司的知识产权,并使敏感的中间推理远离用户。加密块随着每条后续消息传回提供商的服务器,从而在不在公司端存储任何内容的情况下维持对话。

一个密钥统治一切

该缺陷是架构性的。这三家提供商并没有将每个加密推理块绑定到特定的用户、会话或模型,而是在其整个生态系统中使用单一的、提供商范围的加密密钥。“这些加密块在不同会话、用户,甚至是提供商生态系统内的不同模型之间是完全兼容且可互换的,”研究人员写道。

这意味着来自 Claude Opus 4.8——Anthropic 的旗舰模型——的一个加密推理块可以注入到更便宜、防御更少的兄弟模型 Claude Haiku 4.5 中,而不会违反 Anthropic 的规则。Haiku 缺乏 Opus 所拥有的反蒸馏对齐(专门旨在阻止模型根据命令转录其自身推理的安全训练)。

告诉 Haiku 逐字读出加密块,它就会这样做。“通过将来自给定模型的加密推理轨迹注入到同一提供商的一个更弱、防御更少的模型中,我们迫使它以纯文本形式逐字解码并输出该轨迹,而无需直接越狱能力更强的模型,”论文指出。

“跨模型可移植性意味着 Haiku 4.5 可以读取 Opus 4.8 的想法,”首席研究员 Alexander Panfilov 在 X 上写道。同样的攻击在 OpenAI 的 GPT-5.6 系列和 Google 的 Gemini 模型阵容中也得到了复现。不需要特殊访问权限——标准 API 访问(开发人员用于在 AI 模型之上构建应用程序的连接)就足以执行它。

公开日志中包含的内容

为了证明现实世界的危害,该团队抓取了 6,708 份公开分享的 AI 智能体记录——开发人员通常将其发布到 GitHub 和 Hugging Face 用于协作或调试的自动会话日志。他们从这些日志中解码了 315,320 个推理块。

“开发人员经常在网上公开分享他们的会话日志 and 加密思考痕迹,完全没有意识到加密块中隐藏的敏感数据,”论文指出。这些秘密中的大多数从未出现在可见的 AI 输出中——它们只存在于加密的推理内部,对于没有运行攻击的任何人来说是不可见的。

除了简单的凭据盗窃之外,该漏洞还开启了四个攻击向量:从 AI 公司窃取专有推理模式,通过蒸馏训练竞争模型(即较小的 AI 通过学习较大 AI 的输出来学会模仿它);从共享日志中提取私人数据;执行隐形提示词注入,将恶意指令隐藏在安全监控工具从未见过的加密推理块内;以及通过防御较少的兄弟模型越狱强大的模型。

Anthropic、OpenAI 和 Google 在该团队遵循负责任的披露程序后都部署了服务端缓解措施。正如 Decrypt 之前报道的那样,Anthropic 今年一直是安全研究人员反复关注的焦点,尤其是因为其最新模型在该过程中消耗了更多的 token。

补丁已上线。从公共网络抓取的带有解码推理块的 6,708 份会话记录不会消失。

每日简报通讯

每天从当下的头条新闻开始,外加原创专题、播客、视频等。

Attribution

Originally reported by Decrypt

突发新闻

Never miss a breaking story

Big news drops fast — get it first on X and Telegram.

Get stories like this, daily.

Daily crypto + regulation intelligence, straight to your inbox. Free.

相关报道