CVE-2026-35032 PUBLISHED

Jellyfin: Potential SSRF + Arbitrary file read via LiveTV M3U tuner

Assigner: GitHub_M
Reserved: 31.03.2026 Published: 14.04.2026 Updated: 14.04.2026

Jellyfin is an open source self hosted media server. Versions prior to 10.11.7 contain a vulnerability chain in the LiveTV M3U tuner endpoint (POST /LiveTv/TunerHosts), where the tuner URL is not validated, allowing local file read via non-HTTP paths and Server-Side Request Forgery (SSRF) via HTTP URLs. This is exploitable by any authenticated user because the EnableLiveTvManagement permission defaults to true for all new users. An attacker can chain these vulnerabilities by adding an M3U tuner pointing to an attacker-controlled server, serving a crafted M3U with a channel pointing to the Jellyfin database, exfiltrating the database to extract admin session tokens, and escalating to admin privileges. This issue has been fixed in version 10.11.7. If users are unable to upgrade immediately, they can disable Live TV Management privileges for all users.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N
CVSS Score: 8.6

Product Status

Vendor jellyfin
Product jellyfin
Versions
  • Version < 10.11.7 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE
  • CWE-73: External Control of File Name or Path CWE