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-2026-33694

CVE-2026-33694: Privilege Escalation Vulnerability

CVE-2026-33694 is a privilege escalation vulnerability that allows attackers to create junctions and delete arbitrary files with SYSTEM privileges, potentially enabling code execution. This article covers technical details, impact, and mitigation strategies.

Published: April 23, 2026

CVE-2026-33694 Overview

CVE-2026-33694 is a local privilege escalation vulnerability that allows an attacker to exploit improper link resolution (CWE-59) through the creation of NTFS junction points. By manipulating these symbolic links, an attacker can trick a privileged process into deleting arbitrary files with SYSTEM privileges. This arbitrary file deletion primitive can potentially be leveraged to achieve arbitrary code execution with elevated SYSTEM privileges, representing a significant security risk for affected systems.

Critical Impact

Successful exploitation enables attackers with local access to escalate privileges to SYSTEM level through arbitrary file deletion, potentially leading to full system compromise.

Affected Products

  • Tenable products (see TNS-2026-12 and TNS-2026-13 for specific versions)

Discovery Timeline

  • 2026-04-23 - CVE-2026-33694 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-33694

Vulnerability Analysis

This vulnerability stems from improper handling of symbolic links, specifically NTFS junction points, in a privileged process context. When a SYSTEM-level service performs file operations without properly validating whether the target path is a junction or symlink, attackers can redirect these operations to unintended locations. The vulnerability requires local access and some form of user interaction, though the resulting impact affects both the vulnerable system and potentially adjacent systems.

The CWE-59 (Improper Link Resolution Before File Access) classification indicates that the affected software fails to properly resolve links before performing security-sensitive file operations. This is a well-known attack class on Windows systems, commonly exploited through junction points, symbolic links, and hard links.

Root Cause

The root cause lies in the failure to verify the legitimacy of file paths before performing privileged operations. When a process running with SYSTEM privileges accesses or deletes files based on user-controllable paths without checking for junction points or symbolic links, an attacker can create a junction pointing from an expected location to a critical system file. When the privileged process attempts to delete the expected file, it instead deletes the target of the junction.

Attack Vector

The attack requires local access to the target system with standard user privileges. The attacker must be able to create NTFS junction points in a location where the vulnerable privileged process performs file operations. The attack flow involves:

  1. Identifying a privileged process that performs file deletion operations on predictable or user-controllable paths
  2. Creating an NTFS junction point redirecting the target path to a critical system file
  3. Triggering the privileged process to perform the file operation
  4. The privileged process follows the junction and deletes the redirected target file with SYSTEM privileges

This arbitrary file deletion can be weaponized into code execution by deleting critical system files that are subsequently replaced with malicious alternatives, or by exploiting DLL search order vulnerabilities.

Detection Methods for CVE-2026-33694

Indicators of Compromise

  • Unexpected creation of NTFS junction points in application working directories or temporary folders
  • System audit logs showing file deletions by SYSTEM processes in unexpected locations
  • Presence of tools commonly used for junction/symlink manipulation such as mklink, CreateSymbolicLink, or third-party utilities like James Forshaw's symboliclink-testing-tools

Detection Strategies

  • Enable Windows file system auditing to monitor for creation and modification of reparse points (junction points and symbolic links)
  • Monitor process creation events for commands containing mklink /j or similar junction creation operations
  • Deploy endpoint detection rules that correlate junction point creation with subsequent privileged file operations
  • Implement behavioral analysis to detect unusual patterns of file deletion by SYSTEM-level services

Monitoring Recommendations

  • Configure audit policies to log reparse point creation events (Event ID 4663 with appropriate file system ACLs)
  • Monitor for abnormal SYSTEM process file access patterns using SentinelOne Deep Visibility
  • Implement real-time alerting on junction point creation in sensitive directories such as C:\Windows\, C:\Program Files\, and service-specific working directories

How to Mitigate CVE-2026-33694

Immediate Actions Required

  • Review and apply security updates from Tenable as documented in TNS-2026-12 and TNS-2026-13
  • Audit systems for unauthorized junction points in application directories
  • Restrict user permissions to create symbolic links where possible using local security policies
  • Implement application allowlisting to prevent unauthorized symbolic link creation tools

Patch Information

Tenable has released security advisories addressing this vulnerability. Administrators should consult the official Tenable Security Advisories TNS-2026-12 and TNS-2026-13 for specific patching guidance, affected version information, and updated software packages.

Workarounds

  • Restrict the SeCreateSymbolicLinkPrivilege user right to administrators only via Group Policy
  • Implement folder permissions to prevent standard users from creating files or directories in vulnerable service working directories
  • Deploy application control policies to block known symlink manipulation utilities
  • Consider enabling Windows Defender Exploit Guard to detect and block symlink-based attack patterns
bash
# Windows Local Security Policy configuration to restrict symbolic link creation
# Navigate to: Local Security Policy > Local Policies > User Rights Assignment
# Set "Create symbolic links" to include only Administrators

# PowerShell: Audit current symbolic link permissions
secedit /export /cfg c:\temp\secpol.cfg
Select-String -Path c:\temp\secpol.cfg -Pattern "SeCreateSymbolicLinkPrivilege"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Technical References
  • Tenable Security Advisory TNS-2026-12

  • Tenable Security Advisory TNS-2026-13
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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