PatchSiren cyber security CVE debrief
CVE-2026-55194 FreeRDP CVE debrief
A vulnerability in FreeRDP, a free implementation of the Remote Desktop Protocol, can allow a malicious TS Gateway to send a crafted response that may crash the client or potentially permit code execution through heap corruption. This issue is caused by rpc_client_recv_fragment in libfreerdp/core/gateway/rpc_client.c not properly ensuring the response reassembly stream capacity using only the server-declared alloc_hint rather than the actual StubLength about to be written. The vulnerability requires verification of affected versions and systems, and remediation priority is high for systems using FreeRDP. This issue is fixed in version 3.27.0.
- Vendor
- FreeRDP
- Product
- Unknown
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for systems using FreeRDP for remote desktop connections should assess exposure and prioritize updating to version 3.27.0 or later. This includes operators, platform administrators, vulnerability management teams, and security teams who need to verify affected versions and systems, and ensure proper configuration and security of FreeRDP.
Why it matters
Defenders should care about CVE-2026-55194 because it can cause client crashes and potentially permit code execution through heap corruption in FreeRDP. Systems using FreeRDP for remote desktop connections should assess exposure and prioritize updating to version 3.27.0 or later. The vulnerability requires verification of affected versions and systems, and remediation priority is high for systems using FreeRDP.
- Potential client crash due to heap corruption
- Potential code execution through heap corruption
- Requires verification of affected versions and systems
- Remediation priority for systems using FreeRDP
Technical summary
The vulnerability is caused by rpc_client_recv_fragment in libfreerdp/core/gateway/rpc_client.c not properly ensuring 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 exploit this by sending 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.
Defensive priority
Defenders should prioritize updating FreeRDP to version 3.27.0 or later to mitigate this vulnerability. Systems using FreeRDP for remote desktop connections should be assessed for exposure.
Recommended defensive actions
- Update FreeRDP to version 3.27.0 or later
- Assess systems using FreeRDP for remote desktop connections for exposure
- Verify that FreeRDP is properly configured and secured
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by rpc_client_recv_fragment in libfreerdp/core/gateway/rpc_client.c not properly ensuring the response reassembly stream capacity. A malicious TS Gateway can exploit this by sending a PTYPE_RESPONSE with a small alloc_hint and a much larger frag_length.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55194 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55194
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55194 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55194
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/FreeRDP/FreeRDP/commit/9f2da52c2341cc14a96ad12e69c5b83d0bcd8b5a
-
Source reference
Unverified legacy reference
URL: https://github.com/FreeRDP/FreeRDP/pull/12873
-
Source reference
Unverified legacy reference
URL: https://github.com/FreeRDP/FreeRDP/releases/tag/3.27.0
-
Source reference
Unverified legacy reference
URL: https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9gxm-3mf5-f5cx
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.