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

CVE-2026-30789: RustDesk Client Auth Bypass Vulnerability

CVE-2026-30789 is an authentication bypass flaw in RustDesk Client that allows session replay attacks through weak password hashing. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-30789 Overview

CVE-2026-30789 is an Authentication Bypass vulnerability affecting RustDesk Client that allows attackers to perform session replay attacks. The vulnerability stems from improper authentication mechanisms in the client login and peer authentication modules, combined with the use of password hashing algorithms with insufficient computational effort. An attacker who can capture authentication traffic can replay session credentials to gain unauthorized access to remote desktop sessions.

Critical Impact

This vulnerability enables attackers to bypass authentication entirely by replaying captured session IDs, potentially granting full unauthorized access to remote desktop connections across all supported platforms including Windows, MacOS, Linux, iOS, and Android.

Affected Products

  • RustDesk Client versions through 1.4.5 on Windows
  • RustDesk Client versions through 1.4.5 on MacOS
  • RustDesk Client versions through 1.4.5 on Linux
  • RustDesk Client versions through 1.4.5 on iOS
  • RustDesk Client versions through 1.4.5 on Android

Discovery Timeline

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

Technical Details for CVE-2026-30789

Vulnerability Analysis

This vulnerability combines two distinct weaknesses that together enable authentication bypass. The first weakness (CWE-294) involves Authentication Bypass by Capture-replay, where the authentication mechanism fails to properly invalidate or protect session tokens from being reused. The second weakness involves the use of password hashing with insufficient computational effort, making it easier for attackers to work with captured authentication data.

The vulnerable code resides in src/client.rs, specifically within the hash_password() function and the login proof construction routines. The authentication flow does not implement adequate protections against replay attacks, such as cryptographic nonces, timestamps with appropriate validation windows, or challenge-response mechanisms that would prevent captured session data from being reused.

The network-based attack vector requires no user interaction and no prior privileges, making this vulnerability particularly dangerous in environments where network traffic can be intercepted. An attacker positioned to capture network traffic (such as on a shared network, through ARP spoofing, or via compromised network infrastructure) can record authentication exchanges and replay them to establish unauthorized remote desktop sessions.

Root Cause

The root cause of this vulnerability lies in the insufficient protection of the authentication mechanism in the RustDesk Client. The hash_password() function and associated login proof construction in src/client.rs do not incorporate adequate anti-replay measures. Without mechanisms like cryptographic nonces, properly validated timestamps, or sequence numbers, the system cannot distinguish between legitimate authentication attempts and replayed captured sessions.

Additionally, the password hashing implementation lacks sufficient computational effort, which compounds the issue by making the authentication tokens more susceptible to analysis and reuse. Proper authentication protocols should include freshness guarantees that invalidate captured credentials after use or after a short time window.

Attack Vector

The attack follows a capture-and-replay methodology. An attacker first positions themselves to intercept network traffic between a RustDesk client and server—this could be achieved through network-level attacks such as ARP spoofing, rogue access points, or compromised network infrastructure. Once in position, the attacker captures the authentication exchange, including the session ID and login proof construction.

The captured session data can then be replayed to the RustDesk server, which accepts it as a valid authentication attempt. Because the system does not verify the freshness of the authentication data or maintain state to detect duplicate sessions, the replayed credentials successfully authenticate the attacker, granting them full access to the remote desktop session.

For more technical details on this vulnerability, refer to the Google Docs Security Document and VulSec Security Resources.

Detection Methods for CVE-2026-30789

Indicators of Compromise

  • Multiple authentication attempts using identical session tokens or login proofs within a short time window
  • Authentication requests originating from different IP addresses using the same session credentials
  • Unusual patterns in authentication traffic suggesting capture and replay, such as exact duplicate packets
  • Geographic anomalies where the same session appears to originate from disparate locations

Detection Strategies

  • Implement network traffic analysis to identify duplicate authentication packets with matching session identifiers
  • Deploy SIEM rules to correlate authentication events and flag instances where identical credentials are used from different source addresses
  • Monitor RustDesk server logs for authentication anomalies such as rapid sequential logins or logins that occur after a session has already been established
  • Use network intrusion detection systems (IDS) to flag patterns consistent with session replay attacks

Monitoring Recommendations

  • Enable detailed logging on RustDesk servers to capture full authentication context including timestamps, source addresses, and session identifiers
  • Implement real-time alerting for authentication anomalies that could indicate replay attacks
  • Deploy network monitoring at critical junctions to capture and analyze traffic to/from RustDesk services
  • Consider implementing encrypted network segments or VPN tunnels for RustDesk traffic to prevent capture opportunities

How to Mitigate CVE-2026-30789

Immediate Actions Required

  • Upgrade RustDesk Client to a version newer than 1.4.5 once a patch is available
  • Implement network-level encryption (VPN, TLS tunnels) for all RustDesk traffic to prevent credential capture
  • Restrict RustDesk usage to trusted network segments where traffic interception is less likely
  • Review server logs for evidence of past exploitation and investigate any anomalous authentication patterns

Patch Information

Organizations should monitor the RustDesk Client Documentation for official security updates addressing this vulnerability. Until a patch is released, implement the recommended workarounds to reduce exposure. Given the critical nature of this authentication bypass, prioritize patch deployment immediately upon availability.

Workarounds

  • Deploy RustDesk connections exclusively over VPN or other encrypted tunnels to prevent traffic interception
  • Implement additional authentication layers such as network-level access controls or jump servers that require separate authentication
  • Limit RustDesk server exposure by placing it behind firewalls that restrict access to known, trusted IP ranges
  • Consider temporarily disabling RustDesk in high-security environments until a patch is available, using alternative remote access solutions with stronger authentication mechanisms

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRustdesk

  • SeverityCRITICAL

  • CVSS Score9.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/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-294
  • Technical References
  • Google Docs Security Document

  • RustDesk Client Documentation

  • VulSec Security Resources
  • Related CVEs
  • CVE-2026-30790: RustDesk Server Auth Bypass Vulnerability

  • CVE-2026-30797: RustDesk Client Auth Bypass Vulnerability

  • CVE-2026-30792: RustDesk Client MitM Vulnerability

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