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

CVE-2025-15310: Tanium Patch Privilege Escalation Flaw

CVE-2025-15310 is a local privilege escalation vulnerability in Tanium Patch Endpoint Tools that allows attackers to gain elevated system privileges. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-15310 Overview

CVE-2025-15310 is a local privilege escalation vulnerability in Tanium Patch Endpoint Tools. This security flaw, classified under CWE-59 (Improper Link Resolution Before File Access), allows a local attacker with low privileges to escalate their permissions to gain full control over the affected system. The vulnerability stems from improper handling of symbolic links, enabling attackers to manipulate file operations performed by the privileged Tanium service.

Critical Impact

Successful exploitation allows local attackers to escalate privileges from a low-privileged user account to full system control, potentially compromising confidentiality, integrity, and availability of the endpoint.

Affected Products

  • Tanium Patch Endpoint Tools (versions prior to patched release)

Discovery Timeline

  • 2026-02-10 - CVE-2025-15310 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-15310

Vulnerability Analysis

This vulnerability represents a symlink attack (CWE-59) in Tanium Patch Endpoint Tools. The flaw exists due to improper link resolution before file access operations. When the Tanium Patch Endpoint Tools service performs file operations with elevated privileges, it fails to properly validate whether the target path contains symbolic links that could redirect operations to unintended locations.

The attack requires local access and low-level privileges on the target system, but does not require user interaction. An attacker can craft malicious symbolic links that redirect privileged file operations performed by the Tanium service to arbitrary locations on the filesystem, resulting in unauthorized modifications or privilege escalation.

Root Cause

The root cause of this vulnerability is the failure to properly resolve and validate symbolic links before performing privileged file operations. The Tanium Patch Endpoint Tools service does not implement adequate checks to ensure that file paths being accessed are not symbolic links pointing to sensitive system files or directories. This improper link resolution allows attackers to abuse the trust placed in the service's elevated permissions.

Attack Vector

The attack vector is local, requiring an attacker to have an existing foothold on the target system with at least low-level privileges. The exploitation process typically involves:

  1. The attacker identifies a file operation performed by the Tanium Patch Endpoint Tools service with elevated privileges
  2. The attacker creates a symbolic link in a location accessible to them that points to a sensitive system file
  3. When the privileged service performs its file operation, it follows the symlink and inadvertently modifies or creates files in the attacker-controlled destination
  4. The attacker leverages this behavior to escalate privileges, potentially gaining SYSTEM-level access on Windows endpoints

The vulnerability manifests through improper file handling in the patching workflow. For detailed technical information, refer to the Tanium Security Advisory TAN-2025-001.

Detection Methods for CVE-2025-15310

Indicators of Compromise

  • Unexpected symbolic links created in Tanium installation directories or temporary working folders
  • Unusual file modifications by the Tanium service process to locations outside normal operational paths
  • Evidence of privilege escalation attempts from accounts with access to Tanium-managed directories

Detection Strategies

  • Monitor for symbolic link creation events in directories used by Tanium Patch Endpoint Tools
  • Implement file integrity monitoring on critical system files that could be targeted via symlink redirection
  • Audit process execution chains originating from compromised user accounts that suddenly gain elevated privileges

Monitoring Recommendations

  • Enable detailed logging for Tanium Patch Endpoint Tools operations and review for anomalous file access patterns
  • Configure endpoint detection to alert on symbolic link creation by non-administrative users in system directories
  • Implement behavioral analysis to detect privilege escalation attempts following symlink manipulation

How to Mitigate CVE-2025-15310

Immediate Actions Required

  • Apply the security patch referenced in Tanium Security Advisory TAN-2025-001 immediately
  • Audit systems for any evidence of exploitation, including unexpected symbolic links in Tanium-related directories
  • Restrict user permissions to prevent creation of symbolic links in sensitive directories where possible
  • Monitor affected endpoints for suspicious privilege escalation activity

Patch Information

Tanium has released a security patch to address this vulnerability. Organizations should consult the Tanium Security Advisory TAN-2025-001 for specific patch details and updated software versions. The patch implements proper symbolic link validation and resolution checks before performing privileged file operations.

Workarounds

  • Implement strict file system permissions to limit which users can create symbolic links in directories accessed by Tanium services
  • Apply the principle of least privilege to reduce the number of accounts that could potentially exploit this vulnerability
  • Consider implementing application whitelisting to prevent unauthorized execution of escalated processes
  • Use endpoint protection solutions with behavioral monitoring to detect and block privilege escalation attempts

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechTanium

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Technical References
  • Tanium Security Advisory TAN-2025-001
  • Related CVEs
  • CVE-2025-15316: Tanium Server Privilege Escalation Flaw

  • CVE-2025-15315: Tanium Module Server Privilege Escalation

  • CVE-2025-15319: Tanium Patch Privilege Escalation Flaw

  • CVE-2025-15340: Tanium Comply Privilege Escalation Bug
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