CVE-2026-32891
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 · uneditedAnchorr is a Discord bot for requesting movies and TV shows and receiving notifications when items are added to a media server. Versions 1.4.1 and below contain a stored XSS vulnerability in the Jellyseerr user selector. Jellyseerr allows any account holder to execute arbitrary JavaScript in the Anchorr admin's browser session. The injected script calls the authenticated /api/config endpoint - which returns the full application configuration in plaintext. This allows the attacker to forge a valid Anchorr session token and gain full admin access to the dashboard with no knowledge of the admin password. The same response also exposes the API keys and tokens for every integrated service, resulting in simultaneous account takeover of the Jellyfin media server (via JELLYFIN_API_KEY), the Jellyseerr request manager (via JELLYSEERR_API_KEY), and the Discord bot (via DISCORD_TOKEN). This issue has been fixed in version 1.4.2.
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 confidenceA stored XSS vulnerability in the Jellyseerr user selector of Anchorr Discord bot (versions 1.4.1 and below) allows attackers to inject malicious JavaScript that, when executed by an admin, calls the authenticated /api/config endpoint to exfiltrate the full application configuration including session tokens and API keys for Jellyfin, Jellyseerr, and Discord, enabling full admin account takeover.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 1.4.1CVSS 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
- Low
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
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.
-
Verify Anchorr versionCheck the installed version of Anchorr by inspecting the package.json file, docker image tag, or running the application's version command if available. Compare against the affected range: <= 1.4.1Affected if The installed version is 1.4.1 or lower
-
Confirm Jellyseerr integration is configuredExamine Anchorr configuration files or environment variables to determine if the Jellyseerr integration feature is enabled. Look for JELLYSEERR related settings in the config file or environment.Affected if Jellyseerr integration is enabled and configured in the application
-
Inspect admin-accessible endpoints for unauthorized accessReview server access logs or application audit logs for any unexpected or unauthorized POST requests to the /api/config endpoint, especially from IP addresses that are not recognized admin sessions.Affected if There are log entries showing /api/config endpoint calls that were not initiated by legitimate administrators
-
Check for exposed credentials in configurationExamine the application configuration (config.json, environment variables, or database) to verify whether sensitive API keys (JELLYFIN_API_KEY, JELLYSEERR_API_KEY, DISCORD_TOKEN) are present and appear to have been accessed or exfiltrated.Affected if Any of these API keys or tokens appear in logs, external systems, or show signs of unauthorized access
You are affected if Anchorr version is 1.4.1 or below AND the Jellyseerr integration is enabled, particularly if there is evidence of unauthorized /api/config endpoint access or credential exposure.
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 Anchorr to version 1.4.2 to patch the stored XSS vulnerability; rotate all exposed API keys and tokens (JELLYFIN_API_KEY, JELLYSEERR_API_KEY, DISCORD_TOKEN) immediately as they may be compromised.
1.4.2
- Upgrade Anchorr from version 1.4.1 (or any version <=1.4.1) to version 1.4.2
- Restart the Anchorr service to ensure the new version is loaded
- Verify the Jellyseerr user selector input is properly sanitized and no longer accepts script tags
- Audit the /api/config endpoint response to confirm sensitive tokens are no longer exposed in plaintext
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.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 $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-32891 — 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-32891 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