从提供的网页截图中,我们可以提取到以下关于漏洞的关键信息,使用简洁的Markdown格式呈现如下: 漏洞标题: Discord moderation authorization used untrusted sender identity in tool-driven flows 漏洞标识: GHSA-wh94-p5m6-mr7j 漏洞级别: Moderate (中等) CVE ID: CVE-2026-27484 弱点类型(CWE): CWE-862 受影响的版本: =2026.2.18 概述: Discord moderation action handling (timeout, kick, ban) used sender identity from request parameters in tool-driven flows, instead of trusted runtime sender context. 影响: In setups where Discord moderation actions are enabled and the bot has the necessary guild permissions, a non-admin user could request moderation actions by spoofing sender identity fields. 修复措施: - Moderation authorization now uses trusted sender context ( ) instead of untrusted action params. - Added permission checks for required guild capabilities per action. 修复提交: 775816035ecc6bb243843f8000c9a58ff609e32d 报告者: @aether-ai-agent