LibTIFF

LibTIFF is a library for reading and writing Tagged Image File Format (abbreviated TIFF) files. The set also contains command line tools for processing TIFFs. It is distributed in source code and can be found as binary builds for all kinds of platforms. The LibTIFF software was originally written by Sam Leffler while working for Silicon Graphics.

LibTIFF
Original author(s)Sam Leffler,
Silicon Graphics
Initial release1988 (1988)
Stable release
4.6.0[1] Edit this on Wikidata / 13 September 2023 (13 September 2023)
Repository
Written inC
LicenseBSD-like licence
Websitelibtiff.gitlab.io/libtiff/

Features

Support for BigTIFF, files larger than 4 GiB, was included for LibTIFF 4.0.

Exploits

A TIFF file is composed of small descriptor blocks containing offsets into the file which point to a variety of data types. Incorrect offset values can cause programs to attempt to read erroneous portions of the file or attempt to read past the physical end of file. Improperly encoded packet or line lengths within the file can cause rendering programs which lack appropriate boundary checks to overflow their internal buffers.

Multiple buffer overflows have been found in LibTIFF.[2][3][4] Some of these have also been used to execute unsigned code on the PlayStation Portable,[5] as well as run third-party applications on the iPhone and iPod Touch firmware.[6]

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.