SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-63633

HIGH · CVSS 7.7 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

FreeRDP versions prior to 3.28.0 are vulnerable to a heap corruption issue due to improper handling of decoded PCM data when communicating with a malicious RDP server. This vulnerability can lead to client crashes and potentially allow for remote code execution. Organizations using FreeRDP with the specified configurations should prioritize updating to version 3.28.0 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63633
Severity
HIGH
CVSS
7.7
EPSS
0.46%

Original NVD Description

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, freerdp_dsp_decode_opus in libfreerdp/codec/dsp.c calls Stream_EnsureRemainingCapacity on context->common.buffer even though opus_decode writes decoded PCM into the caller-supplied out stream. A malicious RDP server that negotiates WAVE_FORMAT_OPUS with a client built with WITH_OPUS enabled and WITH_DSP_FFMPEG disabled can make libopus write a large decoded frame beyond the 4096-byte StreamPool_Take destination used by channels/rdpsnd/client/rdpsnd_main.c. This can corrupt the client heap, crash the client, and may permit code execution. This issue is fixed in version 3.28.0.