REDHAT-BUG-2392784

Published Sep 3, 2025
·
Updated

Write-What-Where in libtiff via TIFFReadRGBAImageOriented The vulnerability resides in the raster decoding logic of libtiff, specifically when processing paletted (indexed color) images with malformed metadata. The function TIFFReadRGBAImageOriented() computes a pointer offset into the raster buffer based on user-controlled image metadata: raster + (rheight - img.height) * rwidth If the attacker supplies a very large value for img.height (e.g., 0xFFFF) and a valid rheight (e.g., 256), this computation results in a large positive offset, causing the raster pointer (cp) passed into functions like put8bitcmaptile() or put1bitbwtile() to point beyond the bounds of the allocated buffer. Inside those functions, memory writes occur like this: *cp++ = PALmap[*pp][0]; • The write address (cp) is attacker-controlled via the offset calculation from img.height. • The value written (PALmap[*pp][0]) is also attacker-controlled: ◦ *pp is dereferenced from pixel data in the image file. ◦ PALmap is constructed from the image's color palette, which the attacker also controls. This constitutes a write-what-where vulnerability with a attacker control. Exploitation of a write-what-where primitive can lead to denial of service or code execution through supply of maliciously crafted files.

Affected Software

1 affected component
LibTIFF libtiff

Event History

Sep 3, 2025
Data Sourced
via Red Hat·03:01 AM
DescriptionSeverityAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of REDHAT-BUG-2392784?

The severity of REDHAT-BUG-2392784 is considered high due to its potential to allow arbitrary memory writes.

2

How do I fix REDHAT-BUG-2392784?

To fix REDHAT-BUG-2392784, update libtiff to the latest version that resolves the vulnerability.

3

What systems are affected by REDHAT-BUG-2392784?

REDHAT-BUG-2392784 affects systems using the LibTIFF library when processing malformed paletted images.

4

What type of vulnerability is REDHAT-BUG-2392784?

REDHAT-BUG-2392784 is categorized as a Write-What-Where vulnerability in the libtiff library.

5

What is the impact of exploiting REDHAT-BUG-2392784?

Exploiting REDHAT-BUG-2392784 can lead to arbitrary code execution or a system crash due to memory corruption.

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
REDHAT-BUG-2392784 - SecAlerts