T10-AT-010HIGH

Federated Learning Exploits

T10 · Integrity & Confidentiality Breach →
Risk score240
RatingHigh
Procedures10
Severity
Mechanism

Federated learning (FL) distributes training across participants who share model updates (gradients) rather than raw data. The security assumption is that gradients are a lossy summary that doesn't reveal training data. This assumption is false.

Detection
  • Gradient magnitude monitoring: flag outlier update norms that may indicate model replacement attacks
  • Participant consistency scoring: track each participant's update history for sudden behavioral changes
  • Cross-round gradient correlation: detect recycled/replayed updates indicating free-riding
  • Sybil detection via gradient similarity clustering: identical or near-identical updates suggest coordinated fake identities
Mitigation
Secure aggregation (MPC/HE)HIGH
Robust aggregation (multi-Krum, FLTrust)MEDIUM
Gradient compression + sparsificationMEDIUM
Participant authentication + rate limitingHIGH
Chaining

FL exploitation enables T10-AT-001 (Training Data Extraction) via gradient inversion, and successful model poisoning creates backdoors exploitable via T1 (Prompt Subversion).

Framework mapping
OWASP LLMLLM04
MITRE ATLASAML.T0020
Open in the technique browser →