Life-Cycle Routing Vulnerabilities of LLM Router
Qiqi Lin, Xiaoyang Ji, Shengfang Zhai, Qingni Shen, Zhi Zhang, Yuejian Fang, Yansong Gao
TL;DR
The paper investigates security vulnerabilities of LLM routers across their life cycle, addressing both inference-time adversarial attacks and training-time backdoor attacks. It presents a formal framework for router architectures and evaluates white-box and black-box adversarial robustness as well as backdoor robustness across representative routing models. Key findings show that DNN-based routers are most vulnerable to adversarial and backdoor threats, while training-free routers exhibit notably stronger robustness, highlighting a trade-off between routing performance and security. These results establish a benchmark for secure LLM routing and offer guidance for designing more robust routing strategies in practical, resource-constrained deployments.
Abstract
Large language models (LLMs) have achieved remarkable success in natural language processing, yet their performance and computational costs vary significantly. LLM routers play a crucial role in dynamically balancing these trade-offs. While previous studies have primarily focused on routing efficiency, security vulnerabilities throughout the entire LLM router life cycle, from training to inference, remain largely unexplored. In this paper, we present a comprehensive investigation into the life-cycle routing vulnerabilities of LLM routers. We evaluate both white-box and black-box adversarial robustness, as well as backdoor robustness, across several representative routing models under extensive experimental settings. Our experiments uncover several key findings: 1) Mainstream DNN-based routers tend to exhibit the weakest adversarial and backdoor robustness, largely due to their strong feature extraction capabilities that amplify vulnerabilities during both training and inference; 2) Training-free routers demonstrate the strongest robustness across different attack types, benefiting from the absence of learnable parameters that can be manipulated. These findings highlight critical security risks spanning the entire life cycle of LLM routers and provide insights for developing more robust models.
