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

CVE-2026-30798: RustDesk Client Protocol Vulnerability

CVE-2026-30798 is a protocol manipulation flaw in RustDesk Client affecting Windows, MacOS, Linux, iOS, and Android platforms. This post covers the technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-30798 Overview

CVE-2026-30798 is a protocol manipulation vulnerability in the RustDesk Client affecting versions through 1.4.5. The vulnerability stems from insufficient verification of data authenticity combined with improper handling of exceptional conditions within the heartbeat sync loop and strategy processing modules. This flaw allows remote attackers to manipulate protocol communications, potentially leading to service disruption across all supported platforms.

Critical Impact

Remote attackers can exploit this vulnerability to manipulate the RustDesk protocol, causing denial of service conditions by targeting the heartbeat synchronization mechanism without authentication.

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
  • RustDesk Client through version 1.4.5 on iOS
  • RustDesk Client through version 1.4.5 on Android

Discovery Timeline

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

Technical Details for CVE-2026-30798

Vulnerability Analysis

This vulnerability is classified under CWE-345 (Insufficient Verification of Data Authenticity), which indicates that the RustDesk Client fails to adequately verify the legitimacy of data it receives during protocol communications. The affected components are specifically located in src/hbbs_http/sync.rs and the stop-service handler within the heartbeat loop.

The vulnerability enables protocol manipulation attacks because the client does not properly authenticate or validate incoming protocol messages. When exceptional conditions occur during heartbeat synchronization, the improper exception handling allows attackers to inject malicious protocol data that the client processes as legitimate communication.

Root Cause

The root cause lies in the heartbeat sync loop implementation within the RustDesk Client's HTTP backend service (hbbs_http). The sync.rs module processes strategy updates and heartbeat messages without sufficient cryptographic verification of the message source. Additionally, the stop-service handler in the heartbeat loop fails to properly handle exceptional conditions, creating a pathway for protocol manipulation.

When the client receives heartbeat or strategy synchronization messages, it processes them based on message structure alone rather than verifying the authenticity of the sender. This allows network-positioned attackers to craft malicious protocol messages that the client will accept and process.

Attack Vector

The attack can be conducted over the network without requiring authentication or user interaction. An attacker positioned on the network path between a RustDesk client and server can inject crafted protocol messages targeting the heartbeat synchronization mechanism. The attack exploits the following sequence:

  1. The attacker monitors network traffic for RustDesk heartbeat communications
  2. Malicious protocol messages are crafted to target the stop-service handler
  3. These messages are injected into the communication stream
  4. The client's improper exception handling causes service disruption

The vulnerability requires some prerequisites to be met (network positioning), but once achieved, exploitation does not require privileges or user interaction. For additional technical details, refer to the Google Document Security Note.

Detection Methods for CVE-2026-30798

Indicators of Compromise

  • Unusual network traffic patterns targeting RustDesk client heartbeat endpoints
  • Unexpected service terminations or restarts of the RustDesk client application
  • Malformed HTTP requests to hbbs_http endpoints observed in network logs
  • Abnormal error rates in RustDesk client logs related to heartbeat synchronization

Detection Strategies

  • Monitor network traffic for anomalous protocol messages directed at RustDesk clients
  • Implement intrusion detection rules to identify malformed heartbeat synchronization packets
  • Deploy endpoint detection to alert on unexpected RustDesk client service terminations
  • Analyze application logs for exception patterns in the sync module

Monitoring Recommendations

  • Enable verbose logging on RustDesk clients to capture heartbeat processing details
  • Configure network monitoring to baseline normal RustDesk protocol behavior
  • Set up alerts for repeated service interruptions on systems running RustDesk Client
  • Review firewall logs for suspicious traffic targeting RustDesk communication ports

How to Mitigate CVE-2026-30798

Immediate Actions Required

  • Upgrade RustDesk Client to the latest version beyond 1.4.5 when patches become available
  • Restrict network access to RustDesk clients using firewall rules to limit exposure
  • Consider temporarily disabling RustDesk Client on critical systems if remote access is not essential
  • Implement network segmentation to isolate systems running vulnerable RustDesk Client versions

Patch Information

Organizations should monitor official RustDesk channels for security patches addressing CVE-2026-30798. The vulnerability affects all versions through 1.4.5, so upgrading to a patched version is the primary remediation. Consult the RustDesk Client Documentation for update instructions. Additional security resources are available at VulSec.

Workarounds

  • Implement network-level controls to restrict which hosts can communicate with RustDesk clients
  • Deploy network monitoring to detect and block anomalous protocol traffic to RustDesk services
  • Use VPN or other encrypted tunnels for RustDesk communications to reduce man-in-the-middle risk
  • Temporarily disable RustDesk Client on high-value targets until patches are applied
bash
# Configuration example - Firewall rules to restrict RustDesk client access
# Linux iptables example to limit RustDesk connections to trusted servers only
iptables -A INPUT -p tcp --dport 21115:21119 -s <TRUSTED_SERVER_IP> -j ACCEPT
iptables -A INPUT -p tcp --dport 21115:21119 -j DROP

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechRustdesk

  • SeverityHIGH

  • CVSS Score8.2

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

  • RustDesk Client Documentation

  • VulSec Security Resource
  • Related CVEs
  • CVE-2026-30792: RustDesk Client MitM Vulnerability

  • CVE-2026-30790: RustDesk Server Auth Bypass Vulnerability

  • CVE-2026-30785: RustDesk Client Information Disclosure

  • CVE-2026-30796: RustDesk Server Pro 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