CVE-2026-44950
Description
fs_read_glyphs() in the libXfont2 font-server client (src/fc/fserve.c) copies each glyph's bitmap into a single buffer. Existing checks validates only that the source slice (position, length) lies within the source bitmap buffer. It does not check whether the running destination cursor has exceeded the allocation.
A malicious font server can send overlapping source offsets -- for example 1000 glyphs each referencing {position:0, length:64} with nbytes=64. Each individual source range passes the existing validation, but the cumulative writes total 64000 bytes into a 64-byte destination buffer. This is a heap buffer overflow with attacker-controlled content.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
5- osv-coords4 versionspkg:rpm/almalinux/libXfont2pkg:rpm/almalinux/libXfont2-develpkg:rpm/opensuse/libXfont2&distro=openSUSE%20Leap%2016.0pkg:rpm/opensuse/libXfont2&distro=openSUSE%20Tumbleweed
< 2.0.3-2.el8_10.3+ 3 more
- (no CPE)range: < 2.0.3-2.el8_10.3
- (no CPE)range: < 2.0.3-2.el8_10.3
- (no CPE)range: < 2.0.7-160000.5.1
- (no CPE)range: < 2.0.7-3.1
Patches
Vulnerability mechanics
References
1News mentions
0No linked articles in our index yet.