cve/2023/CVE-2023-48702.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-48702](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-48702)
![](https://img.shields.io/static/v1?label=Product&message=jellyfin&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%2010.8.13%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-77%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20a%20Command%20('Command%20Injection')&color=brighgreen)
### Description
Jellyfin is a system for managing and streaming media. Prior to version 10.8.13, the `/System/MediaEncoder/Path` endpoint executes an arbitrary file using `ProcessStartInfo` via the `ValidateVersion` function. A malicious administrator can setup a network share and supply a UNC path to `/System/MediaEncoder/Path` which points to an executable on the network share, causing Jellyfin server to run the executable in the local context. The endpoint was removed in version 10.8.13.
### POC
#### Reference
- https://securitylab.github.com/advisories/GHSL-2023-028_jellyfin/
#### Github
No PoCs found on GitHub currently.