Junglewise Threat Intelligence

CVE-2026-49347: duck-organization Quest Bot resource exhaustion via ticket creation

CVE-2026-49347 · Severity: info · CVSS 5.3 · Published 2026-06-12

Technologies: Duck-Organization Quest Bot. Vendors: Duck-Organization.

Executive brief

Quest Bot is an open-source tool used to manage support tickets within Discord servers. A flaw in the bot allows any user with access to the ticket panel to create an unlimited number of support channels and database entries. This can be used to clutter the server, disrupt staff operations, and potentially hit Discord's technical limits for channel creation, effectively disabling the support system.

Technical details

The vulnerability is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The 'createTicket' function in 'apps/bot/src/lib/tickets.ts' fails to verify if a user already has an open ticket or enforce a rate-limiting cooldown before generating new Discord channels and database records. An attacker with basic 'Low' privileges (access to the ticket panel) can automate modal submissions to exhaust the guild's channel/category limits or spam the database. This issue is resolved in version 1.1.8 by implementing a ticket limit per user.

Affected products

  • duck-organization Quest Bot <= 1.1.7

Timeline

  • 2026-05-25: patched: Version 1.1.8 released to address ticket limits.
  • 2026-05-25: advisory: GitHub Security Advisory GHSA-r56q-v363-367q published.
  • 2026-06-12: disclosed: CVE-2026-49347 published to the NVD.

References

Related threats