CVE Catalog

CVE-2026-63272

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 can import WMF graphics, which may be embedded in documents. A heap buffer overflow exists when importing a text record that carries its own character advance widths because the count of advance values and the text length are read separately and not required to agree. In fixed versions, an advance array shorter than its text is ignored.

Risk Assessment

Opening a malicious document with an embedded WMF graphic could cause a heap buffer overflow, leading to a crash or potential code execution. This may result in remote code execution.

Recommendation

Update LibreOffice to a version that includes the fix ignoring an advance array shorter than its text. Avoid opening documents from untrusted sources.

Other vulnerabilities in LibreOffice

See all
Original NVD description (English source)

LibreOffice can import WMF graphics, which may be embedded in documents. A heap buffer overflow existed when importing a text record that carries its own character advance widths. The count of advance values and the length of the text were read separately from the file and were not required to agree, so drawing the text walked the advance array by character position and ran past its end when the array was the shorter of the two. In fixed versions an advance array shorter than its text is ignored.

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