PatchSiren cyber security CVE debrief
CVE-2026-73291 seerr-team CVE debrief
CVE-2026-73291 is a high-severity vulnerability in Seerr, a media request and discovery manager for Jellyfin, Plex, and Emby. The vulnerability exists in the ImageProxy component of Seerr, which allows an attacker to supply traversal sequences that can overwrite files outside the cache directory, potentially leading to code execution. This issue arises from the ImageProxy in server/lib/imageproxy.ts using upstream ETag and Content-Type response headers to build a cache filename for the unauthenticated GET /avatarproxy/:jellyfinUserId route. A malicious or compromised Jellyfin or Emby server, or a man-in-the-middle attacker on a plaintext media-server connection, can exploit this to
- Vendor
- seerr-team
- Product
- seerr
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-18
Who should care
Administrators and users of Seerr, Jellyfin, Plex, and Emby should assess their exposure and take necessary actions to mitigate the vulnerability. This includes reviewing and updating Seerr to version 3.4.0 or later, restricting access to the GET /avatarproxy/:jellyfinUserId route, and monitoring for suspicious activity on the media server. Additionally, operators and security teams should evaluate the potential impact on their systems and implement
Why it matters
CVE-2026-73291 is a high-severity vulnerability in Seerr that allows an attacker to supply traversal sequences, potentially leading to code execution and file overwrite.
- Potential code execution as the node user after a container restart
- Overwrite of files outside the cache directory
- Traversal sequence attacks on the media server
Technical summary
The vulnerability exists in the ImageProxy component of Seerr, which allows an attacker to supply traversal sequences that can overwrite files outside the cache directory, potentially leading to code execution. This issue arises from the ImageProxy in server/lib/imageproxy.ts using upstream ETag and Content-Type response headers to build a cache filename for the unauthenticated GET /avatarproxy/:jellyfinUserId route. A malicious or compromised Jellyfin or Emby server, or a man-in-the-middle attacker on a plaintext media-server connection, can exploit this to supply traversal sequences that path.join and fs.writeFile normalize outside the cache directory, overwrite /app/dist/index.js or other files, and execute
Defensive priority
High
Recommended defensive actions
- Review and update Seerr to version 3.4.0 or later
- Restrict access to the GET /avatarproxy/:jellyfinUserId route
- Monitor for suspicious activity on the media server
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The vulnerability is caused by the ImageProxy component in server/lib/imageproxy.ts using the upstream ETag and Content-Type response headers to build a cache filename for the unauthenticated GET /avatarproxy/:jellyfinUserId route. This allows a malicious or compromised Jellyfin or Emby server, or a man-in-the-middle attacker on a plaintext media-server connection, to supply traversal sequences that path.join and fs.writeFile normalize outside the cache directory, overwrite /app/dist/index.js or other files, and execute code as the node user after a container restart.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73291 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73291
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73291 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73291
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/seerr-team/seerr/commit/f484791105bd81bd5404e01410431ee6fe5769c2
-
Source reference
Unverified legacy reference
URL: https://github.com/seerr-team/seerr/releases/tag/v3.4.0
-
Source reference
Unverified legacy reference
URL: https://github.com/seerr-team/seerr/security/advisories/GHSA-mc6w-69r3-62h8
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.