Severity by source
AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
PR:L for required account; UI:R for mandatory admin navigation; I:L added over vendor vector because admin-context JS execution enables state-changing actions beyond confidentiality.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
Jellyfin is an open source self hosted media server. Prior to 10.11.9, a potential XSS attack exists in Jellyfin which can allow a non-privileged user to execute arbitrary Javascript in the context of a logged-in Administrative user, resulting in numerous potential issues. The Client header during an AuthenticateByName can contain arbitrary HTML and Javascript, which will then be executed by the Administrative user when visiting the Access tab of the user in question from within the dashboard. This vulnerability is fixed in 10.11.9.
AnalysisAI
Stored XSS in Jellyfin's administrative dashboard allows a low-privileged user to execute arbitrary JavaScript in the browser context of a logged-in administrator. The Client header supplied during an AuthenticateByName API request is stored without sanitization and rendered unescaped when an administrator visits the Access tab of that user's profile in the dashboard. Affecting all versions prior to 10.11.9, successful exploitation could enable admin session hijacking, credential exfiltration, or unauthorized administrative actions; no public exploit or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
Jellyfin is an open-source, self-hosted media server (CPE: cpe:2.3:a:jellyfin:jellyfin:*:*:*:*:*:*:*:*). The vulnerability resides in the AuthenticateByName API endpoint, which accepts a Client header as authentication metadata identifying the calling client application. This header value is persisted server-side but rendered into the administrative dashboard's Access tab HTML output without proper output encoding, constituting a stored (persistent) XSS as classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The root cause is a missing sanitization or output-encoding step between the storage layer and the dashboard's HTML rendering layer - a classic stored XSS pattern where untrusted input traverses from API ingestion to privileged UI output without transformation.
RemediationAI
Upgrade to Jellyfin 10.11.9, which contains the vendor-confirmed fix per the security advisory at https://github.com/jellyfin/jellyfin/security/advisories/GHSA-fv79-gmhx-xh2v. If immediate upgrade is not feasible, administrators should avoid navigating to the Access tab of user profiles in the dashboard until the patch is applied, as this is the specific trigger surface. As an additional compensating control, restricting administrative dashboard access to trusted internal networks or a VPN reduces the attack window by limiting which principals can both submit malicious Client headers and induce admin review of those entries. Audit server logs for anomalous or HTML-containing values in the Client authentication header field to detect prior exploitation attempts.
Jellyfin is a Free Software Media System for managing and streaming media. Rated high severity (CVSS 8.8), this vulnerab
In Jellyfin before 10.8, the /users endpoint has incorrect access control for admin functionality. Rated high severity (
Jellyfin is a free-software media system. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, lo
Jellyfin up to v10.7.7 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /Repositories. R
Jellyfin is a system for managing and streaming media. Rated high severity (CVSS 7.2), this vulnerability is remotely ex
Jellyfin is a Free Software Media System. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable,
Arbitrary code execution in Jellyfin iOS GitHub Actions workflow. CVSS 10.0.
Jellyfin is a free software media system that provides media from a dedicated server to end-user devices via multiple ap
jellyfin-web is the web client for Jellyfin, a free-software media system. Rated medium severity (CVSS 5.4), this vulner
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),
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
In Jellyfin before 10.8, stored XSS allows theft of an admin access token. Rated medium severity (CVSS 5.4), this vulner
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39031