CVE Catalog

CVE-2026-63276

MediumCVSS 5.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

LibreOffice converts CFF fonts to Type 1 when subsetting a font, which occurs when exporting a document to PDF; CFF fonts may be embedded in documents. A stack buffer overflow exists in this conversion because converted operators are written into a fixed-size buffer without checking if they still fit. In fixed versions, the remaining capacity is tracked and conversion stops when it is used up.

Risk Assessment

Exporting a malicious document to PDF could trigger a stack buffer overflow, leading to a crash or potential code execution. This may result in remote code execution in the user's context.

Recommendation

Update LibreOffice to a version that includes the fix tracking remaining buffer capacity. Avoid exporting documents from untrusted sources to PDF.

Other vulnerabilities in LibreOffice

See all
Original NVD description (English source)

LibreOffice converts CFF fonts to Type 1 when it subsets a font, which happens when a document is exported to PDF, and CFF fonts may be embedded in documents. A stack buffer overflow existed in that conversion. The converted operators were written into a fixed size buffer with no check that they still fit, so a glyph emitting many operators wrote past the end of the buffer. In fixed versions the remaining capacity is tracked and the conversion stops when it is used up.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS