Description
FreeRDP Windows client before 3.29.0 contains a heap buffer overflow vulnerability in the clipboard virtual channel when processing CLIPRDR_FILE_CONTENTS_RESPONSE PDUs without validating the server-provided size against the destination buffer. A malicious RDP server can send a response with a data payload significantly larger than requested, causing arbitrary heap memory corruption that may enable remote code execution when a user performs a paste operation.
Published: 2026-08-01
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a heap buffer overflow in the clipboard virtual channel of the FreeRDP Windows client. When the client receives a CLIPRDR_FILE_CONTENTS_RESPONSE PDU, it does not validate the size field supplied by the server before copying the data into a destination buffer. If a malicious RDP server sends a payload larger than expected, the client writes past the end of the buffer, corrupting arbitrary heap memory and potentially enabling the attacker to execute code on the client when the user performs a paste operation.

Affected Systems

These issues affect FreeRDP Windows client builds prior to version 3.29.0. All releases before the 3.29.0 milestone are vulnerable regardless of the operating system they run on, as the buffer overflow exists in the core clipboard handling code.

Risk and Exploitability

The CVSS score is 9.4, indicating a critical severity level, and the vulnerability is not currently listed in the CISA KEV catalog. The EPSS score of 0.00489 suggests a low exploitation probability, but it still indicates that the vulnerability can be exploited in the wild. The attack requires a compromised or impersonated RDP server and a user who performs a paste operation after the oversized response. Because the vector is remote, any entity that can establish an RDP session to an affected client could potentially exploit the flaw.

Generated by OpenCVE AI on August 4, 2026 at 22:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the FreeRDP Windows client to version 3.29.0 or later to apply the vendor‑supplied fix for the heap buffer overflow.
  • If an immediate upgrade is not possible, disable the clipboard virtual channel in the RDP client configuration or use a group policy setting that turns off client‑side clipboard, thereby eliminating the vulnerable code path.
  • Restrict RDP connections to the client from trusted servers only, for example by enforcing strict firewall ACLs, RDP gateway authentication, or network segmentation, to reduce the opportunity for a malicious server to exploit the flaw.

Generated by OpenCVE AI on August 4, 2026 at 22:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Important


Mon, 03 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 01 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description FreeRDP Windows client before 3.29.0 contains a heap buffer overflow vulnerability in the clipboard virtual channel when processing CLIPRDR_FILE_CONTENTS_RESPONSE PDUs without validating the server-provided size against the destination buffer. A malicious RDP server can send a response with a data payload significantly larger than requested, causing arbitrary heap memory corruption that may enable remote code execution when a user performs a paste operation.
Title FreeRDP Windows Client before 3.29.0 Heap Buffer Overflow via Cliprdr
First Time appeared Freerdp
Freerdp freerdp
Weaknesses CWE-122
CPEs cpe:2.3:a:freerdp:freerdp:*:*:*:*:*:*:*:*
Vendors & Products Freerdp
Freerdp freerdp
References
Metrics cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-05T13:40:54.475Z

Reserved: 2026-07-29T13:04:41.947Z

Link: CVE-2026-67305

cve-icon Vulnrichment

Updated: 2026-08-03T15:19:27.664Z

cve-icon NVD

Status : Received

Published: 2026-08-01T13:17:00.113

Modified: 2026-08-05T14:17:09.637

Link: CVE-2026-67305

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-01T12:22:16Z

Links: CVE-2026-67305 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T22:15:03Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow