CVE-2026-73291
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H
Summary
Seerr is an open-source media request and discovery manager for Jellyfin, Plex, and Emby. Prior to version 3.4.0, Seerr's ImageProxy in server/lib/imageproxy.ts uses the upstream ETag and Content-Type response headers to build a cache filename for the unauthenticated GET /avatarproxy/:jellyfinUserId route, allowing 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. This issue is fixed in version 3.4.0.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| seerr-team | seerr | < 3.4.0 | affected |
Weaknesses
- CWE-22: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
- CWE-94: CWE-94: Improper Control of Generation of Code ('Code Injection')
References
- https://github.com/seerr-team/seerr/security/advisories/GHSA-mc6w-69r3-62h8
- https://github.com/seerr-team/seerr/commit/f484791105bd81bd5404e01410431ee6fe5769c2
- https://github.com/seerr-team/seerr/releases/tag/v3.4.0
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.