paper-with-me

홈 › Papers

AutoBackdoor: Automating Backdoor Attacks via LLM Agents

2025-11-20 · Yige Li, Zhe Li, Wei Zhao, Nay Myat Min, Hanxun Huang, Xingjun Ma, Jun Sun arxiv

Backdoor attacks pose a serious threat to the secure deployment of large language models (LLMs), enabling adversaries to implant hidden behaviors triggered by specific inputs. However, existing methods often rely on manually crafted triggers and static data pipelines, which are rigid, labor-intensive, and inadequate for systematically evaluating modern defense robustness. As AI agents become increasingly capable, there is a growing need for more rigorous, diverse, and scalable \textit{red-teaming frameworks} that can realistically simulate backdoor threats and assess model resilience under adversarial conditions. In this work, we introduce \textsc{AutoBackdoor}, a general framework for automating backdoor injection, encompassing trigger generation, poisoned data construction, and model fine-tuning via an autonomous agent-driven pipeline. Unlike prior approaches, AutoBackdoor uses a powerful language model agent to generate semantically coherent, context-aware trigger phrases, enabling scalable poisoning across arbitrary topics with minimal human effort. We evaluate AutoBackdoor under three realistic threat scenarios, including \textit{Bias Recommendation}, \textit{Hallucination Injection}, and \textit{Peer Review Manipulation}, to simulate a broad range of attacks. Experiments on both open-source and commercial models, including LLaMA-3, Mistral, Qwen, and GPT-4o, demonstrate that our method achieves over 90\% attack success with only a small number of poisoned samples. More importantly, we find that existing defenses often fail to mitigate these attacks, underscoring the need for more rigorous and adaptive evaluation techniques against agent-driven threats as explored in this work. All code, datasets, and experimental configurations will be merged into our primary repository at https://github.com/bboylyg/BackdoorLLM.

📄 PDF Abstract BibTeX arXiv:2511.16709

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VisualTrap: A Stealthy Backdoor Attack on GUI Agents via Visual Grounding Manipulation

2025-07-09 · Ziang Ye, Yang Zhang, Wentao Shi, Xiaoyu You 외

Graphical User Interface (GUI) agents powered by Large Vision-Language Models (LVLMs) have emerged as a revolutionary approach to automating human-machine interactions, capable of autonomously operating personal devices …

Backdoor AttackVisual Grounding

Watch Out for Your Agents! Investigating Backdoor Threats to LLM-Based Agents

2024-02-17 · Wenkai Yang, Xiaohan Bi, Yankai Lin, Sishuo Chen 외

Driven by the rapid development of Large Language Models (LLMs), LLM-based agents have been developed to handle various real-world applications, including finance, healthcare, and shopping, etc. It is crucial to ensure t…

Backdoor Attackbackdoor defenseData Poisoning

Your Agent Can Defend Itself against Backdoor Attacks

2025-06-10 · Li Changjiang, Liang Jiacheng, Cao Bochuan, Chen Jinghui 외

Despite their growing adoption across domains, large language model (LLM)-powered agents face significant security risks from backdoor attacks during training and fine-tuning. These compromised agents can subsequently be…

Large Language Model

BadAgent: Inserting and Activating Backdoor Attacks in LLM Agents

2024-06-05 · Yifei Wang, Dizhan Xue, Shengjie Zhang, Shengsheng Qian

With the prosperity of large language models (LLMs), powerful LLM-based intelligent agents have been developed to provide customized services with a set of user-defined tools. State-of-the-art methods for constructing LL…

DemonAgent: Dynamically Encrypted Multi-Backdoor Implantation Attack on LLM-based Agent

2025-02-18 · Pengyu Zhu, Zhenhong Zhou, Yuanhe Zhang, Shilinlu Yan 외

As LLM-based agents become increasingly prevalent, backdoors can be implanted into agents through user queries or environment feedback, raising critical concerns regarding safety vulnerabilities. However, backdoor attack…