paper-with-me

홈 › Papers

Verifying LLM Inference to Detect Model Weight Exfiltration

2025-11-04 · Roy Rinberg, Adam Karvonen, Alexander Hoover, Daniel Reuter, Keri Warr arxiv

As large AI models become increasingly valuable assets, the risk of model weight exfiltration from inference servers grows accordingly. An attacker controlling an inference server may exfiltrate model weights by hiding them within ordinary model responses, a strategy known as steganography. This work investigates how to verify LLM model inference to defend against such attacks and, more broadly, to detect anomalous or buggy behavior during inference. We formalize model weight exfiltration as a security game, propose a verification framework that can provably mitigate steganographic exfiltration, and specify the trust assumptions associated with our scheme. To enable verification, we characterize valid sources of non-determinism in large language model inference and introduce two practical estimators for them. We evaluate our detection framework on several open-weight models ranging from 3B to 30B parameters. On MOE-Qwen-30B, our detector reduces exfiltratable information to <0.5% with false-positive rate of <0.01%, corresponding to a >200x slowdown for adversaries. Overall, this work further establishes a foundation for defending against model weight exfiltration and demonstrates that strong protection can be achieved with minimal additional cost to inference providers. Our code is made public at: https://github.com/RoyRin/inference_verification_for_model_weight_exfiltration .

📄 PDF Abstract BibTeX arXiv:2511.02620

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Aggressive Compression Enables LLM Weight Theft

2026-01-03 · Davis Brown, Juan-Pablo Rivera, Dan Hendrycks, Mantas Mazeika arxiv

As frontier AIs become more powerful and costly to develop, adversaries have increasing incentives to steal model weights by mounting exfiltration attacks. In this work, we consider exfiltration attacks where an adversar…

Caught in the Act(ivation): Toward Pre-Output and Multi-Turn Detection of Credential Exfiltration by LLM Agents

2026-06-02 · Kargi Chauhan, Pratibha Revankar arxiv

LLM agents often place sensitive credentials in the same context window as untrusted retrieved content, creating a direct path for indirect prompt injection to induce credential exfiltration. We study this failure mode t…

Evasion-Resilient Detection of DNS-over-HTTPS Data Exfiltration: A Practical Evaluation and Toolkit

2025-12-23 · Adam Elaoumari arxiv

The purpose of this project is to assess how well defenders can detect DNS-over-HTTPS (DoH) file exfiltration, and which evasion strategies can be used by attackers. While providing a reproducible toolkit to generate, in…

Machine Learning for Detecting Data Exfiltration: A Review

2020-12-17 · Bushra Sabir, Faheem Ullah, M. Ali Babar, Raj Gaire

Context: Research at the intersection of cybersecurity, Machine Learning (ML), and Software Engineering (SE) has recently taken significant steps in proposing countermeasures for detecting sophisticated data exfiltration…

Automated Feature EngineeringBIG-bench Machine LearningFeature EngineeringSystematic Literature Review

From Graphs to Gates: DNS-HyXNet, A Lightweight and Deployable Sequential Model for Real-Time DNS Tunnel Detection

2025-12-10 · Faraz Ali, Muhammad Afaq, Mahmood Niazi, Muzammil Behzad arxiv

Domain Name System (DNS) tunneling remains a covert channel for data exfiltration and command-and-control communication. Although graph-based methods such as GraphTunnel achieve strong accuracy, they introduce significan…

Multi-class ClassificationGraph Generation