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-26498

CVE-2025-26498: Tableau Server Path Traversal Vulnerability

CVE-2025-26498 is a path traversal vulnerability in Tableau Server that allows attackers to exploit file upload functions for absolute path traversal. This article covers technical details, affected versions, and mitigation.

Published: April 21, 2026

CVE-2025-26498 Overview

CVE-2025-26498 is an Unrestricted Upload of File with Dangerous Type vulnerability affecting Salesforce Tableau Server on Windows and Linux platforms. The vulnerability exists within the establish-connection-no-undo modules and enables attackers to perform Absolute Path Traversal attacks. By exploiting this flaw, unauthenticated remote attackers can upload malicious files to arbitrary locations on the server, potentially leading to remote code execution, data exfiltration, or complete system compromise.

Critical Impact

This vulnerability allows unauthenticated remote attackers to upload dangerous file types to arbitrary paths on Tableau Server systems, potentially enabling remote code execution and full server compromise.

Affected Products

  • Tableau Server versions prior to 2025.1.3
  • Tableau Server versions prior to 2024.2.12
  • Tableau Server versions prior to 2023.3.19

Discovery Timeline

  • 2025-08-22 - CVE-2025-26498 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-26498

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type), a critical weakness that occurs when an application allows users to upload files without properly validating the file type, content, or destination path. In the context of Tableau Server, the establish-connection-no-undo modules fail to adequately validate and restrict file uploads, allowing attackers to bypass intended security controls.

The attack can be conducted remotely over the network without requiring authentication or user interaction. Successful exploitation impacts the confidentiality, integrity, and availability of the target system. Attackers can leverage this vulnerability to upload web shells, malicious executables, or configuration files that could lead to persistent access or further exploitation.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the file upload functionality of Tableau Server's establish-connection-no-undo modules. The application fails to properly sanitize file paths provided during upload operations, enabling absolute path traversal. Additionally, the lack of file type restrictions allows dangerous file types to be uploaded, which can be subsequently executed on the server.

Attack Vector

The vulnerability is exploited via network-based attacks targeting Tableau Server installations. An attacker can craft malicious HTTP requests to the vulnerable upload endpoint, specifying arbitrary file paths using path traversal sequences. The attack does not require authentication or user interaction, making it particularly dangerous for internet-facing Tableau Server deployments.

The exploitation flow involves:

  1. Identifying a vulnerable Tableau Server instance
  2. Crafting a malicious upload request targeting the establish-connection-no-undo modules
  3. Specifying an arbitrary destination path using absolute path traversal techniques
  4. Uploading a dangerous file type (e.g., web shell, executable)
  5. Accessing or triggering the uploaded file to achieve code execution

Detection Methods for CVE-2025-26498

Indicators of Compromise

  • Unexpected files appearing in web-accessible directories or system locations outside normal Tableau data paths
  • Suspicious HTTP POST requests to endpoints associated with the establish-connection-no-undo modules containing path traversal sequences
  • New or modified files with executable extensions (.jsp, .exe, .sh, .bat) in Tableau Server directories
  • Anomalous outbound network connections originating from Tableau Server processes

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns (e.g., ../, absolute paths) in file upload requests
  • Monitor Tableau Server logs for unusual file upload activity, particularly requests containing path manipulation characters
  • Deploy file integrity monitoring (FIM) on critical Tableau Server directories to detect unauthorized file creations or modifications
  • Configure intrusion detection systems (IDS) to alert on suspicious POST requests to Tableau Server upload endpoints

Monitoring Recommendations

  • Enable verbose logging for Tableau Server web services and review logs regularly for anomalous upload patterns
  • Implement real-time alerting for file system changes in Tableau Server installation directories
  • Monitor network traffic for unusual file uploads or data exfiltration attempts from Tableau Server hosts
  • Establish baseline behavior for Tableau Server file operations to identify deviations

How to Mitigate CVE-2025-26498

Immediate Actions Required

  • Update Tableau Server to version 2025.1.3, 2024.2.12, or 2023.3.19 or later immediately
  • If immediate patching is not possible, restrict network access to Tableau Server to trusted networks only
  • Implement WAF rules to block path traversal attempts targeting upload endpoints
  • Review file systems for any unauthorized files that may indicate prior exploitation

Patch Information

Salesforce has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

  • Tableau Server 2025.1.3 or later
  • Tableau Server 2024.2.12 or later
  • Tableau Server 2023.3.19 or later

Refer to the Salesforce Help Article for detailed patch information and upgrade instructions.

Workarounds

  • Place Tableau Server behind a reverse proxy or WAF configured to filter path traversal and malicious file upload attempts
  • Restrict network access to Tableau Server using firewall rules, limiting exposure to trusted IP ranges only
  • Implement application-level access controls to restrict upload functionality to authenticated and authorized users
  • Monitor and audit all file upload activities pending the application of security patches
bash
# Example: Restrict access to Tableau Server using iptables
# Allow access only from trusted network (e.g., 10.0.0.0/8)
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Verify Tableau Server version
tsm version

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTableau

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-434
  • Vendor Resources
  • Salesforce Help Article
  • Related CVEs
  • CVE-2025-52452: Tableau Server Path Traversal Flaw

  • CVE-2025-26496: Tableau Server RCE Vulnerability

  • CVE-2025-52446: Tableau Server Auth Bypass Vulnerability

  • CVE-2025-52447: Tableau Server Auth Bypass 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