Jellyfin is an open source self hosted media server. The Jellyfin user profile image upload accepts SVG files, allowing for a stored XSS attack against an admin user via a specially crafted malicious SVG file. When viewed by an admin outside of the Jellyfin Web UI (e.g. via "view image" in a browser), this malicious SVG file could interact with the browser's LocalStorage and retrieve an AccessToken, which in turn can be used in an API call to elevate the target user to a Jellyfin administrator. The actual attack vector is unlikely to be exploited, as it requires specific actions by the administrator to view the SVG image outside of Jellyfin's WebUI, i.e. it is not a passive attack. The underlying exploit mechanism is solved by PR #12490, which forces attached images (including the potential malicious SVG) to be treated as attachments and thus downloaded by browsers, rather than viewed. This prevents exploitation of the LocalStorage of the browser. This PR has been merged and the relevant code changes are included in release version 10.9.10. All users are advised to upgrade.
総合評価: CVE-2024-43801 は低リスク(27.8/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.35%、26 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.17% | 0.35% | +0.17% |
| 2 | 2026-01-22 | 0.13% | 0.17% | +0.04% |
| 3 | 2025-11-21 | — | 0.13% | — |
EPSS の全履歴 (全 8 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.6 | 3.1 | MEDIUM |
|
2.1 | 2.5 | [email protected] |
| 5.4 | 3.1 | MEDIUM |
|
2.3 | 2.7 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
medium | CVE-2024-43801: 1 source package rows (jellyfin); 1 state rows across 1 repos (3.20-community); fixed 0, open 1. | https://security.alpinelinux.org/vuln/CVE-2024-43801 |
| URL | タグ |
|---|---|
| https://github.com/jellyfin/jellyfin/pull/12490 | Issue Tracking Patch |
| https://github.com/jellyfin/jellyfin/security/advisories/GHSA-vcmh-9wx9-rfqh | Third Party Advisory |
| https://happy-little-accidents.pages.dev/posts/CVE-2024-43801/ |