๐Ÿ” CVE Alert

CVE-2026-68579

CRITICAL 9.6

FreeRDP before 3.30.0 Heap Overflow via CliprdrStream_Read

CVSS Score
9.6
EPSS Score
0.0%
EPSS Percentile
0th

FreeRDP before 3.30.0 (<= 3.29.0) contains a heap-based buffer overflow in the Windows clipboard client's CliprdrStream_Read function (client/Windows/wf_cliprdr.c). When an OLE paste consumer (e.g. explorer.exe) calls IStream::Read with a fixed-size buffer of cb bytes, CliprdrStream_Read requests file contents from the RDP server and then copies the response into the caller's buffer using the server-supplied length (req_fsize) instead of cb. A malicious or compromised RDP server can return an oversized CB_FILECONTENTS_RESPONSE, 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.

CWE CWE-787
Vendor freerdp
Product freerdp
Published Aug 2, 2026
Last Updated Aug 2, 2026
Stay Ahead of the Next One

Get instant alerts for freerdp freerdp

Be the first to know when new critical vulnerabilities affecting freerdp freerdp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
High
Availability
High

Affected Versions

FreeRDP / FreeRDP
0 < 3.30.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-m37j-jcr2-8gcc github.com: https://github.com/FreeRDP/FreeRDP/commit/5e8e987b469b60a3bafadf8f5afc40f91c09f458 vulncheck.com: https://www.vulncheck.com/advisories/freerdp-before-heap-overflow-via-cliprdrstream-read

Credits

๐Ÿ” DavidKorczynski