Description
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.
Published: 2026-08-26
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

RustDesk versions prior to 1.4.7 suffer an uncontrolled speculative memory allocation flaw in the BytesCodec component. The decoder blindly trusts a four‑byte frame header that specifies the payload length and reserves that amount of memory before receiving the payload. A crafted header can request up to 1,073,741,823 bytes of capacity, allowing attackers without authentication to drain the server’s memory by opening multiple TCP connections simultaneously. The resulting memory exhaustion stops the application from accepting new connections or responding to legitimate users, causing a denial‑of‑service condition. The vulnerability does not expose data or alter the integrity of the system, affecting only availability.

Affected Systems

The affected product is RustDesk. All installations running any version older than 1.4.7 are vulnerable. The issue was fixed in the 1.4.7 release, which limits speculative pre‑allocation to 256 KiB.

Risk and Exploitability

The CVSS score of 8.7 classifies this vulnerability as high severity. The EPSS score is unavailable, but the absence of a KEV listing indicates the exploit is not yet widely reported. The flaw can be leveraged by an unauthenticated attacker who establishes concurrent TCP connections to the RustDesk service and sends a malicious frame header, triggering uncontrolled memory allocation. The attack surface is the network layer; no special credentials are required, making it amenable to automated or remote exploitation.

Generated by OpenCVE AI on August 26, 2026 at 14:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade RustDesk to version 1.4.7 or later to enforce the 256 KiB allocation cap.
  • Apply rate‑limiting or firewall rules to restrict the number of simultaneous unauthenticated TCP connections to the RustDesk service.
  • Enable or review application logs for unusually large frame headers and investigate potential DoS attempts.

Generated by OpenCVE AI on August 26, 2026 at 14:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Rustdesk
Rustdesk rustdesk
Vendors & Products Rustdesk
Rustdesk rustdesk

Wed, 26 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Description 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.
Title RustDesk < 1.4.7 Uncontrolled Memory Allocation DoS via BytesCodec
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': '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'}


Subscriptions

Rustdesk Rustdesk
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-26T13:00:29.283Z

Reserved: 2026-08-10T21:04:42.166Z

Link: CVE-2026-73108

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T14:17:12.830

Modified: 2026-08-26T14:17:12.830

Link: CVE-2026-73108

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T15:00:07Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling