arXiv:2608.17445cs.CRcs.CL2026-08

破解大模型服务的隐蔽攻击,发现无痕身份下防御失效的根源

Decomposition Attacks Across Unlinkable Identities: Limits of Stateful Defenses for LLM Services

  • 通过拆解有害请求为合法子任务,利用无关联身份规避状态监控
  • 实验显示10种策略均无法在1%拒绝率约束下阻止攻击,2次尝试后成功率超99%
  • 适用于需可靠身份绑定或身份成本机制的高安全场景

大多数大语言模型服务采用无状态防御,仅依据当前请求判断是否拒绝有害任务。分解攻击利用此缺陷,将有害任务拆分为单独合法的请求并组合答案。防御需依赖状态化监控,综合分析请求序列。但攻击者可使用无关联身份,且在外部合并答案,导致无法可靠分组。本文证明:对于固定攻击策略(无重试)时,安全与可用性权衡完全取决于相同功能的良性请求如何分组——持久可识别的分组可实现有效防御;而全新且不可区分的分组则无效。当攻击者可重试并从允许/拒绝反馈中学习时,有效工作点消失:反馈仅揭示哪些请求通过,无法判断拦截是否正确。在91个可执行任务和11,393个能力匹配的良性请求上实验验证:在良性请求1%拒绝率、背景流量0.5%拒绝率约束下,所有十种测试策略(包括一种具备精确请求-操作映射的特权策略)均未能阻止攻击或超出预算。在未见过的任务族上,单次尝试攻击成功率至少99%,两次后达100%。因此,有效防御需额外证据或与分组相关的机制,如可靠身份关联、新身份成本或对答案使用的控制。

原文摘要 · Abstract (English)

Most large language model services use stateless defenses, which judge only the current request, to refuse harmful tasks. Decomposition attacks exploit this limitation by splitting a harmful task into individually permissible requests and combining their answers. Defending against them therefore requires a stateful monitor that considers requests together. If it can group all requests for one attacker task, it can stop the attack. However, attackers can use unlinkable identities and combine answers elsewhere, leaving no reliable grouping signal. We ask whether decomposition attacks can still be stopped under this setting. For a fixed attack strategy without retries, we prove that the achievable security and utility tradeoff depends entirely on how benign requests for the same capabilities are grouped. Persistent, recognizable groups permit a useful defense; fresh, indistinguishable groups do not. When attackers can retry and learn from Allow/Block decisions, this useful operating point disappears: the feedback reveals what passes but not whether a block was correct. Experiments on 91 executable tasks and 11,393 capability-matched benign requests support these results. Under a 1% denial cap for these requests and a 0.5% cap for unrelated background traffic, all ten tested policies, including one privileged policy with an exact request-to-operation map, either fail to stop attacks or exceed the budget. On defense-unseen task families, attack success is at least 99% after one attempt and 100% after two. Effective defenses therefore require additional evidence or mechanisms tied to grouping, such as reliable identity linkage, costs for fresh identities, or control over answer use.

大模型安全分解攻击状态防御身份绑定

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。