Description
LibreOffice can read CFF fonts, which may be embedded in documents. A stack buffer overflow existed when reading the hints of a glyph. The number of hints was checked against the wrong bound, so a glyph declaring more hints than the array can hold wrote past its end. In fixed versions the hint count is checked against the capacity the array really has.
Published: 2026-09-22
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: Stack buffer overflow (potential code execution)
Action: Patch
AI Analysis

Impact

LibreOffice’s CFF font reader contains a stack buffer overflow that is triggered when the glyph hint count is incorrectly validated. A glyph that declares more hints than the array can accommodate writes past the array bounds, potentially corrupting stack memory. While the data does not explicitly state the precise consequences, such an overflow could lead to a crash or, depending on the context, arbitrary code execution.

Affected Systems

The vulnerability affects The Document Foundation’s LibreOffice suite when processing documents that embed CFF fonts. Specific vulnerable releases are not enumerated in the input, but the flaw exists in any LibreOffice version that includes the unpatched CFF font hint reader. Users should verify whether their installed LibreOffice version contains the patch described in the advisory linked in the references.

Risk and Exploitability

The CVSS score of 5.4 indicates a moderate severity. EPSS is not available, and the issue is not listed in the CISA KEV catalog, suggesting it is not a widely exploited or immediately dangerous vulnerability. Exploitation would require local access to a document containing a malicious CFF font and the ability to open that document in LibreOffice, making the attack vector non‑remote and dependent on user action.

Generated by OpenCVE AI on September 22, 2026 at 12:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the LibreOffice update that implements the corrected hint count check in the CFF font parser.
  • Avoid opening untrusted documents that may embed custom CFF fonts; prefer trusted sources or sanitize the files before opening.
  • When no patch is immediately available, isolate machines that must process documents from the broader network or run LibreOffice in a sandboxed environment to limit potential damage.

Generated by OpenCVE AI on September 22, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description LibreOffice can read CFF fonts, which may be embedded in documents. A stack buffer overflow existed when reading the hints of a glyph. The number of hints was checked against the wrong bound, so a glyph declaring more hints than the array can hold wrote past its end. In fixed versions the hint count is checked against the capacity the array really has.
Title Stack buffer overflow in CFF font hint handling
Weaknesses CWE-787
References
Metrics cvssV4_0

{'score': 5.4, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N/E:P'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Document Fdn.

Published:

Updated: 2026-09-22T12:23:37.244Z

Reserved: 2026-07-16T08:17:05.512Z

Link: CVE-2026-63275

cve-icon Vulnrichment

Updated: 2026-09-22T12:23:29.296Z

cve-icon NVD

Status : Received

Published: 2026-09-22T12:17:13.287

Modified: 2026-09-22T13:17:10.527

Link: CVE-2026-63275

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T12:30:07Z

Weaknesses