Cyber Resilience

CVE-2026-30798

HighPublic PoC

Published: 05 March 2026

Published
05 March 2026
Modified
10 March 2026
KEV Added
Patch
CVSS Score v4 8.2 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
EPSS Score 0.0029 20.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-30798 is a high-severity Insufficient Verification of Data Authenticity (CWE-345) vulnerability in Rustdesk Rustdesk. Its CVSS base score is 8.2 (High).

Operationally, ranked at the 20.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-30798 is an Insufficient Verification of Data Authenticity and Improper Handling of Exceptional Conditions vulnerability in the rustdesk-client component of the RustDesk Client. It affects the application on Windows, macOS, Linux, iOS, and Android platforms, specifically targeting the Heartbeat sync loop and strategy processing modules. The issue is tied to program files such as src/hbbs_http/sync.rs and routines in the stop-service handler within the heartbeat loop, enabling Protocol Manipulation. This vulnerability impacts RustDesk Client versions through 1.4.5 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), mapped to CWEs 345 and 755.

The vulnerability can be exploited by remote attackers requiring no privileges or user interaction, accessible over the network with low attack complexity. Exploitation leads to high availability impact through denial of service, such as service crashes or disruptions, while confidentiality and integrity remain unaffected.

Advisories and further details on mitigation are available in the referenced sources: https://docs.google.com/document/d/e/2PACX-1vSds6jjpd38oO_yIAyd1HYtKNUuea-I-ozAPpGhYI7QgAU-QGJ7D8a4rOZVj1vmiUXV1EcdRHf9aZAW/pub, https://rustdesk.com/docs/en/client/, and https://www.vulsec.org/.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Insufficient Verification of Data Authenticity, Improper Handling of Exceptional Conditions vulnerability in rustdesk-client RustDesk Client rustdesk-client on Windows, MacOS, Linux, iOS, Android (Heartbeat sync loop, strategy processing modules) allows Protocol Manipulation. This vulnerability is associated with program files src/hbbs_http/sync.Rs and…

more

program routines stop-service handler in heartbeat loop. This issue affects RustDesk Client: through 1.4.5.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-30792Same product: Apple Iphone Os
CVE-2026-30783Same product: Apple Iphone Os
CVE-2026-30795Same product: Apple Iphone Os
CVE-2026-30794Same product: Apple Iphone Os
CVE-2026-30789Same product: Apple Iphone Os
CVE-2026-30793Same product: Apple Iphone Os
CVE-2026-30797Same product: Apple Iphone Os
CVE-2026-30791Same product: Apple Iphone Os
CVE-2025-12725Same product: Apple Macos
CVE-2026-7357Same product: Apple Macos

Affected Assets

rustdesk
rustdesk
≤ 1.4.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-11 directly addresses the Improper Handling of Exceptional Conditions (CWE-755) in the heartbeat loop and stop-service handler that leads to service crashes.

prevent

SI-10 enforces validation of information inputs in the heartbeat sync loop and strategy processing modules to mitigate Insufficient Verification of Data Authenticity (CWE-345) and protocol manipulation.

prevent

SC-5 provides denial-of-service protection tailored to the high availability impact from remote exploitation causing service disruptions and crashes.

References