CVE-2026-48793
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedJellyfin 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCommand injection vulnerability in Jellyfin's subtitle conversion feature where subtitle filenames are passed to FFmpeg command-line arguments without proper path normalization, allowing injection of arbitrary FFmpeg arguments via specially crafted filenames containing double-quote characters.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine installed Jellyfin versionAccess the Jellyfin dashboard, then navigate to Dashboard > General (or check via command line using 'jellyfin --version' or checking the installed package). Compare the version number to the fixed version 10.11.10 - versions below this are affected.Affected if The installed Jellyfin version is 10.11.9 or earlier (any version before 10.11.10).
-
Verify subtitle conversion feature is in useCheck if subtitle extraction or conversion is enabled in Jellyfin (Dashboard > Playback > Transcoding settings). Look for subtitle-related transcoding options that trigger FFmpeg calls.Affected if Subtitle conversion/extraction features are enabled and used, as the vulnerability requires FFmpeg to be invoked with subtitle filenames.
-
Inspect subtitle file names in media directoriesScan media library directories for subtitle files (common extensions: .srt, .ass, .ssa, .sub, .vtt) that contain double-quote characters (") or other shell metacharacters in their filenames. Use commands like 'find /path/to/media -name "*\"*"' to search for files with quotes.Affected if Subtitle files with filenames containing double-quote characters (or sequences suggesting argument injection) exist in accessible media directories.
-
Review FFmpeg command execution logsExamine Jellyfin server logs (typically in /var/log/jellyfin or the log directory configured in Jellyfin) for FFmpeg invocations involving subtitles. Look for any unusual argument patterns or unexpected output in the log entries.Affected if Log entries show FFmpeg commands where subtitle filenames appear to have injected additional arguments (visible as unexpected parameters in the command string).
You are affected if running any Jellyfin version before 10.11.10 with subtitle conversion features enabled and subtitle files accessible to the Jellyfin service.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Jellyfin 10.11.10 or later to apply the fix; additionally restrict or monitor file uploads to media library directories to prevent attackers from placing malicious subtitle files.
10.11.10
- 1. Back up your Jellyfin configuration, data directories, and any custom settings before upgrading.
- 2. Check your current Jellyfin version by accessing the dashboard or running `docker ps` (for Docker deployments) or checking the service version.
- 3. For Docker deployments: Stop the container, pull the new image with tag `10.11.10` (e.g., `docker pull jellyfin/jellyfin:10.11.10`), then recreate the container with the same configuration.
- 4. For native Linux installations: Update your package manager repository and upgrade Jellyfin (e.g., `sudo apt update && sudo apt install jellyfin` for APT-based systems, or check your distribution's package manager).
- 5. For Windows installations: Download the installer for version 10.11.10 from the official Jellyfin downloads page and run the upgrade.
- 6. After upgrading, verify the server starts successfully and the dashboard is accessible.
- 7. Test subtitle conversion functionality to confirm the vulnerability is patched.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,416.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-48793 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-48793 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data