EUVD Vulnerability Catalog

EUVD-2026-75306

Severity: CRITICAL Base Score: 9.5 CVSS Version: 4.0

Vulnerability 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.

CVSS Vector Analysis

Below is the complete, human-readable breakdown of the CVSS metric string: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Attack Vector (AV): Network
Attack Complexity (AC): Low
Attack Requirements (AT): Present
Privileges Required (PR): None
User Interaction (UI): None
Vulnerability Confidentiality Impact (VC): High
Vulnerability Integrity Impact (VI): High
Vulnerability Availability Impact (VA): High
Subsequent Confidentiality Impact (SC): High
Subsequent Integrity Impact (SI): High
Subsequent Availability Impact (SA): High

Affected Vendors & Systems

Vendor SUSE
Vendor libXfont

References & Advisory Links

Metadata Profile

Database Authority

European Union Agency for Cybersecurity (ENISA) EUVD

Assigner

suse

EPSS Probability

0

Known Aliases
GHSA-72vv-3gwg-8289 CVE-2026-44950
Published On

2026-09-10

Last Updated

2026-09-10