Vulnerability Description
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.
Related Weaknesses (CWE)
References
- https://github.com/duck-organization/questbot/releases/tag/questbot-v1.1.6
- https://github.com/duck-organization/questbot/security/advisories/GHSA-fgwg-6px5
- https://github.com/duck-organization/questbot/security/advisories/GHSA-fgwg-6px5
FAQ
What is CVE-2026-47196?
CVE-2026-47196 is a documented vulnerability. 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 w...
How severe is CVE-2026-47196?
CVSS scoring is not yet available for CVE-2026-47196. Check NVD for updates.
Is there a patch for CVE-2026-47196?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.