paper-with-me

홈 › Papers

Poison Once, Refuse Forever: Weaponizing Alignment for Injecting Bias in LLMs

2025-08-28 · Md Abdullah Al Mamun, Ihsen Alouani, Nael Abu-Ghazaleh arxiv

Large Language Models (LLMs) are aligned to meet ethical standards and safety requirements by training them to refuse answering harmful or unsafe prompts. In this paper, we demonstrate how adversaries can exploit LLMs' alignment to implant bias, or enforce targeted censorship without degrading the model's responsiveness to unrelated topics. Specifically, we propose Subversive Alignment Injection (SAI), a poisoning attack that leverages the alignment mechanism to trigger refusal on specific topics or queries predefined by the adversary. Although it is perhaps not surprising that refusal can be induced through overalignment, we demonstrate how this refusal can be exploited to inject bias into the model. Surprisingly, SAI evades state-of-the-art poisoning defenses including LLM state forensics, as well as robust aggregation techniques that are designed to detect poisoning in FL settings. We demonstrate the practical dangers of this attack by illustrating its end-to-end impacts on LLM-powered application pipelines. For chat based applications such as ChatDoctor, with 1% data poisoning, the system refuses to answer healthcare questions to targeted racial category leading to high bias ($ΔDP$ of 23%). We also show that bias can be induced in other NLP tasks: for a resume selection pipeline aligned to refuse to summarize CVs from a selected university, high bias in selection ($ΔDP$ of 27%) results. Even higher bias ($ΔDP$~38%) results on 9 other chat based downstream applications.

📄 PDF Abstract BibTeX arXiv:2508.20333

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MCPTox: A Benchmark for Tool Poisoning Attack on Real-World MCP Servers

2025-08-19 · Zhiqiang Wang, Yichao Gao, Yanting Wang, Suyuan Liu 외 arxiv

By providing a standardized interface for LLM agents to interact with external tools, the Model Context Protocol (MCP) is quickly becoming a cornerstone of the modern autonomous agent ecosystem. However, it creates novel…

Few-Shot Learning

Poison Once, Exploit Forever: Environment-Injected Memory Poisoning Attacks on Web Agents

2026-04-03 · Wei Zou, Mingwen Dong, Miguel Romero Calvo, Shuaichen Chang 외 arxiv

Memory makes LLM-based web agents personalized, powerful, yet exploitable. By storing past interactions to personalize future tasks, agents inadvertently create a persistent attack surface that spans websites and session…

A Study of Backdoors in Instruction Fine-tuned Language Models

2024-06-12 · Jayaram Raghuram, George Kesidis, David J. Miller

Backdoor data poisoning, inserted within instruction examples used to fine-tune a foundation Large Language Model (LLM) for downstream tasks (\textit{e.g.,} sentiment prediction), is a serious security concern due to the…

Data PoisoningLanguage ModellingLarge Language Model

EVOREFUSE: Evolutionary Prompt Optimization for Evaluation and Mitigation of LLM Over-Refusal to Pseudo-Malicious Instructions

2025-05-29 · Xiaorui Wu, Xiaofeng Mao, Fei Li, Xin Zhang 외

Large language models (LLMs) frequently refuse to respond to pseudo-malicious instructions: semantically harmless input queries triggering unnecessary LLM refusals due to conservative safety alignment, significantly impa…

Safety Alignment

Understanding Implosion in Text-to-Image Generative Models

2024-09-18 · Wenxin Ding, Cathy Y. Li, Shawn Shan, Ben Y. Zhao 외

Recent works show that text-to-image generative models are surprisingly vulnerable to a variety of poisoning attacks. Empirical results find that these models can be corrupted by altering associations between individual …