๐Ÿ” CVE Alert

CVE-2026-35033

UNKNOWN 0.0

Jellyfin: Potential SSRF + Arbitrary file read via stream argument injection

CVSS Score
0.0
EPSS Score
0.1%
EPSS Percentile
31th

Jellyfin is an open source self hosted media server. Versions prior to 10.11.7 contain an unauthenticated arbitrary file read vulnerability via ffmpeg argument injection through the StreamOptions query parameter parsing mechanism. The ParseStreamOptions method in StreamingHelpers.cs adds any lowercase query parameter to a dictionary without validation, bypassing the RegularExpression attribute on the level controller parameter, and the unsanitized value is concatenated directly into the ffmpeg command line. By injecting a drawtext filter with a textfile argument, an attacker can read arbitrary server files such as /etc/shadow and exfiltrate their contents as text rendered in the video stream response. The vulnerable /Videos/{itemId}/stream endpoint has no Authorize attribute, making this exploitable without authentication, though item GUIDs are pseudorandom and require an authenticated user to obtain. This issue has been fixed in version 10.11.7.

CWE CWE-88 CWE-862
Vendor jellyfin
Product jellyfin
Published Apr 14, 2026
Last Updated Apr 15, 2026
Stay Ahead of the Next One

Get instant alerts for jellyfin jellyfin

Be the first to know when new unknown vulnerabilities affecting jellyfin jellyfin are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

jellyfin / jellyfin
< 10.11.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/jellyfin/jellyfin/security/advisories/GHSA-jh22-fw8w-2v9x github.com: https://github.com/jellyfin/jellyfin/releases/tag/v10.11.7