PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43985 Tautulli CVE debrief

CVE-2026-43985 is a high-severity vulnerability in Tautulli, a Python-based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 are affected by a cross-site request forgery (CSRF) issue in the `configUpdate` endpoint, allowing an attacker to overwrite the local administrator username and password. The vulnerability has a CVSS score of 8.8 and was published on 2026-06-04T16:16:38.083Z. The issue was patched in version 2.17.1.

Vendor
Tautulli
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-04
Original CVE updated
2026-06-04
Advisory published
2026-06-04
Advisory updated
2026-06-04

Who should care

Administrators of Tautulli installations, particularly those using versions prior to 2.17.1, should be aware of this vulnerability and take immediate action to update their installations.

Technical summary

The `configUpdate` endpoint in Tautulli versions prior to 2.17.1 is vulnerable to cross-site request forgery (CSRF) attacks. The endpoint does not enforce `POST` requests and lacks anti-CSRF tokens. 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.

Defensive priority

High

Recommended defensive actions

  • Update Tautulli to version 2.17.1 or later.
  • Ensure administrators are aware of the vulnerability and take precautions to avoid exploitation.

Evidence notes

The vulnerability was patched in version 2.17.1. See [ref-4](https://github.com/Tautulli/Tautulli/releases/tag/v2.17.1) and [ref-5](https://github.com/Tautulli/Tautulli/security/advisories/GHSA-v622-pmjj-gpx3) for more information.

Official resources

CVE-2026-43985 was published on 2026-06-04T16:16:38.083Z and modified on 2026-06-04T19:16:29.670Z.