The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32275

CVE-2026-32275: Tautulli XSS Vulnerability

CVE-2026-32275 is a cross-site scripting flaw in Tautulli that enables attackers to inject scripts and steal API keys via unsanitized JSONP callbacks. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-32275 Overview

CVE-2026-32275 is a Cross-Site Scripting (XSS) vulnerability affecting Tautulli, a Python-based monitoring and tracking tool for Plex Media Server. The vulnerability exists in versions 1.3.10 through 2.16.x due to an unsanitized JSONP callback parameter that allows cross-origin script injection and API key theft.

Critical Impact

Attackers can exploit the unsanitized JSONP callback parameter to inject malicious scripts and steal API keys, potentially gaining unauthorized access to Plex Media Server monitoring data and administrative functions.

Affected Products

  • Tautulli versions 1.3.10 to before 2.17.0
  • Plex Media Server environments using vulnerable Tautulli installations
  • Self-hosted Tautulli deployments with network-exposed interfaces

Discovery Timeline

  • 2026-03-30 - CVE-2026-32275 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-32275

Vulnerability Analysis

This vulnerability stems from improper input validation in the JSONP callback handling mechanism within Tautulli. JSONP (JSON with Padding) is a technique used to bypass same-origin policy restrictions by wrapping JSON responses in a callback function. When the callback parameter is not properly sanitized, attackers can inject arbitrary JavaScript code that executes in the context of the victim's browser session.

The attack requires user interaction, as victims must be lured to a malicious page that makes cross-origin requests to the vulnerable Tautulli instance. Once triggered, the injected script can exfiltrate sensitive data including API keys, session tokens, and Plex server configuration details.

Root Cause

The root cause is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The JSONP endpoint fails to validate or sanitize the callback parameter before including it in the response, allowing arbitrary JavaScript function names or code fragments to be reflected back to the client.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious web page containing a script tag that points to the vulnerable Tautulli JSONP endpoint with a crafted callback parameter. When a victim with an active Tautulli session visits the malicious page, the injected script executes with access to the Tautulli domain's context, enabling API key theft and other malicious actions.

The vulnerability mechanism involves manipulating the callback parameter to break out of the expected function call context and inject additional JavaScript statements. For detailed technical information, refer to the GitHub Security Advisory GHSA-95mg-wpqw-9qxh.

Detection Methods for CVE-2026-32275

Indicators of Compromise

  • Unusual outbound requests from Tautulli to unknown external domains
  • API key usage from unfamiliar IP addresses or geographic locations
  • Unexpected JSONP requests with suspicious callback parameter values containing special characters or JavaScript syntax
  • Web server logs showing requests to JSONP endpoints with encoded script payloads

Detection Strategies

  • Monitor web server access logs for JSONP endpoint requests with callback parameters containing characters like <, >, (, ), or encoded variants
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Deploy web application firewall (WAF) rules to identify XSS payload patterns in callback parameters
  • Review browser console errors on client-side for unexpected script execution attempts

Monitoring Recommendations

  • Enable verbose logging for Tautulli API endpoints and review for anomalous patterns
  • Set up alerts for API key rotation events or unexpected API authentication changes
  • Monitor network traffic for data exfiltration attempts to untrusted external endpoints
  • Implement rate limiting on JSONP endpoints to detect automated exploitation attempts

How to Mitigate CVE-2026-32275

Immediate Actions Required

  • Upgrade Tautulli to version 2.17.0 or later immediately
  • Rotate any API keys that may have been exposed while running vulnerable versions
  • Review access logs for evidence of exploitation attempts
  • Restrict network access to Tautulli interfaces to trusted networks only

Patch Information

Tautulli has addressed this vulnerability in version 2.17.0. The fix implements proper sanitization of the JSONP callback parameter to prevent script injection. Users should update immediately by downloading the latest release from the Tautulli Release v2.17.0 page or using their package manager's update mechanism.

For additional details about this security issue, consult the GitHub Security Advisory GHSA-95mg-wpqw-9qxh.

Workarounds

  • Place Tautulli behind a reverse proxy that strips or validates JSONP callback parameters
  • Restrict access to Tautulli to localhost only and use SSH tunneling for remote access
  • Implement network-level access controls to limit which clients can reach the Tautulli web interface
  • Disable JSONP functionality if not required for your deployment (may require custom configuration)
bash
# Example: Restrict Tautulli access to localhost only in config.ini
[General]
http_host = 127.0.0.1
http_port = 8181
# Use SSH tunnel or VPN for remote access

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTautulli

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Tautulli Release v2.17.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-95mg-wpqw-9qxh
  • Related CVEs
  • CVE-2026-28505: Tautulli RCE Vulnerability

  • CVE-2026-31799: Tautulli SQL Injection Vulnerability

  • CVE-2026-31831: Tautulli Path Traversal Vulnerability

  • CVE-2026-31804: Tautulli SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English