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
    • 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-52446

CVE-2025-52446: Tableau Server Auth Bypass Vulnerability

CVE-2025-52446 is an authorization bypass flaw in Tableau Server that allows unauthorized database access through user-controlled keys. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-52446 Overview

An Authorization Bypass Through User-Controlled Key vulnerability has been identified in Salesforce Tableau Server affecting both Windows and Linux platforms. The vulnerability exists within the tab-doc API modules and allows attackers to perform Interface Manipulation, potentially gaining unauthorized data access to the production database cluster.

This flaw is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), which occurs when an application uses user-supplied input as a key to retrieve authorization information, allowing malicious actors to manipulate these keys to bypass access controls.

Critical Impact

Successful exploitation could allow an attacker on an adjacent network to bypass authorization controls and gain unauthorized access to sensitive data within the production database cluster, potentially compromising confidentiality, integrity, and availability of critical business intelligence data.

Affected Products

  • Tableau Server versions before 2025.1.3
  • Tableau Server versions before 2024.2.12
  • Tableau Server versions before 2023.3.19

Discovery Timeline

  • July 25, 2025 - CVE-2025-52446 published to NVD
  • October 31, 2025 - Last updated in NVD database

Technical Details for CVE-2025-52446

Vulnerability Analysis

This vulnerability resides in Tableau Server's tab-doc API modules, which handle document and data access operations. The authorization bypass occurs because the application relies on user-controlled key values to determine access permissions to resources. When an attacker can manipulate these key parameters, they can potentially access data belonging to other users or gain elevated privileges within the system.

The vulnerability requires adjacent network access and user interaction to exploit, indicating that an attacker must be positioned on the same network segment as the target Tableau Server and requires some form of user action to trigger the exploitation. Despite these requirements, the potential impact is severe as successful exploitation could compromise the confidentiality, integrity, and availability of data stored in the production database cluster.

Root Cause

The root cause of this vulnerability is improper implementation of authorization checks within the tab-doc API modules. The application uses user-supplied keys or identifiers to retrieve or modify data without adequately verifying that the requesting user has legitimate authorization to access the referenced resources. This represents a classic Insecure Direct Object Reference (IDOR) pattern where object references are exposed to users without proper access control validation.

Attack Vector

The attack vector for CVE-2025-52446 requires adjacent network positioning, meaning the attacker must have access to the same local network as the vulnerable Tableau Server instance. The attack involves manipulating API requests to the tab-doc modules by modifying key parameters that reference data objects or user accounts.

An attacker could craft malicious requests that substitute their own user identifiers with those of other users or administrative accounts, effectively bypassing the authorization layer. Since user interaction is required, social engineering or phishing techniques may be employed to trigger the vulnerable code path with the victim's session context.

The exploitation allows interface manipulation, enabling attackers to interact with the production database cluster in unauthorized ways, potentially reading sensitive business intelligence data, modifying visualizations, or disrupting data availability.

Detection Methods for CVE-2025-52446

Indicators of Compromise

  • Unusual API requests to tab-doc endpoints with parameter manipulation patterns
  • Access logs showing data retrieval for resources not typically accessed by the requesting user account
  • Anomalous cross-user data access patterns in Tableau Server audit logs
  • Unexpected queries to the production database cluster from Tableau Server processes

Detection Strategies

  • Implement API request monitoring to identify parameter tampering attempts on tab-doc endpoints
  • Enable detailed audit logging for all data access operations within Tableau Server
  • Deploy network-based intrusion detection rules to identify authorization bypass attempt patterns
  • Monitor for unusual session behavior where single users access resources across multiple authorization contexts

Monitoring Recommendations

  • Configure alerting for failed authorization attempts followed by successful access using different parameters
  • Establish baselines for normal user data access patterns to detect anomalous behavior
  • Review Tableau Server logs regularly for signs of enumeration attacks against user identifiers
  • Implement real-time monitoring of database cluster access patterns originating from Tableau Server

How to Mitigate CVE-2025-52446

Immediate Actions Required

  • Upgrade Tableau Server to version 2025.1.3 or later immediately
  • For Tableau Server 2024.x deployments, upgrade to version 2024.2.12 or later
  • For Tableau Server 2023.x deployments, upgrade to version 2023.3.19 or later
  • Restrict network access to Tableau Server to only authorized network segments while patching is performed

Patch Information

Salesforce has released security patches addressing this vulnerability in Tableau Server versions 2025.1.3, 2024.2.12, and 2023.3.19. Organizations should apply the appropriate patch based on their current deployment version. For detailed patch information and download links, refer to the Salesforce Help Article.

Workarounds

  • Implement network segmentation to restrict adjacent network access to Tableau Server instances
  • Deploy web application firewall (WAF) rules to detect and block parameter manipulation attempts
  • Enable enhanced audit logging and actively monitor for suspicious access patterns until patches can be applied
  • Consider temporarily restricting access to sensitive workbooks and data sources for high-risk environments
bash
# Example: Restrict network access to Tableau Server (Linux iptables)
# Allow only specific trusted subnets to access Tableau Server
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.2.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTableau

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Vendor Resources
  • Salesforce Help Article
  • Related CVEs
  • CVE-2025-52447: Tableau Server Auth Bypass Vulnerability

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

  • CVE-2025-26496: Tableau Server RCE Vulnerability

  • CVE-2025-52449: Tableau Server RCE Vulnerability
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