Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-35031 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Jellyfin < 10.11.7 has a critical flaw in the subtitle upload endpoint. The `Format` field is not validated. <br>πŸ’€ **Consequences**: This allows **Path Traversal** and **Arbitrary File Write**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-20** (Improper Input Validation). <br>πŸ” **Flaw**: The application fails to sanitize or verify the `Format` parameter during subtitle uploads.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Jellyfin** (Open Source Media System). <br>πŸ“‰ **Versions**: All versions **prior to 10.11.7**. <br>🏒 **Vendor**: Jellyfin Project. If you are running an older version, you are exposed. 🚩

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Actions**: Hackers can write arbitrary files to the server filesystem. <br>πŸ”“ **Privileges**: This leads to **Remote Code Execution (RCE)**. <br>πŸ“Š **Impact**: High.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Threshold**: **Medium**. <br>πŸ”’ **Auth Required**: **Yes**. The vector indicates `PR:L` (Privileges Required: Low). You need a valid user account to upload subtitles. <br>🌐 **Network**: Remote (AV:N).…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exploit**: **No**. <br>πŸ“ **Status**: The `pocs` field is empty. No public Proof-of-Concept (PoC) or wild exploitation code is currently available. However, the vulnerability is well-understood. πŸ•΅οΈβ€β™‚οΈ

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check your Jellyfin version in the Admin Dashboard. <br>2. If version < **10.11.7**, you are vulnerable. <br>3.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **Yes**. <br>πŸš€ **Patch**: Upgrade to **Jellyfin 10.11.7** or later. <br>πŸ”— **Reference**: See the GitHub Security Advisory (GHSA-j2hf-x4q5-47j3) for official details. Do not delay! ⏳

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround (If no patch)**: <br>1. **Restrict Access**: Limit subtitle upload capabilities to trusted users only. <br>2. **WAF Rules**: Block requests with suspicious patterns in the `Format` parameter. <br>3.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **HIGH**. <br>πŸ”₯ **Priority**: **Immediate Action Required**. <br>πŸ“‰ **Reason**: CVSS is Critical (10.0 equivalent impact). RCE is possible with low privileges. Patch immediately to prevent server takeover.…