ZeroHour

CVE-2026-67292

PoC mass

Buffer over-disclosure in FreeRDP gateway WebSocket transport leaks client memory

CVSS 4.0
9.3 critical
EPSS
<1%p26
Published
()
Modified
AI analysis

FreeRDP before 3.29.0 mishandles Pong replies in its gateway WebSocket transport (libfreerdp/core/gateway/websocket.c): the reply is built from a fixed 1024-byte response stream whose length is never sealed to the size of the received Ping payload. A malicious or compromised gateway/WebSocket peer can send a non-empty Ping control frame, causing the client to answer with an overlong Pong that discloses bytes of client memory beyond the received payload; because the peer knows the masking key, it can unmask and read those extra bytes. A zero-length Ping instead reaches an assertion and terminates the client, giving the same peer a trivial remote denial of service. Anyone using a FreeRDP-based RDP client (distribution packages, Remmina, thin clients, VDI front ends) that connects through a WebSocket-transport RD gateway is affected. No in-the-wild exploitation is known: EPSS is 0.3% (18th percentile), the flaw is not in CISA KEV, and there is one public advisory/PoC reference.

What to do: Upgrade FreeRDP to 3.29.0 or later (or apply vendor/distribution backported patches) on systems whose RDP clients use the WebSocket gateway transport. Until patched, restrict clients to trusted, TLS-verified gateways and avoid untrusted WebSocket-transport gateway endpoints. Also audit bundled/embedded copies of FreeRDP in thin clients, Remmina and VDI products for vulnerable pre-3.29.0 versions.

Affected
FreeRDPbefore 3.29.0
Estimated exposure
massmillions of client installations overall (FreeRDP ships in all major Linux distributions and is embedded in Remmina and many thin-client/VDI products), with… — FreeRDP is the de facto open-source RDP client library bundled by every major Linux distribution and embedded in clients such as Remmina and numerous commercial thin clients and VDI products, implying an install base well above one…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

FreeRDP before 3.29.0 contains a buffer over-disclosure vulnerability in the gateway WebSocket transport (libfreerdp/core/gateway/websocket.c). The client's Pong reply reuses a fixed 1024-byte response stream whose length is not sealed to the actual received Ping payload, so a malicious gateway/WebSocket peer sending a non-empty Ping control frame causes the client to reply with an overlong Pong that discloses bytes beyond the received payload (the peer receives the masking key and can unmask the reply). A zero-length Ping reaches an assertion and terminates the client (denial of service).

Vendors
freerdp
Products
freerdp
Weakness
CWE-130
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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

In the news

No ingested article mentions this CVE yet.