PatchSiren cyber security CVE debrief
CVE-2026-55564 FreeRDP CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-19T18:16:45.003Z and has not been modified since then. FreeRDP, a free implementation of the Remote Desktop Protocol, has a vulnerability in the glyph_cache_get function in libfreerdp/cache/glyph.c. This function checks whether index is greater than cache->number instead of greater than or equal to it. A malicious RDP server can use GLYPH_FRAGMENT_USE replay in update_process_glyph_fragments to make the default cache receive index 254 when cache->number is 254, reading one pointer beyond the entries array and dereferencing it as a glyph. This can crash the client and may disclose adjacent heap data. The vulnerability is addressed in FreeRDP version 3.27.0. Organizations should verify their deployments, review official advisories, and consider compensating controls. Evidence is limited to public sources and may not cover all affected systems.
- Vendor
- FreeRDP
- Product
- Unknown
- CVSS
- MEDIUM 5.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-08-25
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-08-25
Who should care
Organizations using FreeRDP for remote desktop connections should be aware of this vulnerability and take steps to mitigate it. This includes updating to version 3.27.0 or later, restricting access to RDP services, and monitoring for suspicious RDP activity. Security teams should review their asset inventory and prioritize patching based on exposure and potential impact. Vulnerability management processes should include checks for this issue, and compensating controls may be necessary for exposed systems.
Technical summary
The glyph_cache_get function in libfreerdp/cache/glyph.c checks whether index is greater than cache->number instead of greater than or equal to it. A malicious RDP server can use GLYPH_FRAGMENT_USE replay in update_process_glyph_fragments to make the default cache receive index 254 when cache->number is 254, reading one pointer beyond the entries array and dereferencing it as a glyph. This can crash the client and may disclose adjacent heap data. The vulnerability is addressed in FreeRDP version 3.27.0.
Defensive priority
Organizations using FreeRDP should prioritize updating to version 3.27.0 to address the vulnerability.
Recommended defensive actions
- Update FreeRDP to version 3.27.0 or later
- Restrict access to RDP services
- Monitor for suspicious RDP activity
- 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 CVE-2026-55564 issue is related to FreeRDP, a free implementation of the Remote Desktop Protocol. The glyph_cache_get function in libfreerdp/cache/glyph.c has a vulnerability that allows a malicious RDP server to crash the client and potentially disclose adjacent heap data. Organizations should verify their deployments, review official advisories, and consider compensating controls. The issue is fixed in version 3.27.0. Evidence is limited to public sources and may not cover all affected systems.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55564 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55564
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55564 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55564
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/c29324750e3cbcba8761f147b7a5235cc686930f
-
Source reference
Unverified legacy reference
URL: https://github.com/FreeRDP/FreeRDP/pull/12885
-
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-6xmj-pr98-cx4c
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.