AuraTracer智迹闻
中文

EVENT DOSSIER

Split-LLM training gradient leakage privacy: Cloud-based systems use zero-gradient mode to accurately reconstruct real data rows

Research reveals a privacy vulnerability in Split-LLM training gradients, allowing attackers to accurately reconstruct real data rows.

2026-09-08 08:00 Cybersecurity across 3 days 🔥 64.3 heat score hn #216techmeme #1
3sources
3days unfolding
64.3heat score
2mentions
SummaryAI generated

Recent research on the Split-LLM training system has revealed serious privacy vulnerabilities. Although local nodes attempt to hide data features through techniques such as potential spatial bottlenecks, Gaussian noise, and row reordering, the returned gradient backpropagation attack successfully bypasses the protection mechanisms. Since the loss function ignores synthetic bait rows, resulting in zero gradients, attackers can accurately identify and reverse-engineer the real private data rows by detecting zero-gradient patterns. Experiments show that in nine seed experiments, all test samples were fully identified, and approximately one additional token could be recovered for every hundred tokens. Although truncating and noise-ing gradients theoretically could mitigate this problem, existing systems still do not meet security standards because they do not cover five potential attack scenarios, including cumulative observations across training steps.

Related eventsRELATED EVENTS
Quick factsQUICK FACTS
Nine seed experimentsNumber of experiments
All test samples were fully recognized.Recognition rate
Approximately one additional token can be recovered per 100 tokens.Recovery ratio
Key entitiesKEY ENTITIES
Hugging FaceSplit-LLM

Event frameEVENT FRAME

Research

AI · 中外媒体across 3 days

Status

Research reveals a privacy vulnerability in Split-LLM training gradients, allowing attackers to accurately reconstruct real data rows.

Integrated timelineUNIFIED TIMELINE

  1. 2026-09-03

    FT reports Hugging Face’s attack warnings about AI risks.

    The latest attack on the open-source AI platform Hugging Face exposed critical security vulnerabilities, drawing widespread attention to AI risks.

  2. 2026-09-07

    arXiv paper explains the principle of zero-gradient attacks.

    Since the loss function ignores synthetic bait rows, resulting in zero gradients, attackers can accurately identify and reverse-engineer real private data rows by detecting zero-gradient patterns.

  3. 2026-09-08

    Hugging Face paper reveals privacy vulnerabilities.

    Research indicates that in Split-LLM training, despite using techniques such as potential space bottlenecks, Gaussian noise, and row order scrambling, gradient backpropagation attacks still successfully bypass the protection mechanisms.

SignalsSIGNALS

Keyword heat
  • Hugging Face2
  • Split-LLM1

All reports (3)SOURCES

F FT Technology en 2026-09-03 08:00

Hugging Face attack is a wake-up call about the risks of AI

# Hugging Face attack is a wake-up call about the risks of AI A recent attack on the open-source AI platform Hugging Face has exposed critical vulnerabilities in the company's security practices, raising concerns about the broader risks posed by artificial intelligence. The attack, which exploited a flaw in Hugging Face's authentication system, allowed un…

A arXiv cs.LG en 2026-09-07 12:00

Privacy Failure in Split-LLM Training, The Returned Gradient Nullifies the Decoys

一项针对两节点分拆大语言模型训练系统的隐私安全研究揭示,尽管系统通过了前向通道隐私检查与质量评估,但返回的梯度泄露了真实数据行。该研究中,受信任本地节点将保护后的激活值发送至不信任云端节点,后者返回输出后,本地节点再返回包含真实行与诱饵行的梯度;由于损失函数忽略诱饵行,其梯度为零,攻击者通过检测零模式即可识别真实行。在九个种子实验中,所有帧均被完全识别(4,096/4,096),攻击使每百个 token 恢复约一个额外 token,而随机标签对照组无泄露。研究人员证实,对梯度行进行截断和加噪可关闭此漏洞,但系统仍未安全,因未测量包括跨训练步骤累积观察在内的五类攻击。

H Hugging Face Papers en 2026-09-08 08:00

Paper page - Privacy Failure in Split-LLM Training, The Returned Gradient Nullifies the Decoys

在 Split-LLM 训练中,安全边界在于本地节点与云端之间的网络连接。尽管通过潜在空间瓶颈、高斯噪声(差分隐私)和行顺序打乱等技术成功隐藏了数据特征并防止云端识别真实数据,但梯度反向传播攻击仍构成核心漏洞。由于梯度本身包含改善模型所需的数学方向,且受限于训练预算的噪声量,攻击者可利用这些梯度逆向工程出私有标签或输入。此外,虽然空间匿名性通过混合真实行与合成诱饵得以实现,但时间累积效应使得云端能追踪统计异常以区分真假数据;同时,云端控制自身权重迫使本地节点返回高揭示性的放大梯度,从而绕过标准噪声保护机制。