Vulnerability in Libxfont
CVE-2026-44950
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.
CVSS v3 metric
CVSS v3 base score 9.0 (Critical). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H.
Affected products
- Libxfont
- Suse Container Suse/kiosk/tigervnc-x11vnc:1.14-63.8
- Suse Container Suse/kiosk/xorg:21.1-83.7
- Suse Image Sles12-sp5-azure-sap-byos
- Suse Image Sles12-sp5-azure-sap-on-demand
- Suse Image Sles12-sp5-ec2-sap-byos
- Suse Image Sles12-sp5-ec2-sap-on-demand
- Suse Image Sles12-sp5-gce-sap-byos
- Suse Image Sles12-sp5-gce-sap-on-demand
- Suse Image Sles15-sp6-sap
References
Frequently asked questions
- What is CVE-2026-44950?
- CVE-2026-44950 is a critical-severity vulnerability in Libxfont. CVSS score: 9.0/10. Published 2026-09-10.
- How severe is CVE-2026-44950?
- Critical severity. CVSS v3 base score is 9.0 out of 10.