研究:可解码并移植加密推理痕迹,泄露API密钥与密码
[AINews] How to steal a Reasoning Trace
做安全和对齐的同学必看,这篇论文首次展示了如何解码加密推理痕迹并泄露敏感数据,还给出了可复现的攻击模板,赶紧评估你的链路是否受影响。
It’s not very often that a paper breaks through to become headline story of the day. For understandable reasons both domestic and foreign, there is renewed interest in the Interpretability Venn Diagram of alignment, security, and chain of thought monitoring, so today’s paper could not have come at a better time:
一篇论文能突破成为当天的头条新闻并不常见。出于国内外可以理解的原因,人们对对齐、安全性和思维链监控的可解释性维恩图重新产生了兴趣,因此今天的论文来得正是时候:
Since the o1 launch, frontier lab reasoning models have obscured their traces, with cryptographic signatures, for fear of distillation (not that this prevented anyone from Chinese labs accusing them of doing so). The first compromise was responsibly reported by Matthew Green in May, who broke down how it works and figured out how to replay and side channel these indirectly using latency measures. Today’s paper demonstrates that it is possible to DECODE and port these encrypted thoughts to different models/sessions/users… and to dramatically improve open models as a result
自 o1 发布以来,前沿实验室的推理模型通过加密签名来掩盖其痕迹,以防被蒸馏(但这并未阻止中国实验室的指责)。第一次妥协由 Matthew Green 在五月负责任地报道,他解析了其工作原理,并发现了如何通过延迟测量间接重放和侧信道攻击这些签名。今天的论文证明,可以解码这些加密思维并将其移植到不同的模型/会话/用户……从而显著改进开放模型
The alarming note is here:
令人震惊的说明如下:
“Further, if you ever shared online a Claude Code/Codex session with encrypted reasoning blobs, they can be decoded and leak your personal data.
“此外,如果你曾在网上分享过带有加密推理块的 Claude Code/Codex 会话,这些块可以被解码并泄露你的个人数据。
We did a preliminary scan of ~7,000 public traces and found 62 unique API keys, 33 email addresses, 33 passwords, and other sensitive data.”
我们对约 7,000 个公开痕迹进行了初步扫描,发现了 62 个唯一的 API 密钥、33 个电子邮件地址、33 个密码以及其他敏感数据。”
(64 appeared exclusively inside the reasoning blocks and nowhere in the visible session.)
(其中 64 个仅出现在推理块内,而在可见会话中完全没有。)
The authors also detail alignment issues:
作者还详细说明了对齐问题:
- COT Summarizers hiding answers
- Unintelligible reasoning
- Considerations of cheating
- Attacking Websites
- COT 摘要器隐藏答案
- 难以理解的推理
- 作弊的考虑
- 攻击网站
The website has more examples.
网站上有更多示例。
The technique is somewhat described in the paper:
论文中对该技术有所描述:
- Obtain a legitimate encrypted/signed reasoning block from an API response.
- Replay that block into a different request—potentially another account/session—to a weaker model from the same provider.
- Place it in an assistant/model turn and prompt or prefill the weaker model to transcribe the attached reasoning.
- Sample repeatedly, discard refusals, and optionally reconcile multiple noisy transcriptions.
- 从 API 响应中获取合法的加密/签名推理块。
- 将该块重放到不同的请求中——可能是另一个账户/会话——发送给同一提供商的较弱模型。
- 将其放在助手/模型轮次中,并提示或预填充较弱模型以转录附带的推理。
- 重复采样,丢弃拒绝,并可选择协调多个嘈杂的转录。
The paper gives concrete templates with some minor variations per model:
论文给出了具体模板,每个模型略有不同:
- Claude: replay the signed thinking block to Haiku 4.5, followed by an assistant prefill such as <thinking-copy>.
- GPT: inject the encrypted_content reasoning item multiple times into a fabricated conversation; sample up to 50 outputs. It also describes bypassing an apparent ~50-token verbatim-output threshold using chunked continuations.
- Gemini: attach thought_signature to a model turn with a <thought> prefill, then use repeated sampling and reconciliation.
- Claude:将签名的思维块重放到 Haiku 4.5,然后使用助手预填充,例如 <thinking-copy>。
- GPT:将 encrypted_content 推理项多次注入到虚构的对话中;最多采样 50 个输出。它还描述了使用分块续写绕过明显的约 50 个 token 的逐字输出阈值。
- Gemini:将 thought_signature 附加到带有 <thought> 预填充的模型轮次,然后使用重复采样和协调。
This paper was responsibly disclosed, with several vulnerabilities already fixed, but surely similar attacks still seem possible.
本文已负责任地披露,多个漏洞已修复,但类似的攻击似乎仍有可能发生。
AI News for 8/10/2026-8/11/2026. We checked 12 subreddits, 544 Twitters and no further Discords. AINews’ website lets you search all past issues. As a reminder, AINews is now a section of Latent Space. You can opt in/out of email frequencies!
2026年8月10日至8月11日的AI新闻。我们检查了12个子版块、544条推特,没有进一步的Discord。AINews的网站允许你搜索所有过往期刊。提醒一下,AINews现在是Latent Space的一个板块。你可以选择接收或不接收邮件频率!
AI Twitter Recap
AI推特摘要
Reasoning-Trace Exposure, CoT Privacy, and Watermarking Debate
推理痕迹暴露、思维链隐私与水印争议
- Frontier API vulnerability exposed hidden reasoning: A widely discussed disclosure from @kotekjedi_ml claims a vulnerability across frontier APIs allowed extraction of “encrypted” hidden reasoning, with recovered token counts matching billed thinking tokens 1:1 on most queried prompts. In a follow-up, the team reports that a scan of ~7,000 public traces found 62 unique API keys, 33 email addresses, 33 passwords, and other sensitive data in decoded blobs @kotekjedi_ml. Additional context from @jonasgeiping emphasizes both the immediate privacy risk of sharing traces publicly and the operational-security implications: during the investigation, they reportedly encountered a leaked Hugging Face prod key during the broader cyber incident. Several posts also highlight how difficult monitoring becomes when decoded CoT is terse, fragmented, multilingual, or effectively “neuralese” @jonasgeiping, @scaling01, @eliebakouch. A practical corollary: even if labs hide reasoning, tool interfaces may re-expose it; @_can1357 notes that disabling explicit thinking while providing a deep_think tool can still induce internal-format CoT output.
- What this means technically: Discussion split between “serious privacy/safety problem” and “not a scalable distillation path.” @vipulved argues the attack does not imply practical mass theft of chain-of-thought for model training, framing the encryption more as a stateless distributed-inference protocol optimization than a hard confidentiality barrier. Still, the episode sharpens a few points: public trace sharing is risky; hidden CoT is not a reliable monitoring interface; and labs may need stronger guarantees around sandboxing, telemetry, and tool surfaces @BlackHC. In parallel, a separate thread debated AI text watermarking under EU-style compliance pressure. @trq212 said labs are adding watermarking and a text-detection API; critics questioned whether this could bloat outputs or harm code/doc brevity @wightmanr. Others argued the entropy budget is large enough that signatures can be subtle, especially for longer outputs @RyanGreenblatt, @giffmana.
- 前沿API漏洞暴露隐藏推理:@kotekjedi_ml 广泛讨论的披露声称,前沿API中的一个漏洞允许提取“加密”的隐藏推理,恢复的令牌计数与大多数查询提示的计费思考令牌1:1匹配。在后续中,该团队报告称,对约7000条公共痕迹的扫描在解码的blob中发现了62个唯一API密钥、33个电子邮件地址、33个密码和其他敏感数据 @kotekjedi_ml。@jonasgeiping 的额外背景强调,公开分享痕迹的即时隐私风险以及操作安全影响:在调查期间,他们据称在更广泛的网络事件中遇到了泄露的Hugging Face生产密钥。几篇帖子还强调,当解码的思维链简短、碎片化、多语言或实际上是“神经语言”时,监控变得多么困难 @jonasgeiping, @scaling01, @eliebakouch。一个实际的推论:即使实验室隐藏推理,工具接口也可能重新暴露它;@_can1357 指出,在提供 deep_think 工具的同时禁用显式思考,仍然可以诱导内部格式的思维链输出。
- 这在技术上的含义是:讨论分为“严重的隐私/安全问题”和“不可扩展的蒸馏路径”两派。@vipulved 认为,这次攻击并不意味着可以大规模窃取思维链用于模型训练,而更多是将加密视为一种无状态分布式推理协议优化,而非硬性的机密性屏障。尽管如此,这一事件还是凸显了几个要点:公开的轨迹共享存在风险;隐藏的思维链不是可靠的监控接口;实验室可能需要在沙箱、遥测和工具接口方面提供更强的保证 @BlackHC。与此同时,另一个话题在欧盟式合规压力下讨论了 AI 文本水印。@trq212 表示实验室正在添加水印和文本检测 API;批评者质疑这可能会使输出变得冗长,或损害代码/文档的简洁性 @wightmanr。其他人则认为,熵预算足够大,签名可以很隐蔽,尤其是对于较长的输出 @RyanGreenblatt, @giffmana。
NVIDIA Nemotron 3.5 Lightning and the Small Open Agent Model Push
NVIDIA Nemotron 3.5 Lightning 和小型开放智能体模型推动
- Nemotron 3.5 Lightning: NVIDIA released Nemotron 3.5 Lightning, a 30B MoE model with roughly 3B active parameters, positioned for always-on agent workloads. NVIDIA and ecosystem posts stress up to 4× throughput, 1M context, open/customizable release artifacts, and support for weights, data, and recipes on Hugging Face @NVIDIAAI. Artificial Analysis provides the most detailed third-party summary: 31.6B total / 3.6B active, OpenMDW-1.1 license, NVFP4 and BF16 weights, median serving near 670 tok/s in pre-release endpoint testing, and a score of 24 on its Intelligence Index—roughly in line with gpt-oss-120b while being much smaller and faster @ArtificialAnlys. Agentic results look particularly strong for the size: GDPval-AA v2 Elo 824 and Terminal-Bench v2.1 24%, both major jumps over Nemotron 3 Nano @ArtificialAnlys.
- Distribution and downstream tuning: Lightning shipped fast across the stack: Together AI, Ollama, Baseten, vLLM, Perplexity API, and others. A recurring pattern is pairing a cheaper execution model with a stronger planner: @kimmonismus frames Lightning as NVIDIA’s “local agent workforce,” complementing larger planning models via routing. Harvey reports post-training on Legal Agent Bench improved Lightning from 0% to 8.3% on held-out tasks, beating Opus 4.6 and Nemotron 3 Ultra in that setup while cutting average output from 90k to 37k tokens @harvey. Overall, this release reinforces the current open-model trend: smaller, faster models tuned for high-volume tool use rather than general chat prestige.
- Nemotron 3.5 Lightning:NVIDIA 发布了 Nemotron 3.5 Lightning,这是一个 30B 的 MoE 模型,大约有 3B 激活参数,定位为常开智能体工作负载。NVIDIA 和生态系统的帖子强调高达 4 倍的吞吐量、1M 上下文、开放/可定制的发布工件,以及在 Hugging Face 上对权重、数据和配方的支持 @NVIDIAAI。Artificial Analysis 提供了最详细的第三方总结:总参数 31.6B / 激活 3.6B,OpenMDW-1.1 许可证,NVFP4 和 BF16 权重,预发布端点测试中位服务速度接近 670 tok/s,智能指数得分为 24——大致与 gpt-oss-120b 相当,但体积更小、速度更快 @ArtificialAnlys。智能体结果在同等规模下看起来特别强:GDPval-AA v2 Elo 824 和 Terminal-Bench v2.1 24%,均比 Nemotron 3 Nano 有大幅提升 @ArtificialAnlys。
- 分发与下游调优:Lightning 在整个技术栈中快速发布:Together AI、Ollama、Baseten、vLLM、Perplexity API 等。一个反复出现的模式是将更便宜的推理模型与更强的规划器配对:@kimmonismus 将 Lightning 描述为 NVIDIA 的“本地智能体劳动力”,通过路由补充更大的规划模型。Harvey 报告称,在 Legal Agent Bench 上进行后训练,将 Lightning 在保留任务上的表现从 0% 提升到 8.3%,在该设置下击败了 Opus 4.6 和 Nemotron 3 Ultra,同时将平均输出从 90k 个 token 减少到 37k 个 token(@harvey)。总体而言,这次发布强化了当前开放模型的趋势:更小、更快的模型,针对高容量工具使用而非通用聊天声望进行调优。
Local AI Tooling: Unsloth Desktop, Muse Glimmer Support, and Linux Codex
本地 AI 工具:Unsloth Desktop、Muse Glimmer 支持和 Linux Codex
- Unsloth Desktop expands the local stack: @UnslothAI launched Unsloth Desktop, an open-source desktop app for running and training models locally across Mac, Windows, and Linux, with support spanning MLX, GGUF, diffusion image/video, audio, CPU and multi-GPU setups, plus OpenAI-compatible APIs. The notable systems angle is ambition beyond “local chat UI”: tool calling, sandboxed code execution, private search, RAG, MCP, exports, and claims of 2× faster training with 70% less VRAM. Multiple observers positioned it as a more end-to-end local AI operating environment rather than just an LM Studio competitor @TeksEdge, @dessaigne.
- Unsloth Desktop 扩展了本地技术栈:@UnslothAI 推出了 Unsloth Desktop,这是一款开源桌面应用,用于在 Mac、Windows 和 Linux 上本地运行和训练模型,支持范围涵盖 MLX、GGUF、扩散图像/视频、音频、CPU 和多 GPU 设置,以及兼容 OpenAI 的 API。值得注意的系统角度是超越“本地聊天 UI”的雄心:工具调用、沙盒代码执行、私有搜索、RAG、MCP、导出,并声称训练速度提升 2 倍,VRAM 减少 70%。多位观察者将其定位为更端到端的本地 AI 操作环境,而不仅仅是 LM Studio 的竞争对手(@TeksEdge、@dessaigne)。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力