CVE-2026-68579: FreeRDP before 3.30.0 Heap Overflow via CliprdrStream_Read
FreeRDP before 3.30.0 (<= 3.29.0) contains a heap-based buffer overflow in the Windows clipboard client's CliprdrStreamRead function (client/Windows/wfcliprdr.c). When an OLE paste consumer (e.g. explorer.exe) calls IStream::Read with a fixed-size buffer of cb bytes, CliprdrStreamRead requests file contents from the RDP server and then copies the response into the caller's buffer using the server-supplied length (reqfsize) instead of cb. A malicious or compromised RDP server can return an oversized CBFILECONTENTSRESPONSE, causing an out-of-bounds write of attacker-controlled data into the paste consumer's heap buffer when a user pastes server-offered clipboard file contents.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
FreeRDPto a version that resolves this vulnerability.Fixed in 3.30.0 - Compensating control
Mitigate exposure by preventing untrusted RDP servers from being used for clipboard file content (e.g., restrict RDP connectivity so users can only connect to approved/trusted RDP hosts).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-68579?
CVE-2026-68579 has a critical severity rating of 9.6.
What type of vulnerability is CVE-2026-68579?
CVE-2026-68579 is a heap-based buffer overflow vulnerability.
How do I fix CVE-2026-68579?
To fix CVE-2026-68579, upgrade to FreeRDP version 3.30.0 or later.
What affected software is associated with CVE-2026-68579?
FreeRDP versions up to 3.29.0 are affected by CVE-2026-68579.
What could be the impact of exploiting CVE-2026-68579?
Exploitation of CVE-2026-68579 could lead to code execution and compromise system integrity.