Weight exfiltration
Unauthorized copying of a model's trained parameters out of the environment meant to contain them, by theft or through covert channels.
Weight exfiltration is the unauthorized copying of a model's trained parameters, its weights, out of the environment meant to contain them 1 2.
RAND researchers identified 38 meaningfully distinct attack vectors for stealing frontier model weights, and defined five security levels for defending against actors ranging from opportunistic criminals to highly resourced nation-state operations 1. Exfiltration can be covert: an attacker who controls an inference server could hide weights inside ordinary model responses using steganography 2. Rinberg and colleagues verify inference outputs against a reference to limit what responses can carry; on the MoE-Qwen-30B model, under benign prompts, their detector reduced exfiltratable information to under 0.5% at a false-positive rate below 0.01% 2, the approach of bounding unexplained information in outputs. Physical side channels offer another route past network monitoring 3, the target of side-channel suppression. In verification the concern runs both ways: the verifier's equipment could leak the prover's secrets, so one low-trust design commits model checkpoints to an independent governing body rather than revealing them, and sends only hashes to the verifier outside the facility 4.
Related
Used in
- R2Bounding unexplained information in outputs
- R2Model identity attestation⚠
- R1Network taps and certifiers
- R2Sampled inference recomputation
- R1Side-channel suppression for isolated facilities
- R2Attestable Audits
- R1RAND secure inference data center (SIDC) design
- Model weights or data have not left the facility
Sources
- BS. Nevo et al. (2024). Securing AI Model Weights: Preventing Theft and Misuse of Frontier Models. RAND Corporation. Source recordSupports: model weights as a target for theft; 38 attack vectors; 5 security levels; adversaries from opportunistic criminals to nation-state operations · summary
- BR. Rinberg et al. (2025). Verifying LLM Inference to Detect Model Weight Exfiltration. arXiv. Source recordSupports: exfiltration by hiding weights in model responses (steganography); security game; verification against a reference; on MoE-Qwen-30B, exfiltratable information under 0.5% at a false-positive rate under 0.01% · abstract
- CN. Cankaya (2026). Suppressing Side Channels in an Untrusted Data Center via Retrofitted Defenses. MIRI Technical Governance Team. Source recordSupports: physical side channels can bypass network monitoring · side channels of concern
- BN. Cankaya (2026). A System Overview for Near-Term, Low-Trust AI Compute Verification. Machine Intelligence Research Institute. Source recordSupports: malicious verifier may aim to exfiltrate prover secrets; checkpoints committed, not revealed, to an independent governing body; only hashes sent to a verifier outside the facility · threat model; weights