CLLGJun 4, 2024

Towards Universal and Black-Box Query-Response Only Attack on LLMs with QROA

arXiv:2406.02044v34 citationsHas Code
Originality Highly original
AI Analysis

This addresses security vulnerabilities in LLMs for AI safety, representing a novel method for a known bottleneck.

The paper tackles the problem of LLMs being vulnerable to adversarial manipulations by introducing QROA, a black-box jailbreak method that identifies adversarial suffixes to bypass alignment safeguards, achieving an Attack Success Rate greater than 80% in tests on multiple models.

The rapid adoption of Large Language Models (LLMs) has exposed critical security and ethical vulnerabilities, particularly their susceptibility to adversarial manipulations. This paper introduces QROA, a novel black-box jailbreak method designed to identify adversarial suffixes that can bypass LLM alignment safeguards when appended to a malicious instruction. Unlike existing suffix-based jailbreak approaches, QROA does not require access to the model's logit or any other internal information. It also eliminates reliance on human-crafted templates, operating solely through the standard query-response interface of LLMs. By framing the attack as an optimization bandit problem, QROA employs a surrogate model and token level optimization to efficiently explore suffix variations. Furthermore, we propose QROA-UNV, an extension that identifies universal adversarial suffixes for individual models, enabling one-query jailbreaks across a wide range of instructions. Testing on multiple models demonstrates Attack Success Rate (ASR) greater than 80\%. These findings highlight critical vulnerabilities, emphasize the need for advanced defenses, and contribute to the development of more robust safety evaluations for secure AI deployment. The code is made public on the following link: https://github.com/qroa/QROA

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes