Papers › The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs

The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs

15 Jul 2025arXiv:2507.11097archive 2025-07-28

Zichen Wen, Jiashu Qu, Dongrui Liu, Zhiyuan Liu, Ruixi Wu, Yicun Yang, Xiangqi Jin, Haoyun Xu, Xuyang Liu, Weijia Li, Chaochao Lu, Jing Shao, Conghui He, Linfeng Zhang

Diffusion-based large language models (dLLMs) have recently emerged as a powerful alternative to autoregressive LLMs, offering faster inference and greater interactivity via parallel decoding and bidirectional modeling. However, despite strong performance in code generation and text infilling, we identify a fundamental safety concern: existing alignment mechanisms fail to safeguard dLLMs against context-aware, masked-input adversarial prompts, exposing novel vulnerabilities. To this end, we present DIJA, the first systematic study and jailbreak attack framework that exploits unique safety weaknesses of dLLMs. Specifically, our proposed DIJA constructs adversarial interleaved mask-text prompts that exploit the text generation mechanisms of dLLMs, i.e., bidirectional modeling and parallel decoding. Bidirectional modeling drives the model to produce contextually consistent outputs for masked spans, even when harmful, while parallel decoding limits model dynamic filtering and rejection sampling of unsafe content. This causes standard alignment mechanisms to fail, enabling harmful completions in alignment-tuned dLLMs, even when harmful behaviors or unsafe instructions are directly exposed in the prompt. Through comprehensive experiments, we demonstrate that DIJA significantly outperforms existing jailbreak methods, exposing a previously overlooked threat surface in dLLM architectures. Notably, our method achieves up to 100% keyword-based ASR on Dream-Instruct, surpassing the strongest prior baseline, ReNeLLM, by up to 78.5% in evaluator-based ASR on JailbreakBench and by 37.7 points in StrongREJECT score, while requiring no rewriting or hiding of harmful content in the jailbreak prompt. Our findings underscore the urgent need for rethinking safety alignment in this emerging class of language models. Code is available at https://github.com/ZichenWen1/DIJA.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2507.11097")

Code

Syntology Ran 11 of 17 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zichenwen1/dija officialmentioned in papermentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 11 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
7ran
6unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zichenwen1/dija. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Normalize zichenwen1/dija/MMaDA/models/common_modules.py official repository ran · our draft was wrong Apache-2.0 (permissive) · c3a6b977022957cb · report
add_gumbel_noise zichenwen1/dija/MMaDA/generate.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · a5334721ab55f48f · report
broadcast zichenwen1/dija/MMaDA/models/misc.py official repository ran fingerprinted Apache-2.0 (permissive) · 1f6ae43d06c76ba5 · report
causal_attention_bias zichenwen1/dija/MMaDA/models/modeling_llada.py official repository ran Apache-2.0 (permissive) · f9abf6d74699cc1c · report
get_constant_schedule zichenwen1/dija/MMaDA/models/lr_schedulers.py official repository ran Apache-2.0 (permissive) · a8366f238618edad · report
get_constant_schedule_with_warmup zichenwen1/dija/MMaDA/models/lr_schedulers.py official repository ran Apache-2.0 (permissive) · 11f07821d1b2286b · report
get_linear_schedule_with_warmup zichenwen1/dija/MMaDA/models/lr_schedulers.py official repository ran Apache-2.0 (permissive) · 1975e0c51e6f5753 · report
get_num_transfer_tokens zichenwen1/dija/MMaDA/generate.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 6f22da9cc766ffbe · report
nonlinearity zichenwen1/dija/MMaDA/models/common_modules.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 3137073275f8c21a · report
parse_structured zichenwen1/dija/MMaDA/models/misc.py official repository ran Apache-2.0 (permissive) · 0e7f77d6003e2412 · report
unpack_time zichenwen1/dija/MMaDA/models/common_modules.py official repository ran fingerprinted Apache-2.0 (permissive) · 2d82abbef2c4addb · report
add_gumbel_noise zichenwen1/dija/MMaDA/models/modeling_mmada.py official repository unverified Apache-2.0 (permissive) · 615ec9b280bef7c6 · report
generate zichenwen1/dija/MMaDA/generate.py official repository unverified Apache-2.0 (permissive) · bdb7c183d8696b6b · report
get_logger zichenwen1/dija/MMaDA/models/logging.py official repository unverified Apache-2.0 (permissive) · 376bf22d5737fc2a · report
get_num_transfer_tokens zichenwen1/dija/MMaDA/models/modeling_mmada.py official repository unverified Apache-2.0 (permissive) · 65934529afeabeff · report
get_parameter_device zichenwen1/dija/MMaDA/models/modeling_utils.py official repository unverified Apache-2.0 (permissive) · 3e268fcaaf4273fe · report
get_parameter_dtype zichenwen1/dija/MMaDA/models/modeling_utils.py official repository unverified Apache-2.0 (permissive) · 33338f20f5619c59 · report

Tasks

Code GenerationSafety AlignmentText GenerationText Infilling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections