paper-with-me

Papers

STACK: Adversarial Attacks on LLM Safeguard Pipelines

2025-06-30 · Ian R. McKenzie, Oskar J. Hollinsworth, Tom Tseng, Xander Davies, Stephen Casper, Aaron D. Tucker, Robert Kirk, Adam Gleave

Frontier AI developers are relying on layers of safeguards to protect against catastrophic misuse of AI systems. Anthropic guards their latest Claude 4 Opus model using one such defense pipeline, and other frontier developers including Google DeepMind and OpenAI pledge to soon deploy similar defenses. However, the security of such pipelines is unclear, with limited prior work evaluating or attacking these pipelines. We address this gap by developing and red-teaming an open-source defense pipeline. First, we find that a novel few-shot-prompted input and output classifier outperforms state-of-the-art open-weight safeguard model ShieldGemma across three attacks and two datasets, reducing the attack success rate (ASR) to 0% on the catastrophic misuse dataset ClearHarm. Second, we introduce a STaged AttaCK (STACK) procedure that achieves 71% ASR on ClearHarm in a black-box attack against the few-shot-prompted classifier pipeline. Finally, we also evaluate STACK in a transfer setting, achieving 33% ASR, providing initial evidence that it is feasible to design attacks with no access to the target pipeline. We conclude by suggesting specific mitigations that developers could use to thwart staged attacks.

📄 PDF Abstract BibTeX arXiv:2506.24068

Code (0)

등록된 구현이 없습니다.

Tasks

Red Teaming

Similar Papers 제목 키워드 기반

Robust LLM safeguarding via refusal feature adversarial training

2024-09-30 · Lei Yu, Virginie Do, Karen Hambardzumyan, Nicola Cancedda

Large language models (LLMs) are vulnerable to adversarial attacks that can elicit harmful responses. Defending against such attacks remains challenging due to the opacity of jailbreaking mechanisms and the high computat…

LLM Safeguard is a Double-Edged Sword: Exploiting False Positives for Denial-of-Service Attacks

2024-10-03 · Qingzhao Zhang, Ziyang Xiong, Z. Morley Mao

Safety is a paramount concern for large language models (LLMs) in open deployment, motivating the development of safeguard methods that enforce ethical and responsible use through safety alignment or guardrail mechanisms…

Adversarial RobustnessSafety Alignment

Detecting RAG Extraction Attack via Dual-Path Runtime Integrity Game

2026-04-12 · Yuanbo Xie, Yingjie Zhang, Yulin Li, Shouyou Song 외 arxiv

Retrieval-Augmented Generation (RAG) systems augment large language models with external knowledge, yet introduce a critical security vulnerability: RAG Knowledge Base Leakage, wherein adversarial prompts can induce the …

Open-Weight LLM Fine-Tuning Defenses are Susceptible to Simple Attacks

2026-05-26 · Kevin Kuo, Chhavi Yadav, Virginia Smith arxiv

Recent defenses for safeguarding open-weight large language models (LLMs) are intended to prevent adversarial usage. Underlying these defenses is an assumption that new harmful behavior is learned through fine-tuning rat…

Low-Effort Jailbreak Attacks Against Text-to-Image Safety Filters

2026-04-02 · Ahmed B Mustafa, Zihan Ye, Yang Lu, Michael P Pound 외 arxiv

Text-to-image generative models are widely deployed in creative tools and online platforms. To mitigate misuse, these systems rely on safety filters and moderation pipelines that aim to block harmful or policy violating …