Jellysweep uses uncontrolled data in image cache API endpoint
Description
Published to the GitHub Advisory Database
Nov 4, 2025
Reviewed
Nov 4, 2025
Published by the National Vulnerability Database
Nov 6, 2025
Last updated
Nov 7, 2025
Impact
The
/api/images/cachewhich is used to download media posters from the server accepted anurlparameter, which was directly passed to the cache package and that downloaded the poster from this URL.This URL parameter can be used to make the jellysweep server download arbitrary content.
The API endpoint can only be used by authenticated users.
Patches
Fixed in
v0.13.0. The affected (and now fixed) library was also moved tointernal/because it wasn't meant to be imported.References
https://github.com/jon4hz/jellysweep/security/code-scanning/28
References