Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-58760

CVE-2025-58760: Tautulli Path Traversal Vulnerability

CVE-2025-58760 is a path traversal vulnerability in Tautulli that allows unauthenticated attackers to read arbitrary files. This article covers technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2025-58760 Overview

CVE-2025-58760 is a path traversal vulnerability in Tautulli, a Python-based monitoring and tracking tool for Plex Media Server. The /image API endpoint in Tautulli v2.15.3 and earlier allows unauthenticated attackers to read arbitrary files from the application server's filesystem. This endpoint, intended to serve static images for server backgrounds and icons within the user interface, can be accessed without authentication, making it a prime target for exploitation.

Attackers exploiting this vulnerability can exfiltrate sensitive files from the application filesystem, including the tautulli.db SQLite database containing active JWT tokens, as well as the config.ini file which contains the hashed admin password, the JWT token secret, and the Plex Media Server token and connection details. If the password is cracked, or if a valid JWT token is present in the database, an unauthenticated attacker can escalate their privileges to obtain administrative control over the application.

Critical Impact

Unauthenticated attackers can read sensitive configuration files and database contents, potentially leading to full administrative takeover of Tautulli and exposure of Plex Media Server credentials.

Affected Products

  • Tautulli versions prior to v2.16.0
  • Tautulli v2.15.3 and earlier releases
  • All Tautulli installations with the /image API endpoint exposed

Discovery Timeline

  • 2025-09-09 - CVE-2025-58760 published to NVD
  • 2025-09-18 - Last updated in NVD database

Technical Details for CVE-2025-58760

Vulnerability Analysis

This path traversal vulnerability (CWE-23: Relative Path Traversal) exists in the /image API endpoint of Tautulli. The endpoint is designed to serve static images from the application's data directory but fails to properly sanitize user-supplied input, allowing attackers to traverse the directory structure and access files outside the intended directory.

The vulnerability is particularly dangerous because the /image endpoint does not require authentication. This means any network-accessible Tautulli instance is potentially vulnerable to exploitation without the attacker needing valid credentials. The attack can be executed remotely with no user interaction required.

Root Cause

The root cause of CVE-2025-58760 is insufficient input validation in the /image API endpoint. The endpoint accepts path parameters without properly sanitizing path traversal sequences such as ../ (dot-dot-slash). This allows attackers to escape the intended image directory and navigate to arbitrary locations on the filesystem where the Tautulli process has read permissions.

Attack Vector

The attack vector for this vulnerability involves crafting malicious HTTP requests to the /image endpoint with path traversal sequences. By manipulating the path parameter, an attacker can navigate outside the designated image directory and access sensitive files.

Key targets for exfiltration include:

  • tautulli.db: The SQLite database containing active JWT session tokens that can be reused for authentication bypass
  • config.ini: Configuration file containing the hashed admin password, JWT token secret, and Plex Media Server credentials

The attack requires no authentication and can be performed by any user with network access to the Tautulli web interface. An attacker can exploit this vulnerability by sending crafted HTTP GET requests with directory traversal sequences (e.g., ../../../) in the image path parameter to reach files outside the intended directory. See the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2025-58760

Indicators of Compromise

  • HTTP requests to the /image endpoint containing path traversal sequences such as ../ or ..%2F
  • Unusual access patterns to the /image API endpoint from external IP addresses
  • Evidence of tautulli.db or config.ini file access in application logs
  • Unexpected authentication events using JWT tokens extracted from the database

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in URL parameters
  • Monitor HTTP access logs for requests to /image containing encoded or unencoded directory traversal sequences
  • Enable verbose logging in Tautulli and correlate access logs with file system auditing
  • Use intrusion detection systems (IDS) with signatures for path traversal attacks

Monitoring Recommendations

  • Configure alerts for any access to sensitive files such as tautulli.db and config.ini from the web application context
  • Monitor for unusual JWT token usage patterns or authentication from unexpected IP addresses
  • Implement network traffic analysis to detect large file transfers from the Tautulli server
  • Review Tautulli access logs regularly for anomalous request patterns targeting the /image endpoint

How to Mitigate CVE-2025-58760

Immediate Actions Required

  • Upgrade Tautulli to version 2.16.0 or later immediately to address this vulnerability
  • Restrict network access to the Tautulli web interface using firewall rules to limit exposure
  • Rotate the admin password and regenerate JWT token secrets after patching
  • Review access logs for any evidence of prior exploitation before applying the patch

Patch Information

Tautulli version 2.16.0 contains the fix for this path traversal vulnerability. The security patch is available in commit 47566128e2e5dde98980d59b7a51b98173bc0b40. Users should update to the latest version as soon as possible.

For detailed patch information, refer to the GitHub Commit Details and the GitHub Security Advisory.

Workarounds

  • Place Tautulli behind a reverse proxy with authentication requirements for all endpoints including /image
  • Implement network segmentation to limit access to the Tautulli server to trusted internal networks only
  • Use a web application firewall (WAF) to filter requests containing path traversal patterns
  • Temporarily disable external access to the Tautulli interface until patching is complete
bash
# Example: Restrict access to Tautulli using iptables
# Allow only localhost and trusted internal network
iptables -A INPUT -p tcp --dport 8181 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 8181 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8181 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTautulli

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-23
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-31831: Tautulli Path Traversal Vulnerability

  • CVE-2025-58761: Tautulli Path Traversal Vulnerability

  • CVE-2026-28505: Tautulli RCE Vulnerability

  • CVE-2026-31799: Tautulli SQL Injection 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