paper-with-me

Papers

You Know What I'm Saying: Jailbreak Attack via Implicit Reference

2024-10-04 · Tianyu Wu, Lingrui Mei, Ruibin Yuan, Lujun Li, Wei Xue, Yike Guo

While recent advancements in large language model (LLM) alignment have enabled the effective identification of malicious objectives involving scene nesting and keyword rewriting, our study reveals that these methods remain inadequate at detecting malicious objectives expressed through context within nested harmless objectives. This study identifies a previously overlooked vulnerability, which we term Attack via Implicit Reference (AIR). AIR decomposes a malicious objective into permissible objectives and links them through implicit references within the context. This method employs multiple related harmless objectives to generate malicious content without triggering refusal responses, thereby effectively bypassing existing detection techniques.Our experiments demonstrate AIR's effectiveness across state-of-the-art LLMs, achieving an attack success rate (ASR) exceeding 90% on most models, including GPT-4o, Claude-3.5-Sonnet, and Qwen-2-72B. Notably, we observe an inverse scaling phenomenon, where larger models are more vulnerable to this attack method. These findings underscore the urgent need for defense mechanisms capable of understanding and preventing contextual attacks. Furthermore, we introduce a cross-model attack strategy that leverages less secure models to generate malicious contexts, thereby further increasing the ASR when targeting other models.Our code and jailbreak artifacts can be found at https://github.com/Lucas-TY/llm_Implicit_reference.

📄 PDF Abstract BibTeX arXiv:2410.03857

Code (1)

lucas-ty/llm_implicit_reference 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Great, Now Write an Article About That: The Crescendo Multi-Turn LLM Jailbreak Attack

2024-04-02 · Mark Russinovich, Ahmed Salem, Ronen Eldan

Large Language Models (LLMs) have risen significantly in popularity and are increasingly being adopted across multiple applications. These LLMs are heavily aligned to resist engaging in illegal or unethical topics as a m…

LLM Jailbreak

From Theft to Bomb-Making: The Ripple Effect of Unlearning in Defending Against Jailbreak Attacks

2024-07-03 · Zhexin Zhang, Junxiao Yang, Yida Lu, Pei Ke 외

Large Language Models (LLMs) are known to be vulnerable to jailbreak attacks. An important observation is that, while different types of jailbreak attacks can generate significantly different queries, they mostly result …

Safety Alignment

Play Guessing Game with LLM: Indirect Jailbreak Attack with Implicit Clues

2024-02-14 · Zhiyuan Chang, Mingyang Li, Yi Liu, Junjie Wang 외

With the development of LLMs, the security threats of LLMs are getting more and more attention. Numerous jailbreak attacks have been proposed to assess the security defense of LLMs. Current jailbreak attacks primarily ut…

Knowledge-to-Jailbreak: Investigating Knowledge-driven Jailbreaking Attacks for Large Language Models

2024-06-17 · Shangqing Tu, Zhuoran Pan, Wenxuan Wang, Zhexin Zhang 외

Large language models (LLMs) have been increasingly applied to various domains, which triggers increasing concerns about LLMs' safety on specialized domains, e.g. medicine. Despite prior explorations on general jailbreak…

Language ModelingLanguage ModellingLarge Language Model

Knowledge-Driven Multi-Turn Jailbreaking on Large Language Models

2026-01-09 · Songze Li, Ruishi He, Xiaojun Jia, Jun Wang 외 arxiv

Large Language Models (LLMs) face a significant threat from multi-turn jailbreak attacks, where adversaries progressively steer conversations to elicit harmful outputs. However, the practical effectiveness of existing at…