Package: tiff / 4.5.0-6+deb12u2
Metadata
Package | Version | Patches format |
---|---|---|
tiff | 4.5.0-6+deb12u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
add a tif_config.h include.patch | (download) |
libtiff/tif_hash_set.c |
1 1 + 0 - 0 ! |
[patch] tif_hash_set.c: add a tif_config.h include (mostly for gdal renaming symbols trick) |
TIFFWriteDirectorySec_avoid_harmless_unsigned integer overflow.patch | (download) |
libtiff/tif_dirwrite.c |
7 6 + 1 - 0 ! |
[patch] tiffwritedirectorysec(): avoid harmless unsigned-integer-overflow Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54311 |
TIFFSetDirectory_avoid_harmless_unsigned integer overflow.patch | (download) |
libtiff/tif_dir.c |
8 6 + 2 - 0 ! |
[patch] tiffsetdirectory: avoid harmless unsigned-integer-overflow Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54343 |
no_smartquotes.patch | (download) |
doc/conf.py |
2 2 + 0 - 0 ! |
don't use smartquotes for sphinx Don't let Sphinx inconsistently alter quotes and dashes in rst files. |
CVE 2022 48281.patch | (download) |
tools/tiffcrop.c |
2 1 + 1 - 0 ! |
[patch] tiffcrop: correct simple copy paste error. fix #488. |
tiffcrop_correctly_update_buffersize.patch | (download) |
tools/tiffcrop.c |
36 20 + 16 - 0 ! |
[patch] tiffcrop correctly update buffersize after rotateimage() fix#520 rotateImage() set up a new buffer and calculates its size individually. Therefore, seg_buffs[] size needs to be updated accordingly. |
TIFFClose_avoid_NULL_pointer_dereferencing.patch | (download) |
libtiff/tif_close.c |
11 7 + 4 - 0 ! |
[patch] tiffclose() avoid null pointer dereferencing. fix#515 Closes #515 |
CVE 2023 0800_CVE 2023 0801_CVE 2023 0802_CVE 2023 0803_CVE 2023 0804.patch | (download) |
tools/tiffcrop.c |
68 66 + 2 - 0 ! |
[patch] tiffcrop: added check for assumption on composite images (fixes #496) tiffcrop: For composite images with more than one region, the combined_length or combined_width always needs to be equal, respectively. Otherwise, even the first section/region copy action might cause buffer overrun. This is now checked before the first copy action. Closes #496, #497, #498, #500, #501. |
CVE 2023 0795_CVE 2023 0796_CVE 2023 0797_CVE 2023 0798_CVE 2023 0799.patch | (download) |
tools/tiffcrop.c |
59 35 + 24 - 0 ! |
[patch] tiffcrop: amend rotateimage() not to toggle the input (main) image width and length parameters when only cropped image sections are rotated. Remove buffptr from region structure because never used. Closes #492 #493 #494 #495 #499 #518 #519 |
CVE 2023 2731.patch | (download) |
libtiff/tif_lzw.c |
5 5 + 0 - 0 ! |
[patch] lzwdecode(): avoid crash when trying to read again from a strip with a missing end-of-information marker (fixes #548) |
CVE 2023 3576.patch | (download) |
tools/tiffcrop.c |
7 6 + 1 - 0 ! |
[patch] fix memory leak in tiffcrop.c |
CVE 2023 40745.patch | (download) |
tools/tiffcp.c |
7 7 + 0 - 0 ! |
[patch] tiffcp: fix memory corruption (overflow) on hostile images (fixes #591) |
CVE 2023 41175.patch | (download) |
tools/raw2tiff.c |
28 28 + 0 - 0 ! |
[patch] raw2tiff: fix integer overflow and bypass of the check (fixes #592) |
CVE 2023 26965.patch | (download) |
tools/tiffcrop.c |
47 13 + 34 - 0 ! |
[patch] tiffcrop: do not reuse input buffer for subsequent images. Fix issue 527 |
CVE 2023 25433.patch | (download) |
tools/tiffcrop.c |
36 33 + 3 - 0 ! |
[patch] tiffcrop correctly update buffersize after rotateimage() fix#520 -- enlarge buffsize and check integer overflow within rotateImage(). |
CVE 2023 3618.patch | (download) |
tools/tiffcrop.c |
13 9 + 4 - 0 ! |
[patch] consider error return of writeselections(). fixes #553 |
CVE 2023 2908.patch | (download) |
libtiff/tif_dir.c |
4 2 + 2 - 0 ! |
[patch] countinknamesstring(): fix `undefinedbehaviorsanitizer`: applying zero offset to null pointer |
CVE 2023 52356.patch | (download) |
libtiff/tif_getimage.c |
15 15 + 0 - 0 ! |
[patch] tiffreadrgbastrip/tiffreadrgbatile: add more validation of col/row (fixes #622) |
CVE 2023 26966.patch | (download) |
libtiff/tif_luv.c |
7 7 + 0 - 0 ! |
[patch] tif_luv: check and correct for nan data in uv_encode(). |
CVE 2024 7006.patch | (download) |
libtiff/tif_dirinfo.c |
2 1 + 1 - 0 ! |
[patch] check return value of _tiffcreateanonfield(). |