CVE-2026-63117 PUBLISHED

FreeRDP: Denial of service through ADPCM frame size calculation

Assigner: GitHub_M
Reserved: 15.07.2026 Published: 19.08.2026 Updated: 19.08.2026

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, an authenticated RDP client can advertise DVI ADPCM with nBlockAlign equal to 8 and nChannels equal to 2 to make the bs calculation in rdpsnd_server_select_format in channels/rdpsnd/server/rdpsnd_main.c equal zero. The subsequent out_frames modulo bs operation raises SIGFPE and terminates the server-side rdpsnd channel process. This vulnerability fixed in 3.28.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 6.5

Product Status

Vendor FreeRDP
Product FreeRDP
Versions
  • Version < 3.28.0 is affected

References

Problem Types

  • CWE-369: Divide By Zero CWE