CVE Catalog

CVE-2026-39919

CriticalCVSS 9.8
Published: Translated: NVD NIST

Summary

Ghostscript before 10.08.0 contains a heap-based buffer overflow in the JPEG 2000 output adapter (base/sjpx_openjpeg.c). An attacker can cause memory corruption by supplying a crafted PDF containing a JPEG 2000 image with mismatched component subsampling factors. The issue is fixed in version 10.08.0.

Risk Assessment

Memory corruption and code execution are possible by processing a malicious PDF, potentially leading to compromise of the document-processing process. The risk is high in systems that automatically process user-supplied PDFs.

Recommendation

Upgrade Ghostscript to version 10.08.0 or later. Until then, avoid processing untrusted PDFs in high-privilege contexts.

Other vulnerabilities in Ghostscript

See all
Original NVD description (English source)

Ghostscript before 10.08.0 contains a heap-based buffer overflow vulnerability in the JPEG 2000 output adapter (base/sjpx_openjpeg.c) that allows attackers to cause memory corruption by supplying a crafted PDF containing a JPEG 2000 image with mismatched component subsampling factors. When image components declare different subsampling values, the non-samescale sub-byte-depth output path allocates a row buffer sized for packed output but writes a full byte per output column regardless of bit depth, overflowing the allocation and corrupting internal chunk-allocator metadata to achieve code execution.

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