CVE-2026-63273
Received Received - Intake

Heap Buffer Overflow in LibreOffice Draw PDF Import

Vulnerability report for CVE-2026-63273, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: Document Foundation, The

Description

LibreOffice Draw can import PDF documents. A heap buffer overflow existed when importing an encrypted document. The length of the decryption key was taken from the document's own encryption dictionary and was used to fill a fixed size key buffer without being checked against it, so a length larger than that buffer wrote past its end. In fixed versions a declared key length larger than the buffer is rejected.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-22
Last Modified
2026-09-22
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
the_document_foundation libreoffice_draw From 3.2.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

LibreOffice Draw has a vulnerability when importing PDF documents. It involves a heap buffer overflow during the import of encrypted PDFs. The issue occurs because the decryption key length from the document's encryption dictionary is used to fill a fixed-size buffer without validation. If the key length exceeds the buffer size, it writes past the buffer's end, causing potential memory corruption.

Detection Guidance

This vulnerability can be detected by checking for LibreOffice Draw versions prior to the fixed release. Inspect installed versions using package managers like 'apt list --installed | grep libreoffice' or 'dnf list installed libreoffice*' on Linux. For PDF import testing, attempt to open encrypted PDFs with LibreOffice Draw and monitor for crashes or memory corruption errors.

Impact Analysis

This vulnerability could allow an attacker to execute arbitrary code or cause a denial of service by tricking a user into opening a specially crafted encrypted PDF file in LibreOffice Draw. Successful exploitation may lead to system compromise, data loss, or unauthorized access depending on the user's privileges.

Compliance Impact

This vulnerability may impact compliance by potentially exposing sensitive data if exploited, leading to unauthorized access or data breaches. Organizations handling regulated data under GDPR or HIPAA could face penalties if the vulnerability results in a data breach due to inadequate software security measures.

Mitigation Strategies

Update LibreOffice Draw to a fixed version where the decryption key length is properly validated to prevent heap buffer overflow.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63273. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart