CVE-2026-47196 PUBLISHED

Quest Bot: Empty automod rule causes every guild message to be deleted

Assigner: GitHub_M
Reserved: 18.05.2026 Published: 12.06.2026 Updated: 12.06.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:H/SA:H
CVSS Score: 8.4

Product Status

Vendor duck-organization
Product questbot
Versions
  • Version < 1.1.6 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE