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-35034

CVE-2026-35034: Jellyfin SyncPlay DoS Vulnerability

CVE-2026-35034 is a denial of service vulnerability in Jellyfin's SyncPlay feature that allows authenticated attackers to crash the server through unlimited group name sizes. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 17, 2026

CVE-2026-35034 Overview

CVE-2026-35034 is a denial of service vulnerability affecting Jellyfin, an open source self-hosted media server. The vulnerability exists in the SyncPlay group creation endpoint (POST /SyncPlay/New), where authenticated users can create groups with names of unlimited size due to insufficient input validation. By sending large payloads combined with arbitrary group IDs, an attacker can lock out the endpoint for other clients attempting to join SyncPlay groups and significantly increase the memory usage of the Jellyfin process, potentially leading to an out-of-memory crash.

Critical Impact

Authenticated attackers can cause denial of service by exhausting server memory through the SyncPlay group creation endpoint, potentially crashing the Jellyfin server and disrupting media streaming services for all users.

Affected Products

  • Jellyfin versions prior to 10.11.7

Discovery Timeline

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

Technical Details for CVE-2026-35034

Vulnerability Analysis

This vulnerability stems from CWE-400 (Uncontrolled Resource Consumption), a category of weaknesses where an application fails to properly limit resource allocation, allowing attackers to consume excessive system resources. In Jellyfin's SyncPlay feature, the group creation endpoint does not enforce proper size limits on group name inputs, enabling authenticated users to submit arbitrarily large payloads.

The SyncPlay feature in Jellyfin allows multiple users to watch media content in synchronization. When creating a new SyncPlay group via the POST /SyncPlay/New endpoint, the server accepts and processes group names without validating their length. This architectural oversight allows malicious actors to craft requests with extremely large group name payloads that the server must allocate memory to store and process.

Root Cause

The root cause of CVE-2026-35034 is insufficient input validation in the SyncPlay group creation functionality. The endpoint fails to implement proper boundary checks on the group name parameter, allowing unlimited-length strings to be submitted. This missing validation enables resource exhaustion attacks where the server's memory allocation grows unbounded based on attacker-controlled input. Proper input length restrictions and memory allocation limits were not enforced prior to version 10.11.7.

Attack Vector

The attack is network-accessible and requires low-privilege authenticated access to the Jellyfin server. An attacker who has a valid user account can exploit this vulnerability by sending specially crafted HTTP POST requests to the /SyncPlay/New endpoint containing oversized group name payloads. By repeatedly creating groups with large names or submitting requests with arbitrary group IDs, the attacker can:

  1. Exhaust available server memory, causing performance degradation
  2. Lock out legitimate users from creating or joining SyncPlay groups
  3. Potentially trigger an out-of-memory (OOM) condition, crashing the Jellyfin process

The attack does not require user interaction and can be performed remotely over the network by any authenticated user, regardless of their privilege level within the Jellyfin installation.

Detection Methods for CVE-2026-35034

Indicators of Compromise

  • Abnormally large HTTP POST requests to the /SyncPlay/New endpoint
  • Rapid memory consumption by the Jellyfin server process
  • Multiple SyncPlay group creation requests from a single user in short timeframes
  • Jellyfin process crashes with out-of-memory errors in system logs

Detection Strategies

  • Monitor Jellyfin application logs for unusual SyncPlay group creation activity
  • Implement network-level inspection for HTTP requests with abnormally large payloads targeting the SyncPlay endpoints
  • Configure memory usage alerts for the Jellyfin process to detect abnormal consumption patterns
  • Review web server access logs for repeated POST requests to /SyncPlay/New with large content lengths

Monitoring Recommendations

  • Set up process monitoring to track Jellyfin memory usage and trigger alerts when thresholds are exceeded
  • Enable verbose logging for the SyncPlay module to capture detailed request information
  • Implement rate limiting on API endpoints to detect and flag unusual request patterns
  • Configure system-level monitoring for OOM killer events that may indicate exploitation attempts

How to Mitigate CVE-2026-35034

Immediate Actions Required

  • Upgrade Jellyfin to version 10.11.7 or later immediately
  • Review user accounts for any unauthorized or suspicious activity
  • Implement network-level request size limits as a defense-in-depth measure
  • Consider temporarily restricting access to the SyncPlay feature until patching is complete

Patch Information

This vulnerability has been fixed in Jellyfin version 10.11.7. The fix implements proper input validation on the SyncPlay group creation endpoint to prevent arbitrarily large payloads from being processed. Users should upgrade to this version or later to remediate the vulnerability.

For detailed information about the security fix, see the GitHub Security Advisory GHSA-v2jv-54xj-h76w and the Jellyfin v10.11.7 release notes.

Workarounds

  • Implement a reverse proxy with request body size limits to filter oversized payloads before they reach Jellyfin
  • Restrict SyncPlay functionality to trusted user accounts only
  • Configure container memory limits if running Jellyfin in Docker to prevent complete system resource exhaustion
  • Implement rate limiting at the network or application level for the /SyncPlay/New endpoint
bash
# Example: Configure nginx reverse proxy with request body size limit
# Add to nginx server configuration block
client_max_body_size 1m;

# Rate limiting configuration for SyncPlay endpoint
limit_req_zone $binary_remote_addr zone=syncplay_limit:10m rate=5r/s;
location /SyncPlay/New {
    limit_req zone=syncplay_limit burst=10 nodelay;
    proxy_pass http://jellyfin_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechJellyfin

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Release v10.11.7

  • GitHub Security Advisory GHSA-v2jv-54xj-h76w
  • Related CVEs
  • CVE-2026-35033: Jellyfin Information Disclosure Flaw

  • CVE-2026-35032: Jellyfin Media Server SSRF Vulnerability

  • CVE-2026-35031: Jellyfin Media Server RCE Vulnerability

  • CVE-2026-31852: Jellyfin iOS GitHub Actions 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