Skip to main content

RustDesk EUVDEUVD-2026-66422

| CVE-2026-73108 HIGH
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-08-26 VulnCheck
8.7
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/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
vuln.today AI
7.5 HIGH

Network-reachable pre-authentication path, no complexity or privilege requirement, purely availability impact with no confidentiality or integrity consequence.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

CVSS:4.0/AV:N/AC:L/AT:N/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 26, 2026 - 13:46 vuln.today
Analysis Generated
Aug 26, 2026 - 13:46 vuln.today
CVE Published
Aug 26, 2026 - 13:00 cve.org
HIGH 8.7

DescriptionCVE.org

RustDesk versions before 1.4.7 contain an uncontrolled speculative memory allocation vulnerability in BytesCodec. Before authentication, the decoder trusts the payload length encoded in a four-byte frame header and reserves that amount before receiving the payload. A crafted header can request up to 1,073,741,823 bytes of capacity, allowing unauthenticated attackers to use concurrent TCP connections to cause memory exhaustion and denial of service. The fix caps header-triggered speculative preallocation at 256 KiB.

AnalysisAI

Memory exhaustion in RustDesk versions before 1.4.7 allows unauthenticated remote attackers to crash or severely degrade server availability by sending crafted TCP frame headers through BytesCodec before any authentication occurs. The decoder blindly reserves up to 1,073,741,823 bytes of buffer capacity per connection based solely on an untrusted four-byte length field, and concurrent connections multiply the allocation pressure until host memory is exhausted. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Identify internet-exposed RustDesk relay or rendezvous server
Delivery
Open many concurrent TCP connections
Exploit
Transmit crafted 4-byte header (length = 0x3FFFFFFF) per connection
Execution
Server pre-allocates ~1 GiB per connection before auth
Persist
Host memory exhausted
Impact
Server process crashes or becomes unresponsive

Vulnerability AssessmentAI

Exploitation No special configuration is required - exploitation targets the pre-authentication TCP frame parsing path, which is active by default on any network-reachable RustDesk relay or rendezvous server. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 score of 8.7 with vector AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N is well-calibrated to the actual threat: the attack is network-reachable, requires zero authentication or user interaction, has no special attack requirements, and produces high availability impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker scripts a loop that opens dozens to hundreds of concurrent TCP connections to a publicly exposed RustDesk relay or rendezvous server and, on each connection, immediately writes a crafted four-byte frame header encoding a payload length of 0x3FFFFFFF (~1 GiB). The server's BytesCodec decoder reserves up to 1 GiB of heap memory per connection before any authentication exchange, and the attacker never sends a payload - connections are held open to sustain the allocated memory. …
Remediation The vendor-released patch is RustDesk version 1.4.7, available at https://github.com/rustdesk/rustdesk/releases/tag/1.4.7 for all platforms. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, inventory all RustDesk deployments to identify systems running versions prior to 1.4.7 and prioritize by business criticality. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

CVE-2024-25140 CRITICAL POC
9.8 Feb 06

A default installation of RustDesk 1.2.3 on Windows places a WDKTestCert certificate under Trusted Root Certification Au

CVE-2026-30798 HIGH POC
8.2 Mar 05

Remote denial-of-service in RustDesk Client through 1.4.5 allows network-positioned attackers to disrupt the remote-acce

CVE-2026-58056 HIGH POC
7.2 Jun 28

Authorization scope bypass in RustDesk lets a peer holding only a FileTransfer authorization inject keyboard and mouse i

CVE-2026-30794 CRITICAL
9.1 Mar 05

Security vulnerability in RustDesk remote desktop client/server. One of 6+ critical CVEs affecting the open-source remot

CVE-2026-76840 HIGH
8.5 Aug 24

Heap buffer overflow in RustDesk's Windows clipboard redirection (wf_cliprdr.c) allows a malicious or compromised remote

CVE-2026-30792 HIGH
8.3 Mar 05

Configuration tampering in RustDesk Client through 1.4.5 allows a network-positioned attacker to manipulate Application

CVE-2026-30791 HIGH
7.5 Mar 05

RustDesk Client through version 1.4.5 uses a broken cryptographic algorithm that allows attackers to retrieve sensitive

CVE-2026-30796 MEDIUM
6.9 Mar 05

RustDesk Server Pro through version 1.7.5 transmits sensitive address book credentials in cleartext over the network hea

CVE-2026-73102 MEDIUM
6.9 Aug 26

Path traversal in RustDesk's macOS clipboard file-paste feature allows a remote session peer to write files outside the

CVE-2026-30789 MEDIUM
5.7 Mar 05

Authentication bypass in RustDesk Client through 1.4.5 across Windows, macOS, Linux, iOS, and Android allows remote atta

CVE-2026-30783 MEDIUM
4.8 Mar 05

Privilege escalation in RustDesk Client through version 1.4.5 on Windows, macOS, Linux, iOS, and Android allows unauthen

Share

EUVD-2026-66422 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy