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-07-22
Advisory published
2026-06-04
Advisory updated
2026-07-22

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43985 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-43985

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-43985 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43985

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.