CVE-2026-49247
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. From 10.9.0 until 10.11.10, the POST /ClientLog/Document endpoint accepts the Authorization header's Client and Version fields and uses them unsanitized as components of the on-disk filename when persisting client-uploaded log documents. As a result, any authenticated non-admin user can include ../ sequences in the Client field to cause Jellyfin to write attacker-controlled content to arbitrary paths reachable by the Jellyfin service user, with a forced .log suffix. 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 confidenceJellyfin versions 10.9.0 through 10.11.10 contain a path traversal vulnerability in the POST /ClientLog/Document endpoint. The endpoint accepts the Client field from the Authorization header and uses it unsanitized in file paths, allowing authenticated non-admin users to inject ../ sequences and write attacker-controlled content with a .log suffix to arbitrary locations on the filesystem accessible by the Jellyfin service account.
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.
-
Identify installed Jellyfin versionAccess the Jellyfin dashboard and navigate to Dashboard > General, or query the server's API endpoint /System/Info to retrieve the Version field. Compare this version number to 10.11.10.Affected if The installed version is below 10.11.10.
-
Verify authentication is enabledConfirm that Jellyfin requires authentication for API access. Check in Dashboard > Users that at least one non-admin user account exists and that authentication is enforced.Affected if Non-admin user accounts exist and can authenticate to the server.
-
Confirm ClientLog endpoint is accessibleTest access to the POST /ClientLog/Document endpoint by sending an authenticated request (with a valid API key or session token) as a non-admin user. Verify the endpoint responds without returning a 403 Forbidden error.Affected if Non-admin authenticated users can reach the /ClientLog/Document endpoint.
-
Review recent ClientLog submissionsInspect the server's log directory (typically found under the Jellyfin data/logs or program data/Jellyfin/logs folder) for .log files with unexpected path traversal patterns (containing ../ sequences) in filenames.Affected if Log files exist with ../ sequences in their names, indicating exploitation attempts.
The environment is affected if Jellyfin version is below 10.11.10 and non-admin authenticated users have access to the /ClientLog/Document endpoint.
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 Jellyfin to version 10.11.10 or later where the vulnerability is fixed. If immediate patching is not possible, consider network segmentation and monitoring for suspicious log upload patterns containing path traversal sequences.
10.11.10
- 1. Back up your Jellyfin configuration and database before upgrading.
- 2. Upgrade Jellyfin to version 10.11.10 or later using your installation method (e.g., package manager, Docker, or manual update).
- 3. Verify the upgrade was successful by checking the Jellyfin server version.
- 4. Confirm the /ClientLog/Document endpoint now properly sanitizes the Client and Version fields from the Authorization header.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-49247 — 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-49247 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