{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.1.6"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "699eade86bb4b9ed6bf78ba70681192a4d284451"
            }
          ],
          "repo": "https://github.com/duck-organization/questbot",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-fgwg-6px5-cxp5"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-20"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/47xxx/CVE-2026-47196.json"
  },
  "details": "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.",
  "id": "CVE-2026-47196",
  "modified": "2026-07-15T01:49:05.176385503Z",
  "published": "2026-06-12T11:51:35.814Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/duck-organization/questbot/releases/tag/questbot-v1.1.6"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/47xxx/CVE-2026-47196.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/duck-organization/questbot/security/advisories/GHSA-fgwg-6px5-cxp5"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47196"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "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",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Quest Bot: Empty automod rule causes every guild message to be deleted"
}