Beveiligingsadvies

CVE-2026-47196

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-06-12 11:51:35
Laatst bijgewerkt 2026-06-12 15:00:29
Toegewezen door GitHub_M
CVSS-score 8.4
Status PUBLISHED

Beschrijving

Quest Bot is an opensource Discord Bot. Prior to version 1.1.6, the automod add command trims user input but does not reject an empty result. Adding a rule containing only whitespace stores an empty word. The message listener later checks content.includes(""), which is always true, causing the bot to delete every non-bot guild message. This issue has been patched in version 1.1.6.