CVE Catalog

CVE-2026-63274

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 Draw can import PDF documents. A heap buffer overflow exists when importing a stream object because the stream length is taken from its own dictionary and not checked against the actual number of bytes present. In fixed versions, the declared length is clamped to the bytes actually read.

Risk Assessment

Opening a malicious PDF in LibreOffice Draw 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 clamping the declared length to the bytes read. Avoid opening PDF files from untrusted sources.

Other vulnerabilities in LibreOffice

See all
Original NVD description (English source)

LibreOffice Draw can import PDF documents. A heap buffer overflow existed when importing a stream object. The length of the stream was taken from the object's own dictionary and was not checked against the number of bytes actually present, so copying the stream read and wrote past the end of the buffer holding it. In fixed versions the declared length is clamped to the bytes actually read.

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