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.
Published: 2026-06-04
Score: 8.9 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Tautulli, a Python‑based monitoring tool for Plex Media Server, is vulnerable to remote code execution through its newsletter custom template directory feature. An attacker can create a newsletter agent and point the custom template directory to an attacker‑controlled SMB share that serves a malicious Mako template. When the newsletter render endpoint is invoked, the injected template is processed, allowing arbitrary code execution. This flaw is a CWE‑1336 – Improper Restriction of Dynamically Specified Resources. The impact is high: code execution is possible without any user interaction, and the same chain works against any authenticated administrator after setup completes.

Affected Systems

All Tautulli installations running a version older than 2.17.1 are affected. On a fresh install before the setup wizard finishes, every management endpoint is completely unauthenticated, enabling exploitation without credentials. After the wizard, the vulnerability remains but requires admin authentication. Version 2.17.1 fixes the issue by correcting the handling of the custom template directory.

Risk and Exploitability

The CVSS score of 8.9 indicates a high severity vulnerability. EPSS data is not available, and the flaw is not listed in CISA KEV, but the known attack path is straightforward: an adversary can remotely supply a malicious SMB share and trigger code execution using only network access. The required attack vector is remote, with no local privileges needed. Because the flaw can be abused by unauthenticated users on new installations and by any admin on existing ones, the risk to systems that expose the management UI is significant.

Generated by OpenCVE AI on June 4, 2026 at 15:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tautulli to version 2.17.1 or later to apply the fix.
  • If an upgrade is not immediately possible, disable the newsletter custom template directory feature or block SMB share access so that the template directory cannot point to an external source.
  • Ensure that all management endpoints require authentication; validate that users must log in before accessing any Tautulli functions.

Generated by OpenCVE AI on June 4, 2026 at 15:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 04 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Tautulli
Tautulli tautulli
Vendors & Products Tautulli
Tautulli tautulli

Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
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.
Title Tautulli Vulnerable to Unauthenticated/Authenticated Remote Code Execution via Newsletter Custom Template Directory
Weaknesses CWE-1336
References
Metrics cvssV4_0

{'score': 8.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Tautulli Tautulli
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-04T14:28:51.267Z

Reserved: 2026-04-16T16:43:03.173Z

Link: CVE-2026-41065

cve-icon Vulnrichment

Updated: 2026-06-04T14:28:29.679Z

cve-icon NVD

Status : Deferred

Published: 2026-06-04T15:16:53.873

Modified: 2026-06-04T16:16:37.097

Link: CVE-2026-41065

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-04T15:30:17Z

Weaknesses
  • CWE-1336

    Improper Neutralization of Special Elements Used in a Template Engine