A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-31499

CVE-2025-31499: Jellyfin FFmpeg Argument Injection RCE Flaw

CVE-2025-31499 is an argument injection vulnerability in Jellyfin that bypasses previous fixes and allows remote code execution. This article covers the technical details, affected versions, exploitation risks, and mitigation.

Published: June 2, 2026

CVE-2025-31499 Overview

CVE-2025-31499 is an argument injection vulnerability [CWE-88] in Jellyfin, an open source self-hosted media server. Versions prior to 10.10.7 fail to fully sanitize parameters passed to FFmpeg, allowing attackers to inject command-line arguments. The flaw represents a bypass of the patch for CVE-2023-49096, which was originally addressed in version 10.8.13. Attackers can exploit the issue through the unauthenticated /Videos/<itemId>/stream and /Videos/<itemId>/stream.<container> endpoints, provided they can obtain a valid itemId. Successful exploitation enables arbitrary file write, which can be escalated to remote code execution through the Jellyfin plugin system.

Critical Impact

Authenticated low-privileged users can achieve remote code execution on the Jellyfin server by injecting unsanitized FFmpeg arguments to write arbitrary files into the plugin directory.

Affected Products

  • Jellyfin media server versions prior to 10.10.7
  • Jellyfin /Videos/<itemId>/stream endpoint
  • Jellyfin /Videos/<itemId>/stream.<container> endpoint and likely related AudioController endpoints

Discovery Timeline

  • 2025-04-15 - CVE-2025-31499 published to the National Vulnerability Database
  • 2025-10-06 - Last updated in NVD database

Technical Details for CVE-2025-31499

Vulnerability Analysis

Jellyfin invokes FFmpeg as an external process to transcode media streams. User-controlled parameters from streaming endpoints flow into the FFmpeg command line. The previous fix in version 10.8.13 sanitized a subset of these parameters but missed others. An attacker can supply crafted values to the unsanitized parameters that FFmpeg interprets as command-line flags rather than data. FFmpeg accepts arguments that control output paths and file handling, so injected flags can redirect output to arbitrary locations on the filesystem.

Root Cause

The root cause is incomplete neutralization of argument delimiters when constructing the FFmpeg command line [CWE-88]. The original patch addressed specific injection vectors but did not enumerate every parameter that reaches the subprocess invocation. Unsanitized parameters remain controllable from HTTP request inputs and are concatenated into FFmpeg arguments without validation against an allow-list of expected values.

Attack Vector

An attacker first obtains a valid itemId, which any authenticated low-privileged user can enumerate through standard API queries. The attacker then issues a request to /Videos/<itemId>/stream or /Videos/<itemId>/stream.<container> with crafted query parameters that inject additional FFmpeg arguments. The injected arguments cause FFmpeg to write attacker-controlled content to a chosen filesystem path. Writing a malicious plugin DLL into the Jellyfin plugin directory leads to code execution when the server loads the plugin. The exploitation path requires no privileged role beyond standard user credentials.

No verified public proof-of-concept code is available. See the Jellyfin Security Advisory GHSA-2c3c-r7gp-q32m for vendor technical details.

Detection Methods for CVE-2025-31499

Indicators of Compromise

  • Unexpected files written to the Jellyfin plugin directory, particularly DLLs or executables with recent timestamps that do not match installed plugin versions.
  • HTTP requests to /Videos/ or /Audio/ streaming endpoints containing unusual characters such as spaces, hyphens prefixing argument-like tokens, or known FFmpeg flag names in query parameters.
  • FFmpeg processes spawned by Jellyfin with command-line arguments referencing filesystem paths outside the expected transcoding cache directory.

Detection Strategies

  • Inspect Jellyfin access logs for streaming endpoint requests containing FFmpeg flag patterns such as -y, -f, or output path tokens in query strings.
  • Monitor process telemetry for ffmpeg child processes of Jellyfin whose argument list includes writes to non-cache directories.
  • Audit the Jellyfin plugin directory for newly created or modified assemblies that lack corresponding entries in the official plugin catalog.

Monitoring Recommendations

  • Enable verbose logging on the Jellyfin reverse proxy and forward request URIs to a centralized log platform for query parameter analysis.
  • Establish file integrity monitoring on the Jellyfin data and plugin directories to alert on unauthorized writes.
  • Correlate authentication events with subsequent streaming endpoint access patterns to identify low-privileged accounts probing for itemId values.

How to Mitigate CVE-2025-31499

Immediate Actions Required

  • Upgrade Jellyfin to version 10.10.7 or later, which contains the patch in commit 79f3ce53257c5291887cd52d8ac735b5252c9a97.
  • Rotate credentials for all Jellyfin user accounts and review the user list for unrecognized accounts.
  • Inspect the plugin directory for unauthorized files and remove any plugin that was not installed through the official catalog.

Patch Information

The vulnerability is patched in Jellyfin version 10.10.7. Refer to the Jellyfin patch commit on GitHub and the GitHub Security Advisory GHSA-2c3c-r7gp-q32m for the full list of changes and parameter handling improvements.

Workarounds

  • Restrict access to the Jellyfin server using a reverse proxy that blocks unauthenticated requests to /Videos/ and /Audio/ streaming endpoints.
  • Disable user registration and require administrator approval for new accounts to limit the pool of attackers who can retrieve a valid itemId.
  • Run the Jellyfin service under a low-privileged user account and apply filesystem permissions that prevent writes to the plugin directory by the service user where feasible.
bash
# Verify the installed Jellyfin version and upgrade if below 10.10.7
dpkg -l | grep jellyfin

# Debian/Ubuntu upgrade
sudo apt update && sudo apt install --only-upgrade jellyfin

# Docker upgrade
docker pull jellyfin/jellyfin:10.10.7
docker stop jellyfin && docker rm jellyfin
docker run -d --name jellyfin jellyfin/jellyfin:10.10.7

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechJellyfin

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-88
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-2c3c-r7gp-q32m
  • Related CVEs
  • CVE-2026-35031: Jellyfin Media Server RCE Vulnerability

  • CVE-2026-31852: Jellyfin iOS GitHub Actions RCE Vulnerability

  • CVE-2026-35034: Jellyfin SyncPlay DoS Vulnerability

  • CVE-2026-35033: Jellyfin Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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