FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, the glyphcacheget 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 GLYPHFRAGMENTUSE replay in updateprocessglyph_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. This issue is fixed in version 3.27.0.
{
"cwe_ids": [
"CWE-125",
"CWE-193"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55564.json",
"cna_assigner": "GitHub_M"
}"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-55564.json"
[
{
"signature_type": "Function",
"source": "https://github.com/freerdp/freerdp/commit/c29324750e3cbcba8761f147b7a5235cc686930f",
"deprecated": false,
"digest": {
"function_hash": "93036519385151388416460747969497365317",
"length": 693.0
},
"target": {
"function": "glyph_cache_get",
"file": "libfreerdp/cache/glyph.c"
},
"id": "CVE-2026-55564-1f494f99",
"signature_version": "v1"
},
{
"signature_type": "Line",
"source": "https://github.com/freerdp/freerdp/commit/c29324750e3cbcba8761f147b7a5235cc686930f",
"deprecated": false,
"digest": {
"threshold": 0.9,
"line_hashes": [
"52039373176474316678268215637408625998",
"141700248064839750362390075249856480766",
"9031375167578967402164386501519163610",
"48234736490559715598760602149096335597"
]
},
"target": {
"file": "libfreerdp/cache/glyph.c"
},
"id": "CVE-2026-55564-6ce52ff7",
"signature_version": "v1"
}
]
"2026-08-21T09:09:36Z"