CVE Catalog

CVE-2026-18495

MediumCVSS 6.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

A heap-buffer overflow vulnerability exists in the libtiff tiff2pdf utility due to an integer truncation error when processing crafted BigTIFF files. A 64-bit StripByteCounts value is truncated to a 32-bit integer, leading to an undersized memory allocation and a subsequent out-of-bounds memory copy, resulting in a crash and severe memory corruption.

Risk Assessment

An attacker can supply a specially crafted BigTIFF file to crash the application or potentially achieve arbitrary code execution in the context of the process handling the image.

Recommendation

Update libtiff to a version containing the fix for this issue and avoid processing untrusted BigTIFF files with tiff2pdf until the update is applied.

Other vulnerabilities in libtiff

See all
Original NVD description (English source)

A flaw was found in libtiff. A heap-buffer overflow vulnerability exists in the `tiff2pdf` utility due to an integer truncation error when processing crafted BigTIFF files. An attacker can provide a specially crafted BigTIFF file, causing a 64-bit `StripByteCounts` value to be truncated to a 32-bit integer. This leads to an undersized memory allocation and a subsequent out-of-bounds memory copy, resulting in a crash and severe memory corruption.

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