Time Will Tell: Timing Side Channels via Output Token Count in Large Language Models
Tianchen Zhang, Gururaj Saileshwar, David Lie
TL;DR
This work introduces a novel timing side-channel in large language models based on output token counts, exploiting the autoregressive decoding process and tokenizer biases to infer private attributes such as the translation target language and classification outputs. By constructing offline 2D profiles using Output Token Density and Output-Input Ratio and applying Gaussian Mixture Models, the authors achieve high attack success rates (averages around the low-to-mid 80s percent) across multiple models and tasks, including end-to-end network scenarios. They demonstrate translation-language leakage with ~83% ASR across Tower, M2M100, and MBart50, and classification leakage across open-source and production models, with GPT-4o showing strong leakage in some settings. The paper also explores end-to-end timing attacks when exact token counts are unavailable and discusses tokenizer-, prompt-, and system-level mitigations, emphasizing the practical privacy risks posed by such timing signals in real-world LLM deployments.
Abstract
This paper demonstrates a new side-channel that enables an adversary to extract sensitive information about inference inputs in large language models (LLMs) based on the number of output tokens in the LLM response. We construct attacks using this side-channel in two common LLM tasks: recovering the target language in machine translation tasks and recovering the output class in classification tasks. In addition, due to the auto-regressive generation mechanism in LLMs, an adversary can recover the output token count reliably using a timing channel, even over the network against a popular closed-source commercial LLM. Our experiments show that an adversary can learn the output language in translation tasks with more than 75% precision across three different models (Tower, M2M100, MBart50). Using this side-channel, we also show the input class in text classification tasks can be leaked out with more than 70% precision from open-source LLMs like Llama-3.1, Llama-3.2, Gemma2, and production models like GPT-4o. Finally, we propose tokenizer-, system-, and prompt-based mitigations against the output token count side-channel.
