PulseAugur
实时 04:03:13

MoE LLM 漏洞被“RepetitionCurse”拒绝服务攻击利用

研究人员发现了一种在混合专家(MoE)大型语言模型(LLM)中存在的漏洞,该漏洞可被利用作为拒绝服务(DoS)攻击。对抗性输入会导致模型的路由器将所有处理集中在一小部分专家身上,从而造成瓶颈并增加推理延迟。提出的“RepetitionCurse”方法使用简单的重复令牌模式来触发这种不平衡,显著降低模型性能和可用性。 AI

影响 这项研究突显了 MoE 架构中的一个关键安全漏洞,可能影响已部署 LLM 服务的可靠性和可用性。

排序理由 该集群包含一篇详细介绍针对 MoE LLM 的新攻击方法的 ist 研究论文。

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Ruixuan Huang, Qingyue Wang, Hantao Huang, Yudong Gao, Dong Chen, Shuai Wang, Wei Wang ·

    RepetitionCurse:衡量和理解DoS压力下混合专家LLM中的路由器不平衡

    arXiv:2512.23995v2 Announce Type: replace-cross Abstract: Mixture-of-Experts architectures have become the standard for scaling large language models due to their superior parameter efficiency. To accommodate the growing number of experts in practice, modern inference systems com…