SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-55194

HIGH · CVSS 8.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.27.0 are vulnerable to a heap corruption issue due to improper handling of response reassembly stream capacity, allowing a malicious TS Gateway to exploit the vulnerability by sending crafted responses. This could lead to client crashes and potential code execution, posing significant risks to systems relying on Remote Desktop Protocol. Organizations using FreeRDP should prioritize upgrading to version 3.27.0 or later to mitigate this high-severity vulnerability.

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-55194
Severity
HIGH
CVSS
8.7
EPSS
0.46%

Original NVD Description

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, rpc_client_recv_fragment in libfreerdp/core/gateway/rpc_client.c ensures the response reassembly stream capacity using only the server-declared alloc_hint rather than the actual StubLength about to be written. A malicious TS Gateway can send a PTYPE_RESPONSE with a small alloc_hint and a much larger frag_length, causing Stream_Write to copy attacker-controlled stub data beyond the 4096-byte pdu->s buffer. This can crash the client and may permit code execution through heap corruption. This issue is fixed in version 3.27.0.