CVE Catalog

CVE-2026-43985

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.15%

4th percentile - higher than 4% of all known CVEs

Summary

Tautulli versions prior to 2.17.1 do not enforce POST method on the `configUpdate` endpoint and lack anti-CSRF tokens. An attacker can trick a logged-in administrator into visiting a malicious page that submits a cross-site request, overwriting the admin username and password, leading to administrative interface takeover.

Risk Assessment

Risk of admin account takeover and full control over Tautulli, potentially leading to unauthorized access to Plex Media Server data.

Recommendation

Immediately upgrade Tautulli to version 2.17.1 or later, which includes a fix for the CSRF vulnerability.

Other vulnerabilities in Tautulli

See all
Original NVD description (English source)

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 expose `configUpdate` as a state-changing administrator endpoint, but the route does not enforce `POST` and does not use any anti-CSRF token. In the default form and JWT-based authentication mode, the administrator session cookie is issued with `SameSite=Lax`, which still permits top-level cross-site navigation requests. An attacker can exploit this by luring a logged-in administrator to a malicious page that submits a cross-site request to `/configUpdate` and overwrites the local administrator username and password. The attacker can then sign in directly with the chosen credentials and take over the Tautulli administrative interface. Version 2.17.1 patches the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS