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

CVE-2026-30785: RustDesk Client Information Disclosure

CVE-2026-30785 is an information disclosure vulnerability in RustDesk Client affecting password security and config encryption modules. This article covers technical details, affected versions through 1.4.5, and mitigation.

Published: March 6, 2026

CVE-2026-30785 Overview

CVE-2026-30785 is a high-severity vulnerability affecting RustDesk Client versions through 1.4.5. The vulnerability combines two critical weakness categories: Improperly Controlled Modification of Object Prototype Attributes (Prototype Pollution) and Use of Password Hash With Insufficient Computational Effort. These flaws exist within the password security module, configuration encryption, and machine UID modules of the RustDesk client, enabling attackers to retrieve embedded sensitive data from affected systems.

The vulnerability affects multiple core components including hbb_common/src/password_security.rs, hbb_common/src/config.rs, hbb_common/src/lib.rs, and machine-uid/src/lib.rs. Critical program routines such as symmetric_crypt(), encrypt_str_or_original(), decrypt_str_or_original(), get_uuid(), and get_machine_id() are directly implicated.

Critical Impact

Local attackers with low privileges can exploit weak cryptographic implementations to extract sensitive configuration data, passwords, and machine identifiers from RustDesk Client installations across Windows, MacOS, and Linux platforms.

Affected Products

  • RustDesk Client through version 1.4.5 on Windows
  • RustDesk Client through version 1.4.5 on MacOS
  • RustDesk Client through version 1.4.5 on Linux

Discovery Timeline

  • 2026-03-05 - CVE-2026-30785 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-30785

Vulnerability Analysis

This vulnerability stems from fundamental weaknesses in how RustDesk Client handles cryptographic operations and password security. The implementation uses password hashing mechanisms with insufficient computational effort, making stored credentials susceptible to brute-force attacks and rainbow table lookups. Combined with prototype pollution issues, attackers can manipulate object prototypes to access or modify sensitive data structures within the application.

The vulnerability requires local access to the system, meaning an attacker must have some level of existing access to the target machine. However, only low privileges are required to exploit the flaw, and no user interaction is necessary. The impact is primarily on confidentiality, with high potential for sensitive data exposure both within the vulnerable system and connected subsequent systems.

Root Cause

The root cause lies in CWE-257: Storing Passwords in a Recoverable Format. The RustDesk Client stores passwords and sensitive configuration data using encryption methods that can be reversed or cracked due to insufficient computational complexity. The symmetric_crypt() function and related encryption routines in the hbb_common module do not employ adequately strong algorithms or key derivation functions.

Additionally, the machine UID generation routines (get_uuid() and get_machine_id()) may expose predictable or recoverable identifiers that can be leveraged to decrypt stored configuration data.

Attack Vector

The attack vector is local, requiring an attacker to have access to the target system. Once local access is obtained, the attacker can:

  1. Access RustDesk configuration files containing encrypted credentials
  2. Exploit the weak encryption implementation to decrypt sensitive data
  3. Extract passwords, connection credentials, and machine identifiers
  4. Potentially pivot to connected remote systems using recovered credentials

The vulnerability in the encrypt_str_or_original() and decrypt_str_or_original() functions allows attackers to reverse the encryption process due to the predictable nature of the cryptographic implementation. Technical details regarding the specific exploitation methodology can be found in the Google Document Overview and community discussions on GitHub RustDesk Discussion #9229.

Detection Methods for CVE-2026-30785

Indicators of Compromise

  • Unauthorized access to RustDesk configuration files located in user profile directories
  • Unexpected reads of hbb_common password security files or config files
  • Anomalous process activity attempting to access machine UID or UUID values
  • Evidence of credential extraction tools targeting RustDesk-specific file paths

Detection Strategies

  • Monitor file access patterns to RustDesk configuration directories for unusual read operations
  • Implement endpoint detection rules to identify processes querying machine UID or RustDesk-specific encryption routines
  • Deploy behavioral analytics to detect credential harvesting activities post-exploitation
  • Audit local user accounts for privilege escalation attempts that may precede exploitation

Monitoring Recommendations

  • Enable detailed file system auditing on RustDesk installation and configuration directories
  • Configure SIEM rules to correlate local access events with RustDesk configuration file reads
  • Implement application allowlisting to detect unauthorized tools accessing RustDesk data
  • Review authentication logs for connections originating from potentially compromised endpoints

How to Mitigate CVE-2026-30785

Immediate Actions Required

  • Upgrade RustDesk Client to the latest version beyond 1.4.5 if a patched version is available
  • Rotate all passwords and credentials stored within RustDesk Client configurations
  • Review and audit all systems where RustDesk Client is deployed for signs of compromise
  • Restrict local access to systems running vulnerable RustDesk Client versions

Patch Information

At the time of publication, organizations should monitor the official RustDesk project for security updates addressing this vulnerability. Review the GitHub RustDesk Discussion #4979 and GitHub RustDesk Discussion #9229 for community updates and potential fixes. The VulSec Security Blog may also contain additional remediation guidance.

Workarounds

  • Implement strict access controls to limit which users can access RustDesk configuration files
  • Consider deploying RustDesk in isolated network segments to reduce lateral movement risk
  • Use external password managers instead of relying on RustDesk's built-in credential storage
  • Monitor and restrict local admin privileges on systems running RustDesk Client
bash
# Restrict access to RustDesk configuration directory (Linux example)
chmod 700 ~/.config/rustdesk
chown $(whoami):$(whoami) ~/.config/rustdesk/*

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

  • SeverityHIGH

  • CVSS Score8.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-257
  • Technical References
  • Google Document Overview

  • GitHub RustDesk Discussion #4979

  • GitHub RustDesk Discussion #9229

  • VulSec Security Blog
  • Related CVEs
  • CVE-2026-30796: RustDesk Server Pro Information Disclosure

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

  • CVE-2026-30791: RustDesk Client Cryptographic Vulnerability

  • CVE-2026-30795: RustDesk Client Information Disclosure Bug
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