paper-with-me

홈 › Papers

When Compression Becomes an Attack Surface: Black-Box Attacks on Prompt-Compressed LLM Agents

2025-10-27 · Zesen Liu, Zhixiang Zhang, Yuchong Xie, Dongdong She arxiv

Prompt compression is increasingly deployed in LLM agents to reduce latency and cost, but it also determines what the backend LLM ultimately sees. We show that, when trusted and untrusted inputs are compressed under a shared budget, this lossy transformation creates a new attack surface: by perturbing only untrusted inputs before compression, an adversary can cause the compressor to discard task-critical evidence or safety guardrails before inference. Unlike prompt injection, jailbreaks, or RAG poisoning, the attack target is the compressor rather than the backend LLM; the perturbation need not encode a meaningful instruction or survive compression. We formalize this vulnerability as adversarial information loss (AIL), the excess downstream distortion caused by adversarially steering a lossy compressor beyond benign compression alone. To exploit AIL, we present COMA, a transfer-based black-box attack that optimizes pre-compression perturbations using attacker-side surrogate compressors and backend LLMs. Across three tasks and six compressors, COMA achieves 0.71 average ASR, versus 0.21 for the strongest baseline, and transfers to two real-world agent case studies.

📄 PDF Abstract BibTeX arXiv:2510.22963

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MALICE: Manipulation Attacks on Learned Image ComprEssion

2022-05-26 · Kang Liu, Di wu, Yiru Wang, Dan Feng 외

Deep learning techniques have shown promising results in image compression, with competitive bitrate and image reconstruction quality from compressed latent. However, while image compression has progressed towards a high…

Image CompressionImage Reconstruction

Decision-based Black-box Attack Against Vision Transformers via Patch-wise Adversarial Removal

2021-12-07 · Yucheng Shi, Yahong Han, Yu-an Tan, Xiaohui Kuang

Vision transformers (ViTs) have demonstrated impressive performance and stronger adversarial robustness compared to Convolutional Neural Networks (CNNs). On the one hand, ViTs' focus on global interaction between individ…

Adversarial RobustnessSensitivity

Understanding Byzantine Robustness in Federated Learning with A Black-box Server

2024-08-12 · Fangyuan Zhao, Yuexiang Xie, Xuebin Ren, Bolin Ding 외

Federated learning (FL) becomes vulnerable to Byzantine attacks where some of participators tend to damage the utility or discourage the convergence of the learned model via sending their malicious model updates. Previou…

Federated Learning

Parsimonious Black-Box Adversarial Attacks via Efficient Combinatorial Optimization

2019-05-16 · Seungyong Moon, Gaon An, Hyun Oh Song

Solving for adversarial examples with projected gradient descent has been demonstrated to be highly effective in fooling the neural network based classifiers. However, in the black-box setting, the attacker is limited on…

Combinatorial Optimization

Query-Efficient and Scalable Black-Box Adversarial Attacks on Discrete Sequential Data via Bayesian Optimization

2022-06-17 · Deokjae Lee, Seungyong Moon, Junhyeok Lee, Hyun Oh Song

We focus on the problem of adversarial attacks against models on discrete sequential data in the black-box setting where the attacker aims to craft adversarial examples with limited query access to the victim model. Exis…

Bayesian Optimization