6 matches found
CVE-2026-63274
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...
CVE-2026-63273
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 large...
CVE-2026-63274
LibreOffice Draw is affected by a heap buffer overflow in its PDF import stream handling . When importing a stream object, the declared length from the object's dictionary was not validated against the number of bytes actually present, causing the copy operation to read and write past the end of ...
CVE-2026-63273
LibreOffice Draw is vulnerable to a heap buffer overflow when importing encrypted PDF documents. The root cause lies in the PDF import's encryption handling: the decryption key length was read directly from the document's own encryption dictionary and used to fill a fixed-size key buffer without ...
CVE-2023-36664
CVE-2023-36664 : Ghostscript リモートコード実行 CVE-2023-36664 の概念実証。 使用方法 .eps ファイルにペイロードを挿入するには: root@kitploit: python3 poc.py -f "filename" --payload "command" python3 poc.py -f file.eps --payload firefox .eps ファイルにリバースシェルペイロードを挿入するには: root@kitploit: python3 poc.py -f "filename" --revshell --ip "ip"...