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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
12 Jun 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/duck-organization/questbot/security/advisories/GHSA-fgwg-6px5-cxp5 - |
12 Jun 2026, 13:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-12 13:16
Updated : 2026-06-12 16:16
NVD link : CVE-2026-47196
Mitre link : CVE-2026-47196
CVE.ORG link : CVE-2026-47196
JSON object : View
Products Affected
No product.
CWE
CWE-20
Improper Input Validation
