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

CVE-2025-52448: Tableau Server Auth Bypass Vulnerability

CVE-2025-52448 is an authorization bypass flaw in Tableau Server that enables attackers to manipulate interfaces and access production database data. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-52448 Overview

CVE-2025-52448 is an Authorization Bypass Through User-Controlled Key vulnerability affecting Salesforce Tableau Server on both Windows and Linux platforms. The vulnerability exists within the validate-initial-sql API modules and allows attackers to perform interface manipulation, potentially gaining unauthorized access to production database clusters. This issue represents a significant security risk for organizations using Tableau Server for business intelligence and data visualization.

Critical Impact

Authenticated attackers can bypass authorization controls to access production database clusters, potentially exposing sensitive business intelligence data and compromising data integrity.

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

  • 2025-07-25 - CVE-2025-52448 published to NVD
  • 2025-10-31 - Last updated in NVD database

Technical Details for CVE-2025-52448

Vulnerability Analysis

This vulnerability falls under CWE-639 (Authorization Bypass Through User-Controlled Key), a weakness that occurs when the application uses user-controlled input to directly access objects or resources. In the context of Tableau Server, the validate-initial-sql API modules fail to properly validate authorization keys, allowing authenticated users with low privileges to manipulate the interface and gain unauthorized access to backend database connections.

The vulnerability enables authenticated attackers to bypass intended access restrictions and interact directly with production database clusters. This represents a critical breach of the principle of least privilege, as users can access data and resources beyond their authorized scope. The attack requires network access and low-level authentication but does not require any user interaction, making it relatively straightforward to exploit once an attacker has valid credentials.

Root Cause

The root cause of CVE-2025-52448 lies in improper authorization validation within the validate-initial-sql API endpoint. The application fails to adequately verify that the requesting user has appropriate permissions to access the specified database resources. Instead of performing server-side authorization checks against the user's role and permissions, the application relies on user-controlled key values to determine access rights. This design flaw allows attackers to manipulate these keys to gain access to database resources they should not be authorized to view or modify.

Attack Vector

The attack vector for this vulnerability is network-based, targeting the Tableau Server API infrastructure. An attacker with valid low-privilege credentials to the Tableau Server instance can craft malicious requests to the validate-initial-sql API endpoint. By manipulating the user-controlled key parameters in their requests, the attacker can bypass authorization checks and gain access to database connections and data intended for higher-privileged users or restricted groups.

The attack exploits the trust relationship between the Tableau Server application and its backend database infrastructure. Once authorization is bypassed, the attacker can potentially read sensitive data from production databases, modify database configurations, or perform other unauthorized operations depending on the database permissions associated with the compromised connection.

Detection Methods for CVE-2025-52448

Indicators of Compromise

  • Unusual or unexpected API calls to the validate-initial-sql endpoint from low-privilege user accounts
  • Access logs showing database queries or connections from users who should not have direct database access
  • Anomalous patterns in Tableau Server API request logs indicating parameter manipulation attempts
  • Unexpected data access or export activities from production database clusters

Detection Strategies

  • Monitor Tableau Server API logs for suspicious requests targeting the validate-initial-sql module
  • Implement anomaly detection for user access patterns, flagging when users access database resources outside their normal scope
  • Configure alerting for failed and successful authorization attempts to database cluster endpoints
  • Deploy network monitoring to detect unusual traffic patterns between Tableau Server and backend databases

Monitoring Recommendations

  • Enable detailed logging for all API endpoint access within Tableau Server
  • Implement real-time alerting for authorization bypass attempts and unusual database access patterns
  • Regularly audit user permissions and access logs to identify potential exploitation
  • Monitor database query logs for queries originating from Tableau Server connections that access unexpected tables or schemas

How to Mitigate CVE-2025-52448

Immediate Actions Required

  • Upgrade Tableau Server to version 2025.1.3, 2024.2.12, or 2023.3.19 or later immediately
  • Review and audit all user access logs for signs of exploitation prior to patching
  • Implement network segmentation to limit direct access to production database clusters
  • Review and restrict API access permissions for low-privilege user accounts

Patch Information

Salesforce has released patched versions of Tableau Server that address this authorization bypass vulnerability. Organizations should upgrade to the following versions or later:

  • Tableau Server 2025.1.3 or later for the 2025.x branch
  • Tableau Server 2024.2.12 or later for the 2024.x branch
  • Tableau Server 2023.3.19 or later for the 2023.x branch

For detailed upgrade instructions and additional security guidance, refer to the Salesforce Help Article.

Workarounds

  • Restrict network access to the Tableau Server API endpoints using firewall rules or web application firewalls
  • Implement additional authentication layers for API access to critical endpoints
  • Review and minimize the database permissions granted to Tableau Server service accounts
  • Monitor and alert on all access to the validate-initial-sql API module until patching is complete
  • Consider temporarily disabling the affected API functionality if business operations permit

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.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • Salesforce Help Article
  • Related CVEs
  • CVE-2025-52446: Tableau Server Auth Bypass Vulnerability

  • CVE-2025-52447: 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