Logo
componenttiff
Name
tiff
Version
4.3.0
Type
library
Description
Provides support for the Tag Image File Format (TIFF)
Licenses
libtiff
PURL
-
CPE
cpe:2.3:*:*:libtiff:4.3.0:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
4.7.1
scarthgap
4.6.0

Patches#


#
Title
Author
Resolve
1
Prevent some out-of-memory attacks
Su Laus <sulau@freenet.de>
CVE-2023-6277
2
tiffcrop: Do not reuse input buffer for subsequent images.
Su_Laus <sulau@freenet.de>
CVE-2023-26965
3
tiffcrop: Fix issue #330 and some more from 320 to 349
Su Laus <sulau@freenet.de>
4
Move the crop_width and crop_length computation after the
Su_Laus <sulau@freenet.de>
CVE-2022-2868
5
CVE-2023-25434 & CVE-2023-25435
Su_Laus <sulau@freenet.de>
CVE-2023-25434
CVE-2023-25435
6
tif_luv: Check and correct for NaN data in uv_encode().
Su_Laus <sulau@freenet.de>
CVE-2023-26966
7
Fix for thumbnail issue #715
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-8177
8
raw2tiff: fix integer overflow and bypass of the check (fixes #592)
Arie Haenel <arie.haenel@jct.ac.il>
CVE-2023-41175
9
tiffcrop subroutines require a larger buffer (fixes #271,
Su Laus <sulau@freenet.de>
CVE-2022-3570
CVE-2022-3598
10
Fix heap-buffer-overflow in function extractImageSection
zhailiangliang <zhailiangliang@loongson.cn>
CVE-2023-1916
11
tiffcrop.c: This update fixes also issues #350 and #351.
Su_Laus <sulau@freenet.de>
CVE-2022-2867
12
Check TIFFTAG_TILELENGTH and TIFFTAGTILEWIDTH for valid
Lee Howard <faxguy@howardsilvan.com>
CVE-2024-13978
13
countInkNamesString(): fix `UndefinedBehaviorSanitizer`:
xiaoxiaoafeifei <lliangliang2007@163.com>
CVE-2023-2908
14
tiffcrop: avoid nullptr dereference
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-61143
15
tif_dirread.c: only issue TIFFGetFileSize() for large enough
Even Rouault <even.rouault@spatialys.com>
CVE-2023-6277
16
tiffcrop: avoid buffer overflow
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-61144
17
TIFFClose() avoid NULL pointer dereferencing. fix#515
Su_Laus <sulau@freenet.de>
CVE-2023-3316
18
tif_jbig.c: fix crash when reading a file with multiple
Even Rouault <even.rouault@spatialys.com>
CVE-2022-0865
19
tiff2ps: check return of TIFFGetFiled() for
Su_Laus <sulau@freenet.de>
CVE-2025-8534
20
Fix tiffmedian bug #707
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-8176
21
TIFFFetchNormalTag(): avoid calling memcpy() with a null
Even Rouault <even.rouault@spatialys.com>
CVE-2022-0908
22
Attempt to address tiffcrop Coverity scan issues 1605444,
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-8851
23
tif_dirread.c: only issue TIFFGetFileSize() for large enough
Even Rouault <even.rouault@spatialys.com>
CVE-2023-6277
24
TIFFReadDirectory: fix OJPEG hack (fixes #319)
Even Rouault <even.rouault@spatialys.com>
CVE-2022-1354
25
TIFFReadDirectory(): avoid calling memcpy() with a null
Even Rouault <even.rouault@spatialys.com>
CVE-2022-0562
26
tiffcrop: disable incompatibility of -Z, -X, -Y, -z options
Su_Laus <sulau@freenet.de>
CVE-2022-3597
CVE-2022-3626
CVE-2022-3627
27
TIFFFetchStripThing(): avoid calling memcpy() with a null
Even Rouault <even.rouault@spatialys.com>
CVE-2022-0561
28
tiffcmp: fix memory leak when second file cannot be opened.
Su_Laus <sulau@freenet.de>
CVE-2025-9165
29
add checks for return value of limitMalloc (#392)
Augustus <wangdw.augustus@qq.com>
CVE-2022-0907
30
Improved IFD-Loop Handling (fixes #455)
Su Laus <sulau@freenet.de>
CVE-2022-40090
31
tiffcrop -S option: Make decision simpler.
Su_Laus <sulau@freenet.de>
32
tiffcrop: disable incompatibility of -S
Su_Laus <sulau@freenet.de>
CVE-2022-2953
33
codec of input image is available, independently from codec
Su_Laus <sulau@freenet.de>
CVE-2023-6228
34
tiffcp: avoid buffer overflow in "mode" string (fixes #400)
Su_Laus <sulau@freenet.de>
CVE-2022-1355
35
tiffset: fix global-buffer-overflow for ASCII tags where
4ugustus <wangdw.augustus@qq.com>
CVE-2022-22844
36
tiffcrop.c: Fix issue #352 heap-buffer-overflow by correcting
Su_Laus <sulau@freenet.de>
CVE-2022-2869
37
CVE-2023-25433
Su_Laus <sulau@freenet.de>
CVE-2023-25433
38
tiffcrop: fix double-free and memory leak exposed by issue
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-61145
CVE-2025-8961
39
TIFFReadRGBATileExt(): fix (unsigned) integer overflow on
Even Rouault <even.rouault@spatialys.com>
40
tiffcp: fix memory corruption (overflow) on hostile images
Arie Haenel <arie.haenel@jct.ac.il>
CVE-2023-40745
41
TIFFFetchDirectory(): remove useless allocsize vs filesize
Even Rouault <even.rouault@spatialys.com>
CVE-2023-6277
42
TIFFReadRGBAStrip/TIFFReadRGBATile: add more validation of
Even Rouault <even.rouault@spatialys.com>
CVE-2023-52356
43
fix heap buffer overflow in tiffcp (#278)
4ugustus <wangdw.augustus@qq.com>
CVE-2022-0924
44
tiffcrop: added check for assumption on composite images
Su Laus <sulau@freenet.de>
CVE-2023-0800
CVE-2023-0801
CVE-2023-0802
CVE-2023-0803
CVE-2023-0804
45
Consider error return of writeSelections(). Fixes #553
Su_Laus <sulau@freenet.de>
CVE-2023-3618
46
CVE-2022-34526
Hitendra Prajapati <hprajapati@mvista.com>
CVE-2022-34526
47
CVE-2023-0795
Markus Koschany <apo@debian.org>
CVE-2023-0795
CVE-2023-0796
CVE-2023-0797
CVE-2023-0798
CVE-2023-0799
48
Check return value of _TIFFCreateAnonField().
Su_Laus <sulau@freenet.de>
CVE-2024-7006
49
fix the FPE in tiffcrop (#415, #427, and #428)
4ugustus <wangdw.augustus@qq.com>
CVE-2022-2056
CVE-2022-2057
CVE-2022-2058
50
Don't skip the first line of the input image. Addresses
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-8176
51
tiffcrop: fixes #542, #550, #552 (buffer overflows, use after
Lee Howard <faxguy@howardsilvan.com>
CVE-2023-3164
52
tiffcrop: Correct simple copy paste error. Fix #488.
Su Laus <sulau@freenet.de>
CVE-2022-48281
53
conflict resolution
Lee Howard <faxguy@howardsilvan.com>
CVE-2025-8176
54
fix the FPE in tiffcrop (#393)
4ugustus <wangdw.augustus@qq.com>
CVE-2022-0909
55
tiffcrop: fix issue #380 and #382 heap buffer overflow in
Su Laus <sulau@freenet.de>
CVE-2022-0891
CVE-2022-1056
56
Fix memory leak in tiffcrop.c
zhailiangliang <zhailiangliang@loongson.cn>
CVE-2023-3576
57
tif_getimage.c: Fix buffer underflow crash for less raster
Su Laus <sulau@freenet.de>
CVE-2025-9900
58
Revised handling of TIFFTAG_INKNAMES and related
Su_Laus <sulau@freenet.de>
CVE-2022-3599
CVE-2022-4645
CVE-2023-30774

Vulnerabilities#


Name
Analysis
Description
Patched
A flaw was found in Libtiff. This vulnerability is a "write-what-where" condition, triggered when the library processes a specially crafted TIFF image file. By providing an abnormally large image height value in the file's metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.
Patched
A flaw has been found in LibTIFF 4.7.0. This affects the function _TIFFmallocExt/_TIFFCheckRealloc/TIFFHashSetNew/InitCCITTFax3 of the file tools/tiffcmp.c of the component tiffcmp. Executing manipulation can lead to memory leak. The attack is restricted to local execution. This attack is characterized by high complexity. It is indicated that the exploitability is difficult. The exploit has been published and may be used. There is ongoing doubt regarding the real existence of this vulnerability. This patch is called ed141286a37f6e5ddafb5069347ff5d587e7a4e0. It is best practice to apply a patch to resolve this issue. A researcher disputes the security impact of this issue, because "this is a memory leak on a command line tool that is about to exit anyway". In the reply the project maintainer declares this issue as "a simple 'bug' when leaving the command line tool and (...) not a security issue at all".
Patched
A weakness has been identified in LibTIFF 4.7.0. This affects the function main of the file tiffcrop.c of the component tiffcrop. Executing manipulation can lead to memory corruption. The attack can only be executed locally. The exploit has been made available to the public and could be exploited.
Patched
A vulnerability was determined in LibTIFF up to 4.5.1. Affected by this issue is the function readSeparateStripsetoBuffer of the file tools/tiffcrop.c of the component tiffcrop. The manipulation leads to stack-based buffer overflow. Local access is required to approach this attack. The patch is identified as 8a7a48d7a645992ca83062b3a1873c951661e2b3. It is recommended to apply a patch to fix this issue.
Patched
A vulnerability classified as problematic was found in libtiff 4.6.0. This vulnerability affects the function PS_Lvl2page of the file tools/tiff2ps.c of the component tiff2ps. The manipulation leads to null pointer dereference. It is possible to launch the attack on the local host. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. The name of the patch is 6ba36f159fd396ad11bf6b7874554197736ecc8b. It is recommended to apply a patch to fix this issue. One of the maintainers explains, that "[t]his error only occurs if DEFER_STRILE_LOAD (defer-strile-load:BOOL=ON) or TIFFOpen( .. "rD") option is used."
Patched
A vulnerability was found in LibTIFF up to 4.7.0. It has been rated as critical. This issue affects the function setrow of the file tools/thumbnail.c. The manipulation leads to buffer overflow. An attack has to be approached locally. The patch is named e8c9d6c616b19438695fd829e58ae4fde5bfbc22. It is recommended to apply a patch to fix this issue. This vulnerability only affects products that are no longer supported by the maintainer.
Patched
A vulnerability was found in LibTIFF up to 4.7.0. It has been declared as critical. This vulnerability affects the function get_histogram of the file tools/tiffmedian.c. The manipulation leads to use after free. The attack needs to be approached locally. The exploit has been disclosed to the public and may be used. The patch is identified as fe10872e53efba9cc36c66ac4ab3b41a839d5172. It is recommended to apply a patch to fix this issue.
Patched
libtiff up to v4.7.1 was discovered to contain a double free via the component tools/tiffcrop.c.
Patched
libtiff up to v4.7.1 was discovered to contain a stack overflow via the readSeparateStripsIntoBuffer function.
Patched
libtiff up to v4.7.1 was discovered to contain a NULL pointer dereference via the component libtiff/tif_open.c.
Patched
A null pointer dereference flaw was found in Libtiff via `tif_dirinfo.c`. This issue may allow an attacker to trigger memory allocation failures through certain means, such as restricting the heap space size or injecting faults, causing a segmentation fault. This can cause an application crash, eventually leading to a denial of service.
Patched
A vulnerability was found in LibTIFF up to 4.7.0. It has been declared as problematic. Affected by this vulnerability is the function t2p_read_tiff_init of the file tools/tiff2pdf.c of the component fax2ps. The manipulation leads to null pointer dereference. The attack needs to be approached locally. The complexity of an attack is rather high. The exploitation appears to be difficult. The patch is named 2ebfffb0e8836bfb1cd7d85c059cd285c59761a4. It is recommended to apply a patch to fix this issue.
Patched
An out-of-memory flaw was found in libtiff. Passing a crafted tiff file to TIFFOpen() API may allow a remote attacker to cause a denial of service via a craft input with size smaller than 379 KB.
Patched
An issue was found in the tiffcp utility distributed by the libtiff package where a crafted TIFF file on processing may cause a heap-based buffer overflow leads to an application crash.
Patched
A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.
Exploitable
An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.
Patched
A vulnerability was found in libtiff due to multiple potential integer overflows in raw2tiff.c. This flaw allows remote attackers to cause a denial of service or possibly execute an arbitrary code via a crafted tiff image, which triggers a heap-based buffer overflow.
Patched
LibTIFF is vulnerable to an integer overflow. This flaw allows remote attackers to cause a denial of service (application crash) or possibly execute an arbitrary code via a crafted tiff image, which triggers a heap-based buffer overflow.
Patched
A flaw was found in libtiff. A specially crafted tiff file can lead to a segmentation fault due to a buffer overflow in the Fax3Encode function in libtiff/tif_fax3.c, resulting in a denial of service.
Patched
A memory leak flaw was found in Libtiff's tiffcrop utility. This issue occurs when tiffcrop operates on a TIFF image file, allowing an attacker to pass a crafted TIFF image file to tiffcrop utility, which causes this memory leak issue, resulting an application crash, eventually leading to a denial of service.
Patched
A NULL pointer dereference in TIFFClose() is caused by a failure to open an output file (non-existent path or a path that requires permissions like /dev/null) while specifying zones.
Patched
A heap-buffer-overflow vulnerability was found in LibTIFF, in extractImageSection() at tools/tiffcrop.c:7916 and tools/tiffcrop.c:7801. This flaw allows attackers to cause a denial of service via a crafted tiff file.
Patched
A vulnerability was found in the libtiff library. This flaw causes a heap buffer overflow issue via the TIFFTAG_INKNAMES and TIFFTAG_NUMBEROFINKS values.
Patched
A null pointer dereference issue was found in Libtiff's tif_dir.c file. This issue may allow an attacker to pass a crafted TIFF image file to the tiffcp utility which triggers a runtime error that causes undefined behavior. This will result in an application crash, eventually leading to a denial of service.
Patched
libtiff 4.5.0 is vulnerable to Buffer Overflow in uv_encode() when libtiff reads a corrupted little-endian TIFF file and specifies the output to be big-endian.
Patched
loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based use after free via a crafted TIFF image.
Patched
libtiff 4.5.0 is vulnerable to Buffer Overflow via extractContigSamplesShifted8bits() at /libtiff/tools/tiffcrop.c:3753.
Patched
libtiff 4.5.0 is vulnerable to Buffer Overflow via extractContigSamplesBytes() at /libtiff/tools/tiffcrop.c:3215.
Patched
libtiff 4.5.0 is vulnerable to Buffer Overflow via /libtiff/tools/tiffcrop.c:8499. Incorrect updating of buffer size after rotateImage() in tiffcrop cause heap-buffer-overflow and SEGV.
Patched
A flaw was found in tiffcrop, a program distributed by the libtiff package. A specially crafted tiff file can lead to an out-of-bounds read in the extractImageSection function in tools/tiffcrop.c, resulting in a denial of service and limited information disclosure. This issue affects libtiff versions 4.x.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3609, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3516, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3724, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in libtiff/tif_unix.c:368, invoked by tools/tiffcrop.c:2903 and tools/tiffcrop.c:6778, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3502, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3701, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3400, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in libtiff/tif_unix.c:368, invoked by tools/tiffcrop.c:2903 and tools/tiffcrop.c:6921, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3592, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3488, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.
Patched
processCropSelections in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based buffer overflow (e.g., "WRITE of size 307203") via a crafted TIFF image.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in tiffcp in tools/tiffcp.c:948, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit e8131125.
Patched
An issue was discovered in function TIFFReadDirectory libtiff before 4.4.0 allows attackers to cause a denial of service via crafted TIFF file.
Exploitable
A vulnerability was found in LibTIFF. It has been classified as critical. This affects the function TIFFReadRGBATileExt of the file libtiff/tif_getimage.c. The manipulation leads to integer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The name of the patch is 227500897dfb07fb7d27f7aa570050e62617e3be. It is recommended to apply a patch to fix this issue. The identifier VDB-213549 was assigned to this vulnerability.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in _TIFFmemcpy in libtiff/tif_unix.c:346 when called from extractImageSection, tools/tiffcrop.c:6860, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 236b7191.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in _TIFFmemset in libtiff/tif_unix.c:340 when called from processCropSelections, tools/tiffcrop.c:7619, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 236b7191.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in writeSingleSection in tools/tiffcrop.c:7345, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit e8131125.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in extractContigSamplesShifted24bits in tools/tiffcrop.c:3604, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit cfbb883b.
Patched
LibTIFF 4.4.0 has an out-of-bounds write in _TIFFmemcpy in libtiff/tif_unix.c:346 when called from extractImageSection, tools/tiffcrop.c:6826, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 236b7191.
Patched
Multiple heap buffer overflows in tiffcrop.c utility in libtiff library Version 4.4.0 allows attacker to trigger unsafe or out of bounds memory access via crafted TIFF image file which could result into application crash, potential information disclosure or any other context-dependent impact
Patched
A stack overflow was discovered in the _TIFFVGetField function of Tiffsplit v4.4.0. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted TIFF file parsed by the "tiffsplit" or "tiffcrop" utilities.
Patched
LibTIFF 4.4.0 has an out-of-bounds read in extractImageSection in tools/tiffcrop.c:6905, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 48d6ece8.
Patched
libtiff's tiffcrop tool has a uint32_t underflow which leads to out of bounds read and write in the extractContigSamples8bits routine. An attacker who supplies a crafted file to tiffcrop could trigger this flaw, most likely by tricking a user into opening the crafted file with tiffcrop. Triggering this flaw could cause a crash or potentially further exploitation.
Patched
libtiff's tiffcrop utility has a improper input validation flaw that can lead to out of bounds read and ultimately cause a crash if an attacker is able to supply a crafted file to tiffcrop.
Patched
libtiff's tiffcrop utility has a uint32_t underflow that can lead to out of bounds read and write. An attacker who supplies a crafted file to tiffcrop (likely via tricking a user to run tiffcrop on it with certain parameters) could cause a crash or in some cases, further exploitation.
Patched
LibTIFF 4.3.0 has an out-of-bounds read in _TIFFmemcpy in tif_unix.c in certain situations involving a custom tag and 0x0200 as the second word of the DE field.
Patched
Divide By Zero error in tiffcrop in libtiff 4.4.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f3a5e010.
Patched
Divide By Zero error in tiffcrop in libtiff 4.4.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f3a5e010.
Patched
Divide By Zero error in tiffcrop in libtiff 4.4.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f3a5e010.
Patched
A stack buffer overflow flaw was found in Libtiffs' tiffcp.c in main() function. This flaw allows an attacker to pass a crafted TIFF file to the tiffcp tool, triggering a stack buffer overflow issue, possibly corrupting the memory, and causing a crash that leads to a denial of service.
Patched
A heap buffer overflow flaw was found in Libtiffs' tiffinfo.c in TIFFReadRawDataStriped() function. This flaw allows an attacker to pass a crafted TIFF file to the tiffinfo tool, triggering a heap buffer overflow issue and causing a crash that leads to a denial of service.
Patched
Out-of-bounds Read error in tiffcrop in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 46dc8fcd.
Patched
Out-of-bounds Read error in tiffcp in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 408976c4.
Patched
Divide By Zero error in tiffcrop in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f8d0f9aa.
Patched
Null source pointer passed as an argument to memcpy() function within TIFFFetchNormalTag () in tif_dirread.c in libtiff versions up to 4.3.0 could lead to Denial of Service via crafted TIFF file.
Patched
Unchecked Return Value to NULL Pointer Dereference in tiffcrop in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f2b656e2.
Patched
A heap buffer overflow in ExtractImageSection function in tiffcrop.c in libtiff library Version 4.3.0 allows attacker to trigger unsafe or out of bounds memory access via crafted TIFF image file which could result into application crash, potential information disclosure or any other context-dependent impact
Patched
Reachable Assertion in tiffcp in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 5e180045.
Patched
Null source pointer passed as an argument to memcpy() function within TIFFReadDirectory() in tif_dirread.c in libtiff versions from 4.0 to 4.3.0 could lead to Denial of Service via crafted TIFF file. For users that compile libtiff from sources, a fix is available with commit 561599c.
Patched
Null source pointer passed as an argument to memcpy() function within TIFFFetchStripThing() in tif_dirread.c in libtiff versions from 3.9.0 to 4.3.0 could lead to Denial of Service via crafted TIFF file. For users that compile libtiff from sources, the fix is available with commit eecb0712.