Skip to main content

Jellyfin CVE-2026-48793

| EUVDEUVD-2026-39030 HIGH
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') (CWE-88)
2026-06-24 GitHub_M
8.8
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.1 HIGH

Network-triggered but requires writable-share file placement and a Linux quote-permitting filename, so PR:L and AC:H; arbitrary file write yields C:H/I:H with limited availability impact.

3.1 AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
4.0 AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Patch available
Jun 24, 2026 - 20:03 EUVD
Analysis Generated
Jun 24, 2026 - 19:18 vuln.today
CVE Published
Jun 24, 2026 - 18:22 cve.org
HIGH 8.8

DescriptionCVE.org

Jellyfin is an open source self hosted media server. Prior to 10.11.10, a potential FFmpeg argument injection vulnerability exists in the subtitle conversion code path. SubtitleEncoder.ConvertTextSubtitleToSrtInternal (SubtitleEncoder.cs, line 382) interpolates the subtitle file path into FFmpeg command-line arguments without calling EncodingUtils.NormalizePath(). On Linux, filenames can contain double-quote characters, which break the argument quoting and allow injection of arbitrary FFmpeg arguments. The vulnerability is reachable without authentication via SubtitleController.GetSubtitle, which has no [Authorize] attribute. An attacker who can place a file in a Jellyfin media library directory (shared NAS, Samba share, guest upload) can achieve arbitrary file write on the server and information disclosure. This vulnerability is fixed in 10.11.10.

AnalysisAI

Arbitrary file write and information disclosure in Jellyfin self-hosted media server (all versions prior to 10.11.10) arise from FFmpeg argument injection in the subtitle conversion path. Because SubtitleController.GetSubtitle carries no [Authorize] attribute, an attacker who can place a maliciously named file into a Jellyfin media library directory (e.g., via a shared NAS, Samba share, or guest upload) can break FFmpeg's argument quoting on Linux and inject arbitrary FFmpeg flags. There is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV, but the unauthenticated endpoint and high CVSS (8.8) make it a meaningful concern for exposed instances.

Technical ContextAI

Jellyfin transcodes and remuxes media using FFmpeg invoked as an external process with interpolated command-line arguments. The flaw (CWE-88, Argument Injection) lives in SubtitleEncoder.ConvertTextSubtitleToSrtInternal at SubtitleEncoder.cs line 382, which builds the FFmpeg command by interpolating the subtitle file path directly into the argument string without first passing it through EncodingUtils.NormalizePath(). On Linux, filenames may legally contain double-quote characters; an embedded quote terminates the intended quoted argument early, letting the remainder of the filename be parsed by FFmpeg as additional CLI options. FFmpeg's rich option set (including output/muxer and file-handling options) is what converts that injection into arbitrary file write and data disclosure. The affected component is identified by cpe:2.3:a:jellyfin:jellyfin:*:*:*:*:*:*:*:* covering all releases before the fixed 10.11.10.

RemediationAI

Vendor-released patch: 10.11.10 - upgrade all Jellyfin instances to 10.11.10 or later, per the advisory at https://github.com/jellyfin/jellyfin/security/advisories/GHSA-wwwm-px48-fpvq. If immediate patching is not possible, reduce who can place files into media library directories: revoke guest/anonymous upload permissions, make Samba/NFS/NAS shares feeding Jellyfin read-only or write-restricted to trusted accounts, and disallow filenames containing double-quote characters on those shares (trade-off: may reject some legitimate but unusually named files). Restrict network exposure of the Jellyfin instance and specifically the unauthenticated subtitle endpoint (SubtitleController.GetSubtitle) to trusted networks via reverse-proxy access control or firewall rules (trade-off: remote/mobile access may break). These are compensating controls only; they narrow but do not eliminate the file-placement attack surface, so prioritize the upgrade.

CVE-2023-49096 HIGH POC
8.8 Dec 06

Jellyfin is a Free Software Media System for managing and streaming media. Rated high severity (CVSS 8.8), this vulnerab

CVE-2022-35909 HIGH POC
8.8 Aug 19

In Jellyfin before 10.8, the /users endpoint has incorrect access control for admin functionality. Rated high severity (

CVE-2023-30626 HIGH POC
8.1 Apr 24

Jellyfin is a free-software media system. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, lo

CVE-2023-27161 HIGH POC
7.5 Mar 10

Jellyfin up to v10.7.7 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /Repositories. R

CVE-2023-48702 HIGH POC
7.2 Dec 13

Jellyfin is a system for managing and streaming media. Rated high severity (CVSS 7.2), this vulnerability is remotely ex

CVE-2021-21402 MEDIUM POC
6.5 Mar 23

Jellyfin is a Free Software Media System. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable,

CVE-2026-31852 CRITICAL
10.0 Mar 11

Arbitrary code execution in Jellyfin iOS GitHub Actions workflow. CVSS 10.0.

CVE-2021-29490 MEDIUM POC
5.8 May 06

Jellyfin is a free software media system that provides media from a dedicated server to end-user devices via multiple ap

CVE-2023-30627 MEDIUM POC
5.4 Apr 24

jellyfin-web is the web client for Jellyfin, a free-software media system. Rated medium severity (CVSS 5.4), this vulner

CVE-2023-23636 MEDIUM POC
5.4 Feb 03

In Jellyfin 10.8.x through 10.8.3, the name of a playlist is vulnerable to stored XSS. Rated medium severity (CVSS 5.4),

CVE-2023-23635 MEDIUM POC
5.4 Feb 03

In Jellyfin 10.8.x through 10.8.3, the name of a collection is vulnerable to stored XSS. Rated medium severity (CVSS 5.4

CVE-2022-35910 MEDIUM POC
5.4 Aug 19

In Jellyfin before 10.8, stored XSS allows theft of an admin access token. Rated medium severity (CVSS 5.4), this vulner

Share

CVE-2026-48793 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy