A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-26594

CVE-2025-26594: TigerVNC Use-After-Free Vulnerability

CVE-2025-26594 is a use-after-free vulnerability in TigerVNC affecting X.Org and Xwayland, where freed root cursor memory can be accessed. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-26594 Overview

A use-after-free vulnerability has been discovered in X.Org and Xwayland affecting the root cursor handling mechanism. The root cursor is referenced in the X server as a global variable, and when a client frees the root cursor, the internal reference continues to point to freed memory. This memory corruption flaw can lead to arbitrary code execution or system crashes, posing a significant security risk to systems running affected display server software.

Critical Impact

Local attackers with low privileges can exploit this use-after-free vulnerability to achieve high confidentiality, integrity, and availability impact on affected X.Org Server, Xwayland, and TigerVNC installations.

Affected Products

  • X.Org X Server (versions prior to security patch)
  • X.Org Xwayland (versions prior to security patch)
  • TigerVNC
  • Red Hat Enterprise Linux 7.0, 8.0, and 9.0

Discovery Timeline

  • February 25, 2025 - CVE-2025-26594 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-26594

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to use a pointer after the memory it references has been deallocated. In the context of X.Org and Xwayland, the root cursor is maintained as a global variable within the X server process. The vulnerability arises from improper lifecycle management of this cursor resource.

When a client sends a request to free the root cursor, the server deallocates the associated memory but fails to properly invalidate or update the global reference. Subsequent operations that attempt to access the root cursor through this stale pointer will access freed memory, potentially leading to memory corruption, information disclosure, or arbitrary code execution.

The local attack vector means an attacker needs some level of access to the system, typically as an authenticated user who can connect to the X server. With low privileges required and no user interaction needed, exploitation can be relatively straightforward for attackers with local access.

Root Cause

The root cause of this vulnerability lies in inadequate reference counting or pointer invalidation for the root cursor global variable. When a client frees the cursor resource, the X server's internal reference management fails to:

  1. Properly track that the root cursor has been freed
  2. Invalidate or nullify the global pointer reference
  3. Prevent subsequent access to the freed memory region

This creates a classic use-after-free condition where the freed memory may be reallocated for other purposes, and subsequent access through the stale pointer leads to undefined behavior.

Attack Vector

The attack requires local access to the system with low privilege requirements. An attacker can exploit this vulnerability by:

  1. Establishing a connection to the X server as a legitimate client
  2. Sending a request to free the root cursor resource
  3. Triggering operations that cause the server to access the now-freed cursor memory
  4. Potentially controlling the contents of the reallocated memory to achieve code execution

The vulnerability involves sending malicious X protocol requests that manipulate cursor resources. The attacker crafts requests that first free the root cursor, then trigger operations that reference the freed cursor memory. Since no specific proof-of-concept code is publicly available, detailed exploitation methodology should be reviewed in the vendor security advisories. See the Red Hat CVE Details for technical information.

Detection Methods for CVE-2025-26594

Indicators of Compromise

  • Unexpected X server crashes or segmentation faults in Xorg or Xwayland processes
  • Abnormal memory access patterns in X server logs indicating use-after-free conditions
  • Suspicious X protocol traffic involving cursor manipulation requests
  • Core dumps from X server processes showing memory corruption in cursor-related code paths

Detection Strategies

  • Monitor X server processes for crashes or unexpected restarts that may indicate exploitation attempts
  • Implement system call auditing to detect unusual patterns of memory allocation and deallocation in X server contexts
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation techniques
  • Review X server logs for unusual client connections and cursor-related operations

Monitoring Recommendations

  • Enable enhanced logging for X server connections and cursor resource operations
  • Implement process monitoring for Xorg, Xwayland, and tigervnc server processes to detect anomalous behavior
  • Configure crash dump collection for X server processes to enable post-incident analysis
  • Monitor for multiple rapid reconnections from clients that may indicate exploitation attempts

How to Mitigate CVE-2025-26594

Immediate Actions Required

  • Apply vendor-provided security patches immediately for X.Org Server, Xwayland, and TigerVNC
  • Restrict X server access to trusted users only using xhost or X authentication mechanisms
  • Consider disabling network-accessible X server configurations where not required
  • Implement application sandboxing for X server processes where possible

Patch Information

Multiple vendors have released security patches to address this vulnerability:

  • Red Hat: Multiple security advisories have been released including RHSA-2025:2500, RHSA-2025:2502, RHSA-2025:2861, RHSA-2025:2862, and additional advisories covering Enterprise Linux 7, 8, and 9
  • Debian: Security updates available via Debian LTS Announcement

Additional technical details are available in Red Hat Bug Report #2345248.

Workarounds

  • Restrict X server access using authentication mechanisms like xauth to limit connections to trusted clients only
  • Disable TCP listening for X servers by ensuring the -nolisten tcp option is configured
  • Implement network segmentation to limit access to systems running vulnerable X server software
  • Consider migrating to Wayland-native applications where possible to reduce X server exposure
bash
# Verify X server is not listening on TCP
ps aux | grep Xorg | grep -v grep
# Look for -nolisten tcp in the process arguments

# Restrict X server access to local connections only
xhost -
xhost +local:

# Check current xhost access settings
xhost

# Update affected packages on Red Hat Enterprise Linux
sudo yum update xorg-x11-server xwayland tigervnc-server

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechTigervnc

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.05%

  • 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-416
  • Technical References
  • Red Hat Security Advisory RHSA-2025:2500

  • Red Hat Security Advisory RHSA-2025:2502

  • Red Hat Security Advisory RHSA-2025:2861

  • Red Hat Security Advisory RHSA-2025:2862

  • Red Hat Security Advisory RHSA-2025:2865

  • Red Hat Security Advisory RHSA-2025:2866

  • Red Hat Security Advisory RHSA-2025:2873

  • Red Hat Security Advisory RHSA-2025:2874

  • Red Hat Security Advisory RHSA-2025:2875

  • Red Hat Security Advisory RHSA-2025:2879

  • Red Hat Security Advisory RHSA-2025:2880

  • Red Hat Security Advisory RHSA-2025:7163

  • Red Hat Security Advisory RHSA-2025:7165

  • Red Hat Security Advisory RHSA-2025:7458

  • Red Hat CVE Details CVE-2025-26594

  • Red Hat Bug Report #2345248

  • Debian LTS Announcement 2025-02-36
  • Related CVEs
  • CVE-2025-26601: TigerVNC Use-After-Free Vulnerability

  • CVE-2025-26600: TigerVNC Use-After-Free Vulnerability

  • CVE-2026-34352: TigerVNC Information Disclosure Flaw

  • CVE-2025-26597: TigerVNC Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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