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.
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
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.
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.
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.
# 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…