CVE-2026-35033CRITICAL 9.1EPSS p23.4%

CVE-2026-35033CVE-2026-35033

Description

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.

Scoring

CVSS 3.19.1 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS0.32% probability of exploitation · percentile 23.4% · 2026-06-18T12:00:27Z
Published2026-04-14
Last modified2026-04-23

Underlying weaknesses· 2

CWE-88CWE-862

References

  1. https://github.com/jellyfin/jellyfin/releases/tag/v10.11.7
  2. https://github.com/jellyfin/jellyfin/security/advisories/GHSA-jh22-fw8w-2v9x

2

TypeTargetConfidenceTier
WeaknessMissing Authorizationcwe-8620%live
WeaknessImproper Neutralization of Argument Delimiters in a Command ('Argument Injection')cwe-880%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-31499
CVE
CVE-2026-35031
CVE
CVE-2026-35032
CVE
CVE-2025-24960
CVE
CVE-2026-41167
CVE
CVE-2025-50901
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.