Double free in FreeRDP - #VU136921

 

Double free in FreeRDP - #VU136921

Published: July 6, 2026


Vulnerability identifier: #VU136921
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: N/A
CWE-ID: CWE-415
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: FreeRDP
Affected software:
FreeRDP

Detailed vulnerability description

The vulnerability allows a remote user to cause a denial of service.

The vulnerability exists due to double free in rdpsnd_server_recv_formats() and rdpsnd_server_context_free() when processing a malformed Client Audio Formats PDU on the rdpsnd server channel. A remote user can send a specially crafted PDU to cause a denial of service.

The issue occurs after successful RDP authentication and requires the server build to include the rdpsnd server channel. The malformed PDU leaves a dangling client_formats pointer that is freed again during session teardown.


Remediation

Install security update from vendor's website.

Sources