Double free in FreeRDP - #VU136921
Published: July 6, 2026
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.