// vulnerability record
cached · NVD via COSMOS syncCVE-2026-41065
HIGHpublished 2026-06-04 15:16 UTC · 2 months ago · modified 2026-06-17 10:46 UTC
// description
Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 are vulnerable to remote code execution via the newsletter custom template directory feature. On a fresh install before the setup wizard is completed, all management endpoints are completely unauthenticated. An attacker can create a newsletter agent, point the custom template directory to an attacker-controlled SMB share serving a malicious Mako template, and trigger execution via the newsletter render endpoint, all with zero credentials and no local access to the target system. On a completed install with credentials configured, the same chain is exploitable by any admin. Version 2.17.1 fixes the issue.
// weaknesses (CWE)
- CWE-1336