Are Robust LLM Fingerprints Adversarially Robust?
Anshul Nasery, Edoardo Contente, Alkin Kaz, Pramod Viswanath, Sewoong Oh
TL;DR
This work analyzes the adversarial robustness of LLM fingerprinting by defining a clear threat model and surveying wearable fingerprint schemes. It identifies four core vulnerabilities shared across fingerprint families and develops adaptive attacks—suppressing fingerprint responses, detecting outputs, detecting inputs, and learning fingerprint statistics—to bypass authentication while keeping end-user utility high. Through extensive case studies on memorization-based, intrinsic, and statistical fingerprints, the authors demonstrate near-perfect attack success rates across ten schemes and provide practical recommendations to harden fingerprinting methods. The findings highlight the need for adversarially robust fingerprint designs to ensure reliable ownership verification in open and API-accessible LLM ecosystems.
Abstract
Model fingerprinting has emerged as a promising paradigm for claiming model ownership. However, robustness evaluations of these schemes have mostly focused on benign perturbations such as incremental fine-tuning, model merging, and prompting. Lack of systematic investigations into {\em adversarial robustness} against a malicious model host leaves current systems vulnerable. To bridge this gap, we first define a concrete, practical threat model against model fingerprinting. We then take a critical look at existing model fingerprinting schemes to identify their fundamental vulnerabilities. Based on these, we develop adaptive adversarial attacks tailored for each vulnerability, and demonstrate that these can bypass model authentication completely for ten recently proposed fingerprinting schemes while maintaining high utility of the model for the end users. Our work encourages fingerprint designers to adopt adversarial robustness by design. We end with recommendations for future fingerprinting methods.
