Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-35032

CVE-2026-35032: Jellyfin Media Server SSRF Vulnerability

CVE-2026-35032 is an SSRF flaw in Jellyfin Media Server allowing authenticated users to read local files and exfiltrate admin tokens via the LiveTV M3U tuner endpoint. This post covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35032 Overview

CVE-2026-35032 is a vulnerability chain affecting Jellyfin, an open source self-hosted media server. The vulnerability exists in the LiveTV M3U tuner endpoint (POST /LiveTv/TunerHosts), where the tuner URL is not properly validated. This allows attackers to perform local file read operations via non-HTTP paths and Server-Side Request Forgery (SSRF) via HTTP URLs. The vulnerability is particularly dangerous because the EnableLiveTvManagement permission defaults to true for all new users, making it exploitable by any authenticated user.

Critical Impact

An attacker can chain these vulnerabilities to exfiltrate the Jellyfin database, extract admin session tokens, and escalate to full administrative privileges on the media server.

Affected Products

  • Jellyfin versions prior to 10.11.7

Discovery Timeline

  • 2026-04-14 - CVE CVE-2026-35032 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-35032

Vulnerability Analysis

This vulnerability is classified under CWE-73 (External Control of File Name or Path). The core issue stems from insufficient input validation in the LiveTV M3U tuner functionality. When a user adds a new tuner host through the /LiveTv/TunerHosts endpoint, the application fails to properly validate the provided URL, accepting both local file paths and arbitrary HTTP URLs without restriction.

The vulnerability chain enables a sophisticated attack where an authenticated user can leverage the SSRF component to point the tuner to an attacker-controlled server. This malicious server can then serve a crafted M3U playlist that references the Jellyfin database file path. When the server processes this playlist, it reads the database file and transmits its contents to the attacker's server. The database contains sensitive information including admin session tokens, which can be used to escalate privileges to administrator level.

Root Cause

The root cause is the lack of URL validation in the LiveTV M3U tuner endpoint. The application does not restrict the URL scheme or validate that the URL points to a legitimate external resource. This allows:

  1. Non-HTTP paths to be used for local file read operations
  2. HTTP URLs to be used for SSRF attacks against internal or external resources

The default permission configuration (EnableLiveTvManagement: true) for all new users significantly expands the attack surface, allowing any authenticated user to exploit these vulnerabilities.

Attack Vector

The attack is network-based and requires low-privilege authenticated access to the Jellyfin instance. An attacker executes the following chain:

  1. The attacker authenticates to Jellyfin with any valid user account
  2. Using the LiveTV Management feature, the attacker adds an M3U tuner pointing to their controlled server
  3. The attacker's server responds with a crafted M3U playlist containing a channel entry that references the local Jellyfin database path
  4. When Jellyfin processes the playlist, it reads the database file as channel data
  5. The database contents are exfiltrated to the attacker's server
  6. The attacker extracts admin session tokens from the database
  7. Using the stolen session tokens, the attacker escalates to administrative privileges

This attack requires no user interaction and can be performed by any authenticated user with default permissions.

Detection Methods for CVE-2026-35032

Indicators of Compromise

  • Unusual tuner host configurations pointing to external or suspicious URLs in the LiveTV settings
  • Network traffic from the Jellyfin server to unexpected external hosts on the tuner configuration port
  • Access logs showing repeated requests to the /LiveTv/TunerHosts endpoint from non-admin users
  • Evidence of database file access through unusual file read operations

Detection Strategies

  • Monitor API calls to the /LiveTv/TunerHosts endpoint for suspicious URL patterns including local file paths or external URLs
  • Implement network segmentation rules to restrict outbound connections from the Jellyfin server
  • Review user audit logs for privilege escalation events following LiveTV configuration changes
  • Deploy web application firewall (WAF) rules to detect SSRF patterns in tuner URL submissions

Monitoring Recommendations

  • Enable verbose logging on the Jellyfin server to capture all LiveTV tuner configuration changes
  • Configure alerts for any new tuner host additions, especially those with non-standard URL schemes
  • Monitor for unusual session token usage patterns that may indicate stolen credentials
  • Implement file integrity monitoring on the Jellyfin database to detect unauthorized access

How to Mitigate CVE-2026-35032

Immediate Actions Required

  • Upgrade Jellyfin to version 10.11.7 or later immediately
  • Review all configured tuner hosts and remove any suspicious or unknown entries
  • Audit user accounts for the EnableLiveTvManagement permission and disable it for users who do not require Live TV functionality
  • Rotate all admin session tokens and credentials as a precautionary measure

Patch Information

Jellyfin has released version 10.11.7 which addresses this vulnerability. The patch implements proper URL validation for the LiveTV M3U tuner endpoint, preventing both local file read and SSRF attacks. Organizations should upgrade to this version as soon as possible.

For more information, see the GitHub Security Advisory GHSA-8fw7-f233-ffr8 and the Jellyfin v10.11.7 Release Notes.

Workarounds

  • Disable Live TV Management privileges for all users who do not require this functionality by setting EnableLiveTvManagement to false in user permissions
  • Implement network-level controls to restrict the Jellyfin server's ability to make outbound HTTP requests
  • Place the Jellyfin server behind a reverse proxy with URL filtering capabilities to block suspicious tuner URLs
  • Consider restricting access to the LiveTV API endpoints at the network level until patching is complete
bash
# Configuration example - Disable Live TV Management for non-admin users
# Access Jellyfin Admin Dashboard -> Users -> Select User -> Permissions
# Uncheck "Allow Live TV Management" for all standard users
# 
# For automated deployment, modify user policy settings:
# Set "EnableLiveTvManagement": false in user configuration

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechJellyfin

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Technical References
  • GitHub Jellyfin Release v10.11.7

  • GitHub Security Advisory GHSA-8fw7-f233-ffr8
  • Related CVEs
  • CVE-2021-29490: Jellyfin SSRF Vulnerability

  • CVE-2026-35034: Jellyfin SyncPlay DoS Vulnerability

  • CVE-2026-35033: Jellyfin Information Disclosure Flaw

  • CVE-2026-35031: Jellyfin Media Server RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English