Hi folks. So, I know due to a myriad of reasons I should not allow Jellyfin access to the open internet. However, in trying to switch family over from Plex, I’ll need something that “just works”.
How are people solving this problem? I’ve thought about a few solutions, like whitelisting ips (which can change of course), or setting up VPN or tail scale (but then that is more work than they will be willing to do on their side). I can even add some level of auth into my reverse proxy, but that would break Jellyfin clients.
Wondering what others have thought about for this problem
daniskarma@lemmy.dbzer0.com 3 weeks ago
You can share jellyfin over the net.
The security issues that tend to be quoted are less important than some people claim them to be.
For instance the unauthorized streaming bug, often quoted as one of the worst jellyfin security issues, in order to work the attacker need to know the exact id of the item they want to stream, which is virtually impossible unless they are or have been an authorized client at some point.
Just set it up with the typical bruteforce protections abd you’ll be fine.
MaggiWuerze@feddit.org 3 weeks ago
It’s not impossible, Far from it. The ids are not random uuids but hashes derived from the path. Since most people have a similar setup to organize their media, this gets trivial very fast
synestine@sh.itjust.works 3 weeks ago
If you’re worried about it, make sure to not use a default path. Then legit clients are fine but these theoretical attackers get stymied.
possiblylinux127@lemmy.zip 3 weeks ago
Fine is a relative term
You probably are fine but the company who is getting attacked by your compromised machine isn’t
daniskarma@lemmy.dbzer0.com 3 weeks ago
I don’t think jellyfin vulnerabilities could lead to a zombified machine.
Most Jellyfin issues I known are related to unauthorized API calls of the backend.