PatchSiren cyber security CVE debrief
CVE-2026-44420 FreeRDP CVE debrief
A heap-buffer-overflow vulnerability exists in FreeRDP's server-side clipboard (cliprdr) channel prior to version 3.26.0. A malicious RDP client can trigger this flaw by sending a CB_CLIP_CAPS PDU with a malformed capabilitySetLength value that is too small. This memory corruption can crash the server process, resulting in remote denial of service, and may be exploitable for code execution. The vulnerability was disclosed on May 29, 2026, and is fixed in FreeRDP 3.26.0.
- Vendor
- FreeRDP
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-29
- Original CVE updated
- 2026-05-29
- Advisory published
- 2026-05-29
- Advisory updated
- 2026-05-29
Who should care
Organizations running FreeRDP-based RDP servers, particularly those exposed to untrusted networks or multi-tenant environments where client trust cannot be guaranteed. This vulnerability is especially concerning for service providers using FreeRDP in gateway or bastion host scenarios.
Technical summary
The vulnerability resides in FreeRDP's implementation of the server-side clipboard channel (cliprdr). The CB_CLIP_CAPS PDU (Clipboard Capabilities PDU) contains a capabilitySetLength field that is not properly validated. When a malicious client sends this PDU with a capabilitySetLength value smaller than expected, it causes a heap-buffer-overflow write. This memory corruption can lead to server process termination (remote DoS) and potentially arbitrary code execution within the context of the server process. The attack requires network access to the RDP server and valid low-privilege authentication, but no user interaction.
Defensive priority
HIGH
Recommended defensive actions
- Upgrade FreeRDP to version 3.26.0 or later to remediate this vulnerability
- Restrict RDP server access to trusted clients only as a temporary mitigation
- Monitor for anomalous RDP client connections and clipboard channel activity
- Review application logs for unexpected server process crashes that may indicate exploitation attempts
Evidence notes
The vulnerability description is sourced from the official CVE record and NVD entry, which reference GitHub Security Advisory GHSA-mvpx-xj7r-3p3r. The CVSS 3.1 score of 8.8 (HIGH) reflects network attack vector, low attack complexity, low privileges required, and high impact to confidentiality, integrity, and availability. CWE-122 (Heap-based Buffer Overflow) is the identified weakness.
Official resources
-
CVE-2026-44420 CVE record
CVE.org
-
CVE-2026-44420 NVD detail
NVD
-
Source item URL
nvd_modified
- Source reference
2026-05-29