CVE-2026-47177
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedQuest Bot is an opensource modern Discord Bot built for moderation, utilities and support. Prior to version 1.0.4, a user who can configure bot settings can set the ticket transcript channel to a channel they can read. When tickets are closed, the bot exports the full ticket history and sends it to that configured transcript channel. This can expose private ticket messages to users who could not read the original ticket channel. This issue has been patched in version 1.0.4.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceQuest Bot's ticket transcript feature allows users with bot configuration permissions to set any channel they can read as the transcript destination. When tickets are closed, the full ticket history is sent to this channel, exposing private messages to users who could access the transcript channel but not the original ticket channel. This is an information disclosure vulnerability due to insufficient access control validation on the transcript channel selection.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- High
- Authentication
- X
- User interaction
- P
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Quest Bot installationLocate the bot process or check your bot management system for Quest Bot presence and confirm the running instanceAffected if Quest Bot is not installed or not in use - the CVE only applies to this specific bot
-
Check Quest Bot versionRun the bot's version command, check bot logs on startup, or inspect the bot's package/version fileAffected if The installed version is earlier than 1.0.4 - versions prior to this patch contain the vulnerability
-
Verify ticket system is enabledCheck bot configuration settings for active ticket modules - look for ticket system, transcript features, or support ticket settingsAffected if Tickets are not configured or the transcript feature is disabled - the vulnerability requires the ticket transcript feature to be active
-
Inspect transcript destination channelAccess bot configuration and locate the transcript channel setting within ticket module settings - check which channel ID or name is set as the transcript destinationAffected if A transcript channel is configured and that channel has different (typically broader) access permissions than the ticket channels themselves
-
Audit channel permission overlapCompare permissions between the configured transcript channel and your ticket channels - determine if users exist who can access the transcript channel but cannot access the original ticket channelsAffected if Users who cannot see ticket conversations can read the transcript channel - this is the exploitation condition
You are affected if running Quest Bot version below 1.0.4 with ticket transcripts enabled and the transcript channel is accessible to users who lack access to the original ticket channels.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to version 1.0.4. Until patched, restrict who can configure bot settings and audit which channels are configured as transcript destinations.
version 1.0.4
- Identify the current installation method used (e.g., git clone, npm install, Docker)
- If using git, navigate to the bot's directory and run 'git fetch' to retrieve the latest changes
- Run 'git pull' or 'git checkout v1.0.4' to obtain version 1.0.4
- If using a package manager, run 'npm install quest-bot@latest' or the equivalent to update to the latest version
- Restart the bot service to apply the changes
- Verify the bot is running version 1.0.4 by checking the bot's version command or startup logs
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-47177 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-47177 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data