REDHAT-BUG-2531414: Buffer Overflow

Published Sep 10, 2026
·
Updated

An AddressSanitizer (ASan)-confirmed heap-buffer overflow exists in the tiff2pdf utility of libtiff (tested on version 4.5.0). The vulnerability is triggered during the processing of crafted BigTIFF files, leading to a massive out-of-bounds memory copy that causes a crash and presents a severe memory corruption risk.

Technical Details

The root cause is an integer truncation flaw located in the JPEG raw passthrough path within tools/tiff2pdf.c, specifically in the t2preadwritepdfimage() function.When parsing BigTIFF files, StripByteCounts values are correctly read as 64-bit unsigned integers (uint64t). However, the variable used to track the maximum strip length—maxstriplength—is declared as a 32-bit unsigned integer (uint32t). If an attacker provides a crafted BigTIFF file with a StripByteCounts value exceeding the 32-bit limit, the value is truncated upon assignment to maxstriplength.This truncation results in an undersized heap allocation. Subsequently, TIFFReadRawStrip(..., -1) attempts to copy the full 64-bit strip byte count into this inadequate buffer, resulting in a heap-based buffer overflow that can exceed 4GB.

Affected VersionsVulnerable:

libtiff versions 3.9.0 through 4.7.0.

Fixed: libtiff version 4.7.1.

Upstream Status and RemediationUpstream developers have addressed this issue in version 4.7.1 by changing the data type of maxstriplength from uint32t to uint64t.

Note for Downstream Maintainers: The upstream libtiff project policy focuses on maintaining the current source tree and issuing new releases rather than backporting patches to legacy versions.

Commit: https://gitlab.com/libtiff/libtiff/-/commit/67fd283d276f09db54dc39b9ef7b979d4b45c4b1Merge Request (!729): https://gitlab.com/libtiff/libtiff/-/mergerequests/729

Affected Software

1 affected component
LibTIFF libtiff>=3.9.0<=4.7.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade libtiff to a version that resolves this vulnerability.

    Fixed in 4.7.1
  2. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Patch 729
  3. Operational

    If libtiff parsing tools (e.g., tiff2pdf) processed crafted BigTIFF files, assume a potential crash/memory corruption and restart the affected process and re-run any impacted jobs using updated libtiff 4.7.1.

Event History

Sep 10, 2026
Data Sourced
via Red Hat·12:33 PM
DescriptionSeverityAffected Software

Frequently Asked Questions

1

What conditions are required to trigger the overflow?

The tiff2pdf utility must process an attacker-crafted BigTIFF file through its JPEG raw passthrough path. The file needs a StripByteCounts value larger than the 32-bit limit, causing the strip-length value to be truncated before allocation.

2

Is libtiff 4.5.0 affected?

Yes. The issue was tested and confirmed in libtiff version 4.5.0.

3

What is the immediate operational risk when the flaw is triggered?

Processing the malicious file can crash tiff2pdf. The undersized allocation is followed by a raw strip copy using the full 64-bit byte count, producing heap memory corruption that can exceed 4 GB.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203