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

CVE-2026-2490: RustDesk Client Information Disclosure Flaw

CVE-2026-2490 is an information disclosure vulnerability in RustDesk Client for Windows that allows local attackers to read arbitrary files via symbolic link abuse. This article covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-2490 Overview

CVE-2026-2490 is a link following information disclosure vulnerability affecting RustDesk Client for Windows. This vulnerability allows local attackers to disclose sensitive information on affected installations by exploiting the Transfer File feature. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.

The specific flaw exists within the Transfer File feature. By uploading a symbolic link, an attacker can abuse the service to read arbitrary files. An attacker can leverage this vulnerability to disclose information in the context of SYSTEM, potentially exposing sensitive system configurations, credentials, and other protected data.

Critical Impact

Local attackers with low-privilege access can read arbitrary files with SYSTEM-level permissions through symbolic link abuse in the Transfer File feature, potentially exposing sensitive credentials and system configurations.

Affected Products

  • RustDesk Client for Windows (affected versions not specified)

Discovery Timeline

  • 2026-02-20 - CVE-2026-2490 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2026-2490

Vulnerability Analysis

This vulnerability is classified under CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink or link following vulnerability. The flaw resides in how RustDesk Client for Windows handles file transfers, specifically when processing symbolic links during file upload operations.

The Transfer File feature fails to properly validate whether uploaded files are symbolic links pointing to sensitive system locations. When a low-privileged user creates a symbolic link pointing to a protected file (such as system configuration files or credential stores) and uploads it through the RustDesk file transfer mechanism, the service resolves the link and reads the target file with SYSTEM privileges rather than the user's restricted permissions.

This vulnerability requires local access with the ability to execute low-privileged code, meaning an attacker would need some initial foothold on the target system. However, once exploited, the information disclosed could facilitate further attacks or privilege escalation.

Root Cause

The root cause of this vulnerability lies in insufficient validation of file types during the file transfer process. The RustDesk service running with SYSTEM privileges processes file upload requests without checking if the source file is a symbolic link or verifying that the requesting user has legitimate access to the link's target. This allows the elevated service to inadvertently act as a proxy for accessing files that the low-privileged user would not normally be able to read.

The absence of proper link resolution checks and access control validation before file operations enables the privilege boundary to be bypassed through symbolic link manipulation.

Attack Vector

The attack requires local access to the target Windows system. An attacker with low-privileged code execution capability can exploit this vulnerability through the following general approach:

  1. The attacker creates a symbolic link in a user-accessible location pointing to a target file that requires elevated privileges to read (e.g., C:\Windows\System32\config\SAM or other sensitive system files)
  2. The attacker initiates a file transfer operation through RustDesk, uploading the symbolic link
  3. The RustDesk service, running as SYSTEM, resolves the symbolic link and reads the target file contents
  4. The file contents are transmitted through the file transfer mechanism, allowing the attacker to access data they would not normally have permissions to read

This attack leverages the trust boundary violation where the high-privileged service improperly handles user-controlled symbolic links. For detailed technical information, refer to the Zero Day Initiative Advisory ZDI-26-117 and the GitHub Pull Request Discussion.

Detection Methods for CVE-2026-2490

Indicators of Compromise

  • Unexpected symbolic link creation in user-accessible directories pointing to sensitive system files
  • Unusual file transfer activity through RustDesk involving system directories or protected files
  • RustDesk service accessing files outside of normal operational paths, particularly in C:\Windows\System32\config\ or similar protected locations
  • Audit log entries showing symbolic link creation followed by RustDesk file transfer operations

Detection Strategies

  • Enable Windows audit policies for object access to monitor symbolic link creation events
  • Monitor RustDesk service file access patterns for attempts to read sensitive system files such as SAM, SYSTEM, or SECURITY registry hives
  • Implement endpoint detection rules to alert on file transfer operations involving paths outside expected user directories
  • Configure SentinelOne to detect suspicious link following behavior patterns in the RustDesk process

Monitoring Recommendations

  • Enable detailed file system auditing on sensitive directories to track unauthorized access attempts
  • Monitor for creation of symbolic links by non-administrative users in temporary or user profile directories
  • Review RustDesk transfer logs for anomalous file access patterns or transfers of system files
  • Implement behavioral analytics to detect privilege boundary violations through symlink manipulation

How to Mitigate CVE-2026-2490

Immediate Actions Required

  • Review and restrict access to RustDesk installations on sensitive systems until a patch is applied
  • Implement principle of least privilege by limiting which users can utilize the file transfer feature
  • Monitor systems for indicators of exploitation as described in the detection section
  • Consider temporarily disabling the RustDesk file transfer feature on high-value targets if operationally feasible

Patch Information

RustDesk has addressed this vulnerability. For patch details and the specific fix, refer to the GitHub Pull Request #13736 where the remediation was implemented. Organizations should update to the patched version of RustDesk Client for Windows as soon as possible.

Additional details about the vulnerability disclosure and timeline can be found in the Zero Day Initiative Advisory ZDI-26-117.

Workarounds

  • Restrict RustDesk file transfer functionality through group policy or application configuration where possible
  • Implement Windows security policies to restrict symbolic link creation for non-administrative users using SeCreateSymbolicLinkPrivilege
  • Deploy application control solutions to prevent unauthorized use of RustDesk's file transfer capabilities
  • Use network segmentation to limit RustDesk access on systems containing sensitive information
bash
# Example: Restrict symbolic link creation privilege via security policy
# Run in an elevated PowerShell session to check current symbolic link privileges
whoami /priv | findstr SeCreateSymbolicLinkPrivilege

# Consider using Group Policy to restrict SeCreateSymbolicLinkPrivilege
# Path: Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment
# Setting: Create symbolic links - Remove standard users

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRustdesk

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-59
  • Technical References
  • GitHub Pull Request Discussion

  • Zero Day Initiative Advisory ZDI-26-117
  • Related CVEs
  • CVE-2026-30785: RustDesk Client Information Disclosure

  • CVE-2026-30796: RustDesk Server Pro Information Disclosure

  • CVE-2026-3598: RustDesk Server Pro Cryptographic Flaw

  • CVE-2026-30791: RustDesk Client Cryptographic 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