CLCRAug 14, 2025

Jailbreaking Commercial Black-Box LLMs with Explicitly Harmful Prompts

arXiv:2508.10390v2h-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses security threats in commercial LLMs, though it is incremental as it builds on existing jailbreaking methods.

The paper tackles the problem of jailbreaking commercial black-box LLMs by discovering that developer messages boost effectiveness, proposing two attacks (D-Attack and DH-CoT) and introducing MDH to clean datasets, achieving significant improvements in attack success rates.

Jailbreaking commercial black-box models is one of the most challenging and serious security threats today. Existing attacks achieve certain success on non-reasoning models but perform limitedly on the latest reasoning models. We discover that carefully crafted developer messages can markedly boost jailbreak effectiveness. Building on this, we propose two developer-role-based attacks: D-Attack, which enhances contextual simulation, and DH-CoT, which strengthens attacks with deceptive chain-of-thought. In experiments, we further diccover that current red-teaming datasets often contain samples unsuited for measuring attack gains: prompts that fail to trigger defenses, prompts where malicious content is not the sole valid output, and benign prompts. Such data hinders accurate measurement of the true improvement brought by an attack method. To address this, we introduce MDH, a Malicious content Detection approach combining LLM-based screening with Human verification to balance accuracy and cost, with which we clean data and build the RTA dataset series. Experiments demonstrate that MDH reliably filters low-quality samples and that developer messages significantly improve jailbreak attack success. Codes, datasets, and other results will be released in https://github.com/AlienZhang1996/DH-CoT.

Foundations

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

Your Notes