PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63652 FreeRDP CVE debrief

An authenticated RDP client can cause a FreeRDP server to terminate and potentially create heap corruption by sending a malformed Client Audio Formats PDU. This issue is fixed in FreeRDP version 3.28.0. The vulnerability exists in the rdpsnd_server_recv_formats function in channels/rdpsnd/server/rdpsnd_main.c, where a dangling pointer can be left in the server context, leading to potential server termination and heap corruption upon session teardown. System administrators should assess exposure and prioritize updating to version 3.28.0 or later.

Vendor
FreeRDP
Product
Unknown
CVSS
HIGH 7.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-19
Original CVE updated
2026-09-09
Advisory published
2026-08-19
Advisory updated
2026-09-09

Who should care

System administrators and defenders responsible for RDP server infrastructure using FreeRDP should assess exposure and prioritize updating to version 3.28.0 or later to prevent potential server termination and heap corruption.

Why it matters

CVE-2026-63652 is a high-severity vulnerability in FreeRDP that can cause server termination and potential heap corruption. Defenders should prioritize updating FreeRDP to version 3.28.0 or later and monitor RDP server stability.

  • Potential server termination due to malformed RDP client requests
  • Possible heap corruption requiring memory safety verification
  • Need for RDP server administrators to verify and update FreeRDP versions
  • Importance of monitoring RDP server stability and potential crashes

Technical summary

The rdpsnd_server_recv_formats function in FreeRDP's channels/rdpsnd/server/rdpsnd_main.c file does not properly handle malformed Client Audio Formats PDUs, allowing an authenticated RDP client to cause a server termination and potential heap corruption. The issue arises when the function frees context->client_formats on a malformed PDU without clearing the owning pointer or num_client_formats, leading to a dangling pointer that can be freed again at session teardown, causing allocator-dependent heap corruption. Defenders should prioritize updating FreeRDP to version 3.28.0 or later to prevent potential server termination and heap corruption.

Defensive priority

Defenders should prioritize updating FreeRDP to version 3.28.0 or later to prevent potential server termination and heap corruption.

Recommended defensive actions

  • Update FreeRDP to version 3.28.0 or later
  • Review and verify the integrity of RDP client and server communications
  • Monitor for potential server termination and heap corruption issues
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, but do not specify any known instances of exploitation. The FreeRDP project has released a fixed version (3.28.0) and provided source references for the issue.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63652 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-63652

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-63652 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63652

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.