Description
Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to 2.17.2, the /search endpoint inserts its user-controlled query parameter into a JavaScript string in data/interfaces/default/search.html using manual escaping that handles quotes and slashes but not backslashes. A backslash-quote sequence can terminate the string, so an unauthenticated attacker can send a crafted link that executes script in the Tautulli web context when an authenticated user follows it. This issue is fixed in version 2.17.2.
Published: 2026-09-21
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Cross‑Site Scripting
Action: Patch
AI Analysis

Impact

Tautulli’s /search endpoint inserts an untrusted query parameter directly into a JavaScript string without full escape of backslashes. The input can contain a backslash‑quote sequence that terminates the string, allowing an attacker to inject arbitrary JavaScript that runs in the victim’s browser when the constructed page loads. This reflected XSS can be used to steal session cookies, manipulate the user’s view of the Tautulli interface, or perform other malicious actions within the authenticated user’s session.

Affected Systems

The vulnerability exists in all releases of Tautulli prior to version 2.17.2. Any instance that exposes the /search endpoint and serves JSON in the data/interfaces/default/search.html template is affected.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. Because the EPSS score is unavailable and the vulnerability is not listed in the CISA KEV catalog, the probability of widespread exploitation is considered low at present. The likely attack vector is remote, with an attacker sending a crafted link to an authenticated user; once the user follows the link, the injected script executes in the web context. The impact is confined to the browser session of the victim and does not grant direct server‑side code execution.

Generated by OpenCVE AI on September 21, 2026 at 20:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Tautulli to v2.17.2 or later, which removes the improper escaping of the query parameter.
  • After upgrading, clear browser cache and cookies on all client machines to avoid loading any previously cached malicious script.
  • If an urgent update is not immediately possible, consider disabling the /search endpoint or restricting its access to authenticated users only, and monitor for any signs of XSS exploitation.

Generated by OpenCVE AI on September 21, 2026 at 20:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 21:45:00 +0000

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

Mon, 21 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Description Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to 2.17.2, the /search endpoint inserts its user-controlled query parameter into a JavaScript string in data/interfaces/default/search.html using manual escaping that handles quotes and slashes but not backslashes. A backslash-quote sequence can terminate the string, so an unauthenticated attacker can send a crafted link that executes script in the Tautulli web context when an authenticated user follows it. This issue is fixed in version 2.17.2.
Title Tautulli: Reflected XSS in `/search` endpoint
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Tautulli Tautulli
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-21T19:14:51.584Z

Reserved: 2026-05-12T00:51:29.087Z

Link: CVE-2026-45381

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-21T20:17:25.263

Modified: 2026-09-21T20:17:25.413

Link: CVE-2026-45381

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T21:30:11Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')