suse-su-2025:20971-1
Vulnerability from csaf_suse
Published
2025-11-06 11:07
Modified
2025-11-06 11:07
Summary
Security update for tiff
Notes
Title of the patch
Security update for tiff
Description of the patch
This update for tiff fixes the following issues:
- Update to 4.7.1:
Security:
* CVE-2025-8177: Fixed possible buffer overflow in tools/thumbnail.c:setrow() when processing malformed TIFF files (bsc#1247106)
* CVE-2025-8176: Fixed heap use-after-free in tools/tiffmedian.c (bsc#1247108)
* CVE-2024-13978: libtiff: Fixed LibTIFF Null Pointer Dereference (bsc#1247581)
* CVE-2025-8534: Fixed null pointer dereference in function PS_Lvl2page (bsc#1247582)
* CVE-2025-8961: Fixed segmentation fault via main function of tiffcrop utility (bsc#1248117)
* CVE-2025-9165: libtiff: Fixed local execution manipulation leading to memory leak (bsc#1248330)
* CVE-2025-9900: libtiff: Fixed Write-What-Where via TIFFReadRGBAImageOriented (bsc#1250413)
Software configuration changes:
* Define HAVE_JPEGTURBO_DUAL_MODE_8_12 and LERC_STATIC in tif_config.h.
* CMake: define WORDS_BIGENDIAN via tif_config.h
* doc/CMakeLists.txt: remove useless cmake_minimum_required()
* CMake: fix build with LLVM/Clang 17 (fixes issue #651)
* CMake: set CMP0074 new policy
* Set LINKER_LANGUAGE for C targets with C deps
* Export tiffxx cmake target (fixes issue #674)
* autogen.sh: Enable verbose wget.
* configure.ac: Syntax updates for Autoconf 2.71
* autogen.sh: Re-implement based on autoreconf. Failure to update
config.guess/config.sub does not return error (fixes issue #672)
* CMake: fix CMake 4.0 warning when minimum required version is < 3.10.
* CMake: Add build option tiff-static (fixes issue #709)
Library changes:
* Add TIFFOpenOptionsSetWarnAboutUnknownTags() for explicit control
about emitting warnings for unknown tags. No longer emit warnings
about unknown tags by default
* tif_predict.c: speed-up decompression in some cases.
Bug fixes:
* tif_fax3: For fax group 3 data if no EOL is detected, reading is
retried without synchronisation for EOLs. (fixes issue #54)
* Updating TIFFMergeFieldInfo() with read_count=write_count=0 for
FIELD_IGNORE. Updating TIFFMergeFieldInfo() with read_count=write_count=0 for
FIELD_IGNORE. Improving handling when field_name = NULL. (fixes issue #532)
* tiff.h: add COMPRESSION_JXL_DNG_1_7=52546 as used for JPEGXL compression in
the DNG 1.7 specification
* TIFFWriteDirectorySec: Increment string length for ASCII tags for codec tags
defined with FIELD_xxx bits, as it is done for FIELD_CUSTOM tags. (fixes issue #648)
* Do not error out on a tag whose tag count value is zero, just issue a warning.
Fix parsing a private tag 0x80a6 (fixes issue #647)
* TIFFDefaultTransferFunction(): give up beyond td_bitspersample = 24
* tif_getimage.c: Remove unnecessary calls to TIFFRGBAImageOK() (fixes issue #175)
* Fix writing a Predictor=3 file with non-native endianness
* _TIFFVSetField(): fix potential use of unallocated memory (out-of-bounds
* read / nullptr dereference) in case of out-of-memory situation when dealing with
custom tags (fixes issue #663)
* tif_fax3.c: Error out for CCITT fax encoding if SamplesPerPixel is not equal 1 and
PlanarConfiguration = Contiguous (fixes issue #26)
* tif_fax3.c: error out after a number of times end-of-line or unexpected bad code
words have been reached. (fixes issue #670)
* Fix memory leak in TIFFSetupStrips() (fixes issue #665)
* tif_zip.c: Provide zlib allocation functions. Otherwise for zlib built with
-DZ_SOLO inflating will fail.
* Fix memory leak in _TIFFSetDefaultCompressionState. (fixes issue #676)
* tif_predict.c: Don’t overwrite input buffer of TIFFWriteScanline() if "prediction"
is enabled. Use extra working buffer in PredictorEncodeRow(). (fixes issue #5)
* tif_getimage.c: update some integer overflow checks (fixes issue #79)
* TIFFReadRGBAImage(): several fixes to avoid buffer overflows.
* Correct passing arguments to TIFFCvtIEEEFloatToNative() and TIFFCvtIEEEDoubleToNative()
if HAVE_IEEEFP is not defined. (fixes issue #699)
* LZWDecode(): avoid nullptr dereference when trying to read again after EOI marker
has been found with remaining output bytes (fixes issue #698)
* TIFFSetSubDirectory(): check _TIFFCheckDirNumberAndOffset() return.
* TIFFUnlinkDirectory() and TIFFWriteDirectorySec(): clear tif_rawcp when clearing
tif_rawdata (fixes issue #711)
* JPEGEncodeRaw(): error out if a previous scanline failed to be written, to avoid
out-of-bounds access (fixes issue #714)
* tif_jpeg: Fix bug in JPEGDecodeRaw() if JPEG_LIB_MK1_OR_12BIT is defined for 8/12bit
dual mode, introduced in libjpeg-turbo 2.2, which was actually released as 3.0.
Fixes issue #717
* add assert for TIFFReadCustomDirectory infoarray check.
* ppm2tiff: Fix bug in pack_words trailing bytes, where last two bytes of each line
were written wrongly. (fixes issue #467)
* fax2ps: fix regression of commit 28c38d648b64a66c3218778c4745225fe3e3a06d where
TIFFTAG_FAXFILLFUNC is being used rather than an output buffer (fixes issue #649)
* tiff2pdf: Check TIFFTAG_TILELENGTH and TIFFTAGTILEWIDTH (fixes issue #650)
* tiff2pdf: check h_samp and v_samp for range 1 to 4 to avoid division by zero.
Fixes issue #654
* tiff2pdf: avoid null pointer dereference. (fixes issue #741)
* Improve non-secure integer overflow check (comparison of division result with
multiplicant) at compiler optimisation in tiffcp, rgb2ycbcr and tiff2rgba.
Fixes issue #546
* tiff2rgba: fix some "a partial expression can generate an overflow before it is
assigned to a broader type" warnings. (fixes issue #682)
* tiffdither/tiffmedian: Don't skip the first line of the input image. (fixes issue #703)
* tiffdither: avoid out-of-bounds read identified in issue #733
* tiffmedian: error out if TIFFReadScanline() fails (fixes issue #707)
* tiffmedian: close input file. (fixes issue #735)
* thumbail: avoid potential out of bounds access (fixes issue #715)
* tiffcrop: close open TIFF files and release allocated buffers before exiting in case
of error to avoid memory leaks. (fixes issue #716)
* tiffcrop: fix double-free and memory leak exposed by issue #721
* tiffcrop: avoid buffer overflow. (fixes issue #740)
* tiffcrop: avoid nullptr dereference. (fixes issue #734)
* tiffdump: Fix coverity scan issue CID 1373365: Passing tainted expression *datamem
to PrintData, which uses it as a divisor or modulus.
* tiff2ps: check return of TIFFGetFiled() for TIFFTAG_STRIPBYTECOUNTS and
TIFFTAG_TILEBYTECOUNTS to avoid NULL pointer dereference. (fixes issue #718)
* tiffcmp: fix memory leak when second file cannot be opened. (fixes issue #718 and issue #729)
* tiffcp: fix setting compression level for lossless codecs. (fixes issue #730)
* raw2tiff: close input file before exit (fixes issue #742)
Tools changes:
* tiffinfo: add a -W switch to warn about unknown tags.
* tiffdither: process all pages in input TIFF file.
Documentation:
* TIFFRGBAImage.rst note added for incorrect saving of images with TIFF orientation
from 5 (LeftTop) to 8 (LeftBottom) in the raster.
* TIFFRGBAImage.rst note added about un-associated alpha handling (fixes issue #67)
* Update "Defining New TIFF Tags" description. (fixes issue #642)
* Fix return type of TIFFReadEncodedTile()
* Update the documentation to reflect deprecated typedefs.
* TIFFWriteDirectory.rst: Clarify TIFFSetWriteOffset() only sets offset for image
data and not for IFD data.
* Update documentation on re-entrancy and thread safety.
* Remove dead links to no more existing Awaresystems web-site.
* Updating BigTIFF specification and some miscelaneous editions.
* Replace some last links and remove last todos.
* Added hints for correct allocation of TIFFYCbCrtoRGB structure and its
associated buffers. (fixes issue #681)
* Added chapter to "Using the TIFF Library" with links to handling multi-page TIFF
and custom directories. (fixes issue #43)
* update TIFFOpen.rst with the return values of mapproc and unmapproc. (fixes issue #12)
- Fix TIFFMergeFieldInfo() read_count=write_count=0 (bsc#1243503)
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
- Remove Group: declarations, no longer used
- Use python3-Sphinx instead of %{primary_python}-Sphinx
based on recommendation from python maintainers.
* Fixes build issue of man flavor on 15.6
- Update test/test_directory.c not to fail on big-endian machines (bsc#1236834).
- Fix versioning of tiff-docs under Recommends
- Update to 4.7.0:
* This version restores in the default build the availability of
the tools that had been dropped in v4.6.0
* Software configuration changes:
+ autoconf build: configure.ac: avoid -Werror passed to CFLAGS to interfere with feature detection
+ autoconf build: fix error when running make clean (fixes issue #630)
+ autoconf build: back off the minimum required automake version to 1.11
+ autoconf.ac: fix detection of windows.h for mingw (fixes issue #605)
+ libtiff-4.pc: Fix Requires.private missing Lerc. It provides a .pc file
starting from version 4 (in autoconf builds, we assume that liblerc is at least version 4)
+ CMake: Fix TIFF_INCLUDE_DIRS
+ CMake: MinGW compilers don't need a .def file for shared library
+ CMake: move libdeflate and Lerc to Requires.private
+ CMake: enable resource compilation on all Windows.
* Library changes:
+ Add TIFFOpenOptionsSetMaxCumulatedMemAlloc(). This function complements
TIFFOpenOptionsSetMaxSingleMemAlloc() to define the maximum cumulated memory
allocations in byte, for a given TIFF handle, that libtiff internal memory
allocation functions are allowed.
+ TIFFWriteDirectory(): Avoid overwriting following data if an IFD is enlarged.
+ TIFFXYZToRGB: avoid integer overflow (fixes issue #644)
+ uv_decode() and uv_encode(): avoid potential out-of-bounds array index (fixes issue #645)
+ Fix cases where tif_curdir is set incorrectly. Fix cases where the current directory number (tif_curdir)
is set inconsistently or incorrectly, depending on the previous history.
+ TIFFRead[Scanline/EncodedStrip/EncodeTile]: 0-initialize output buffer if setupdecode fails ;
most codecs: zero-initialize (not-yet-written parts of) output buffer if failure (fixes issue #375)
+ OJPEG: reset subsampling_convert_state=0 in OJPEGPreDecode (fixes issue #183)
+ ThunderRLE: fix failure when decoding last run. Bug seen with GhostPDL
+ LERC codec: deal with issues with multi-band PlanarConfig=Contig and NaN values
+ tif_fax3.c: error out after a number of times end-of-file has been reached (fixes issue #583)
+ LZW: avoid warning about misaligned address with UBSAN (fixes issue #616)
+ CVE-2023-52356: Fixed segment fault in TIFFReadRGBATileExt() leading to denial of service (bsc#1219213)
+ tif_dirread.c: only issue TIFFGetFileSize() for large enough RAM requests
+ Avoid FPEs (division by zero) in tif_getimage.c.
+ Avoiding FPE (division by zero) for TIFFhowmany_32() and TIFFhowmany_64() macros by checking for
denominator not zero before macros are executed. (fixes issue #628)
+ Add non-zero check before division in TIFFComputeStrip()
+ Fix wrong return of TIFFIsBigTIFF() in case byte-swapping is active
+ Setting the TIFFFieldInfo field set_field_type should consider field_writecount not field_readcount
+ Avoid memory leaks when using TIFFCreateDirectory() by releasing the allocated memory in the tif-structure.
+ For non-terminated ASCII arrays, the buffer is first enlarged before a NULL is set at the end to
avoid deleting the last character. (fixes issue #579)
+ CVE-2024-7006: Fixed NULL pointer dereference in tif_dirinfo.c (bsc#1228924)
+ Prevent some out-of-memory attacks (fixes issue #614)
+ Ensure absolute seeking is forced independent of TIFFReadDirectory success. (fixes issue #618)
+ tif_dirinfo.c: re-enable TIFFTAG_EP_CFAREPEATPATTERNDIM and TIFFTAG_EP_CFAPATTERN tags (fixes issue #608)
+ Fix warnings with GCC 14
+ tif_dir.c: Log source file, line number, and input tif for directory count error (fixes issue #627)
+ Last usage of get_field_type of TIFFField structure at TIFFWriteDirectorySec() changed to using set_field_type.
+ tif_jpeg.c/tif_ojpeg.c: remove likely ifdef tricks related to old compilers or unusual setups
+ Remove _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble()
+ Remove support for _MSC_VER < 1500.
+ Use #ifdef _WIN32 to test for Windows, and tiffio.h: remove definition of __WIN32__
* Documentation:
+ Amend manpages for changes in current directory index behaviour
+ Note on using TIFFFlush() before TIFFClose() to check that the data has been successfully written to the file. (fixes issue #506)
+ Update TIFF documentation about TIFFOpenOptions.rst and TIFFOpenOptionsSetMaxSingleMemAlloc() usage and some other small fixes
* Re-added tools:
+ fax2ps
+ fax2tiff
+ pal2rgb
+ ppm2tiff
+ raw2tiff
+ rgb2ycbcr (not installed)
+ thumbnail (not installed)
+ tiff2bw
+ tiff2rgba
+ tiffcmp
+ tiffcrop
+ tiffdither
+ tiffgt
+ tiffmedian
+ tiff2ps
+ tiff2pdf
* New/improved functionality:
+ tiff2rgba: Add background gradient option for alpha compositing
+ tiffcp: -i flag restored
* Bug fixes for tools:
+ tiffcrop: address Coverity scan issues 1605444, 1605445, and 16054
+ tiffcrop: Apply "Fix heap-buffer-overflow in function extractImageSection"
+ tiffcrop: fix buffer overflows, use after free (fixes issue #542, issue #550, issue #552)
+ tiff2pdf: address Coverity scan issues
+ tiff2pdf: fix inconsistent PLANARCONFIG value for the input and output TIFF
+ tiff2pdf: fix issue with JPEG restart-interval marker when converting from JPEG-compressed files (fixes issue #539)
+ tiff2pdf: red and blue were being swapped for RGBA decoding (fixes issue #253)
+ tiff2pdf: fixes issue #596
+ thumbnail: address Coverity scan issues
+ tiffcp: Add check for limitMalloc return to fix Coverity 1603334
+ tiffcp: preserve TIFFTAG_REFERENCEBLACKWHITE when doing YCbCr JPEG -> YCbCr JPEG
+ tiffcp: replace PHOTOMETRIC_YCBCR with PHOTOMETRIC_RGB when outputing to compression != JPEG (refs issue #571)
+ tiffcp: do not copy tags YCBCRCOEFFICIENTS, YCBCRSUBSAMPLING, YCBCRPOSITIONING, REFERENCEBLACKWHITE. Only set YCBCRSUBSAMPLING when generating YCbCr JPEG
+ tiffcp: Check also codec of input image, not only from output image (fixes issue #606)
+ Add some basic sanity checks for tiffcp and tiffcrop RGB->YCbCr JPEG conversions.
+ fax2ps and fax2tiff: memory leak fixes (fixes issue #476)
+ tiffmedian: memory leak fixes (fixes issue #599)
+ fax2tiff: fix EOFB interpretation (fixes issue #191)
+ fax2tiff: fix issue with unreasonable width input (fixes issue #249)
+ tiffcp and tiffcrop: fixes issue #228
+ tiff2rgba: fixes issue #469
+ tiffdither: fixes issue #473
+ tiffdump: fix wrong printf formatter in error message (Coverity 1472932)
+ tiffset: avoid false positive Coverity Scan warning on 64-bit builds (Coverity 1518997)
+ tifcp/tiffset: use correct format specifiers
* Changes to contributed and unsupported tools
+ contrib/addtiffo: validate return of TIFFWriteEncodedXXXX() calls (Coverity 1024680)
- Tools are not built for now due to test failure: `FAIL: tiffcp-32bpp-None-jpeg.sh`
Patchnames
SUSE-SLE-Micro-6.1-332
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for tiff",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for tiff fixes the following issues:\n\n- Update to 4.7.1:\n Security:\n * CVE-2025-8177: Fixed possible buffer overflow in tools/thumbnail.c:setrow() when processing malformed TIFF files (bsc#1247106)\n * CVE-2025-8176: Fixed heap use-after-free in tools/tiffmedian.c (bsc#1247108)\n * CVE-2024-13978: libtiff: Fixed LibTIFF Null Pointer Dereference (bsc#1247581)\n * CVE-2025-8534: Fixed null pointer dereference in function PS_Lvl2page (bsc#1247582)\n * CVE-2025-8961: Fixed segmentation fault via main function of tiffcrop utility (bsc#1248117)\n * CVE-2025-9165: libtiff: Fixed local execution manipulation leading to memory leak (bsc#1248330)\n * CVE-2025-9900: libtiff: Fixed Write-What-Where via TIFFReadRGBAImageOriented (bsc#1250413)\n Software configuration changes:\n * Define HAVE_JPEGTURBO_DUAL_MODE_8_12 and LERC_STATIC in tif_config.h.\n * CMake: define WORDS_BIGENDIAN via tif_config.h\n * doc/CMakeLists.txt: remove useless cmake_minimum_required()\n * CMake: fix build with LLVM/Clang 17 (fixes issue #651)\n * CMake: set CMP0074 new policy\n * Set LINKER_LANGUAGE for C targets with C deps\n * Export tiffxx cmake target (fixes issue #674)\n * autogen.sh: Enable verbose wget.\n * configure.ac: Syntax updates for Autoconf 2.71\n * autogen.sh: Re-implement based on autoreconf. Failure to update\n config.guess/config.sub does not return error (fixes issue #672)\n * CMake: fix CMake 4.0 warning when minimum required version is \u003c 3.10.\n * CMake: Add build option tiff-static (fixes issue #709)\n Library changes:\n * Add TIFFOpenOptionsSetWarnAboutUnknownTags() for explicit control\n about emitting warnings for unknown tags. No longer emit warnings\n about unknown tags by default\n * tif_predict.c: speed-up decompression in some cases.\n Bug fixes:\n * tif_fax3: For fax group 3 data if no EOL is detected, reading is\n retried without synchronisation for EOLs. (fixes issue #54)\n * Updating TIFFMergeFieldInfo() with read_count=write_count=0 for\n FIELD_IGNORE. Updating TIFFMergeFieldInfo() with read_count=write_count=0 for\n FIELD_IGNORE. Improving handling when field_name = NULL. (fixes issue #532)\n * tiff.h: add COMPRESSION_JXL_DNG_1_7=52546 as used for JPEGXL compression in\n the DNG 1.7 specification\n * TIFFWriteDirectorySec: Increment string length for ASCII tags for codec tags\n defined with FIELD_xxx bits, as it is done for FIELD_CUSTOM tags. (fixes issue #648)\n * Do not error out on a tag whose tag count value is zero, just issue a warning.\n Fix parsing a private tag 0x80a6 (fixes issue #647)\n * TIFFDefaultTransferFunction(): give up beyond td_bitspersample = 24 \n * tif_getimage.c: Remove unnecessary calls to TIFFRGBAImageOK() (fixes issue #175)\n * Fix writing a Predictor=3 file with non-native endianness\n * _TIFFVSetField(): fix potential use of unallocated memory (out-of-bounds\n * read / nullptr dereference) in case of out-of-memory situation when dealing with\n custom tags (fixes issue #663)\n * tif_fax3.c: Error out for CCITT fax encoding if SamplesPerPixel is not equal 1 and\n PlanarConfiguration = Contiguous (fixes issue #26)\n * tif_fax3.c: error out after a number of times end-of-line or unexpected bad code\n words have been reached. (fixes issue #670)\n * Fix memory leak in TIFFSetupStrips() (fixes issue #665)\n * tif_zip.c: Provide zlib allocation functions. Otherwise for zlib built with\n -DZ_SOLO inflating will fail.\n * Fix memory leak in _TIFFSetDefaultCompressionState. (fixes issue #676)\n * tif_predict.c: Don\u2019t overwrite input buffer of TIFFWriteScanline() if \"prediction\"\n is enabled. Use extra working buffer in PredictorEncodeRow(). (fixes issue #5)\n * tif_getimage.c: update some integer overflow checks (fixes issue #79)\n * TIFFReadRGBAImage(): several fixes to avoid buffer overflows.\n * Correct passing arguments to TIFFCvtIEEEFloatToNative() and TIFFCvtIEEEDoubleToNative()\n if HAVE_IEEEFP is not defined. (fixes issue #699)\n * LZWDecode(): avoid nullptr dereference when trying to read again after EOI marker\n has been found with remaining output bytes (fixes issue #698)\n * TIFFSetSubDirectory(): check _TIFFCheckDirNumberAndOffset() return.\n * TIFFUnlinkDirectory() and TIFFWriteDirectorySec(): clear tif_rawcp when clearing\n tif_rawdata (fixes issue #711)\n * JPEGEncodeRaw(): error out if a previous scanline failed to be written, to avoid\n out-of-bounds access (fixes issue #714)\n * tif_jpeg: Fix bug in JPEGDecodeRaw() if JPEG_LIB_MK1_OR_12BIT is defined for 8/12bit\n dual mode, introduced in libjpeg-turbo 2.2, which was actually released as 3.0.\n Fixes issue #717\n * add assert for TIFFReadCustomDirectory infoarray check.\n * ppm2tiff: Fix bug in pack_words trailing bytes, where last two bytes of each line\n were written wrongly. (fixes issue #467)\n * fax2ps: fix regression of commit 28c38d648b64a66c3218778c4745225fe3e3a06d where\n TIFFTAG_FAXFILLFUNC is being used rather than an output buffer (fixes issue #649)\n * tiff2pdf: Check TIFFTAG_TILELENGTH and TIFFTAGTILEWIDTH (fixes issue #650)\n * tiff2pdf: check h_samp and v_samp for range 1 to 4 to avoid division by zero.\n Fixes issue #654\n * tiff2pdf: avoid null pointer dereference. (fixes issue #741)\n * Improve non-secure integer overflow check (comparison of division result with\n multiplicant) at compiler optimisation in tiffcp, rgb2ycbcr and tiff2rgba.\n Fixes issue #546\n * tiff2rgba: fix some \"a partial expression can generate an overflow before it is\n assigned to a broader type\" warnings. (fixes issue #682)\n * tiffdither/tiffmedian: Don\u0027t skip the first line of the input image. (fixes issue #703)\n * tiffdither: avoid out-of-bounds read identified in issue #733\n * tiffmedian: error out if TIFFReadScanline() fails (fixes issue #707)\n * tiffmedian: close input file. (fixes issue #735)\n * thumbail: avoid potential out of bounds access (fixes issue #715)\n * tiffcrop: close open TIFF files and release allocated buffers before exiting in case\n of error to avoid memory leaks. (fixes issue #716)\n * tiffcrop: fix double-free and memory leak exposed by issue #721\n * tiffcrop: avoid buffer overflow. (fixes issue #740)\n * tiffcrop: avoid nullptr dereference. (fixes issue #734)\n * tiffdump: Fix coverity scan issue CID 1373365: Passing tainted expression *datamem\n to PrintData, which uses it as a divisor or modulus.\n * tiff2ps: check return of TIFFGetFiled() for TIFFTAG_STRIPBYTECOUNTS and\n TIFFTAG_TILEBYTECOUNTS to avoid NULL pointer dereference. (fixes issue #718)\n * tiffcmp: fix memory leak when second file cannot be opened. (fixes issue #718 and issue #729)\n * tiffcp: fix setting compression level for lossless codecs. (fixes issue #730)\n * raw2tiff: close input file before exit (fixes issue #742)\n Tools changes:\n * tiffinfo: add a -W switch to warn about unknown tags.\n * tiffdither: process all pages in input TIFF file.\n Documentation:\n * TIFFRGBAImage.rst note added for incorrect saving of images with TIFF orientation\n from 5 (LeftTop) to 8 (LeftBottom) in the raster.\n * TIFFRGBAImage.rst note added about un-associated alpha handling (fixes issue #67)\n * Update \"Defining New TIFF Tags\" description. (fixes issue #642)\n * Fix return type of TIFFReadEncodedTile()\n * Update the documentation to reflect deprecated typedefs.\n * TIFFWriteDirectory.rst: Clarify TIFFSetWriteOffset() only sets offset for image\n data and not for IFD data.\n * Update documentation on re-entrancy and thread safety.\n * Remove dead links to no more existing Awaresystems web-site.\n * Updating BigTIFF specification and some miscelaneous editions.\n * Replace some last links and remove last todos.\n * Added hints for correct allocation of TIFFYCbCrtoRGB structure and its\n associated buffers. (fixes issue #681)\n * Added chapter to \"Using the TIFF Library\" with links to handling multi-page TIFF\n and custom directories. (fixes issue #43)\n * update TIFFOpen.rst with the return values of mapproc and unmapproc. (fixes issue #12)\n\n- Fix TIFFMergeFieldInfo() read_count=write_count=0 (bsc#1243503)\n- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4\n- Add %check section\n- Remove Group: declarations, no longer used\n- Use python3-Sphinx instead of %{primary_python}-Sphinx\n based on recommendation from python maintainers.\n * Fixes build issue of man flavor on 15.6\n- Update test/test_directory.c not to fail on big-endian machines (bsc#1236834).\n- Fix versioning of tiff-docs under Recommends\n\n- Update to 4.7.0:\n * This version restores in the default build the availability of\n the tools that had been dropped in v4.6.0\n * Software configuration changes:\n + autoconf build: configure.ac: avoid -Werror passed to CFLAGS to interfere with feature detection\n + autoconf build: fix error when running make clean (fixes issue #630)\n + autoconf build: back off the minimum required automake version to 1.11\n + autoconf.ac: fix detection of windows.h for mingw (fixes issue #605)\n + libtiff-4.pc: Fix Requires.private missing Lerc. It provides a .pc file\n starting from version 4 (in autoconf builds, we assume that liblerc is at least version 4)\n + CMake: Fix TIFF_INCLUDE_DIRS\n + CMake: MinGW compilers don\u0027t need a .def file for shared library\n + CMake: move libdeflate and Lerc to Requires.private\n + CMake: enable resource compilation on all Windows.\n * Library changes:\n + Add TIFFOpenOptionsSetMaxCumulatedMemAlloc(). This function complements\n TIFFOpenOptionsSetMaxSingleMemAlloc() to define the maximum cumulated memory\n allocations in byte, for a given TIFF handle, that libtiff internal memory\n allocation functions are allowed. \n + TIFFWriteDirectory(): Avoid overwriting following data if an IFD is enlarged.\n + TIFFXYZToRGB: avoid integer overflow (fixes issue #644)\n + uv_decode() and uv_encode(): avoid potential out-of-bounds array index (fixes issue #645)\n + Fix cases where tif_curdir is set incorrectly. Fix cases where the current directory number (tif_curdir)\n is set inconsistently or incorrectly, depending on the previous history.\n + TIFFRead[Scanline/EncodedStrip/EncodeTile]: 0-initialize output buffer if setupdecode fails ;\n most codecs: zero-initialize (not-yet-written parts of) output buffer if failure (fixes issue #375)\n + OJPEG: reset subsampling_convert_state=0 in OJPEGPreDecode (fixes issue #183)\n + ThunderRLE: fix failure when decoding last run. Bug seen with GhostPDL\n + LERC codec: deal with issues with multi-band PlanarConfig=Contig and NaN values\n + tif_fax3.c: error out after a number of times end-of-file has been reached (fixes issue #583)\n + LZW: avoid warning about misaligned address with UBSAN (fixes issue #616)\n + CVE-2023-52356: Fixed segment fault in TIFFReadRGBATileExt() leading to denial of service (bsc#1219213)\n + tif_dirread.c: only issue TIFFGetFileSize() for large enough RAM requests\n + Avoid FPEs (division by zero) in tif_getimage.c.\n + Avoiding FPE (division by zero) for TIFFhowmany_32() and TIFFhowmany_64() macros by checking for\n denominator not zero before macros are executed. (fixes issue #628)\n + Add non-zero check before division in TIFFComputeStrip()\n + Fix wrong return of TIFFIsBigTIFF() in case byte-swapping is active\n + Setting the TIFFFieldInfo field set_field_type should consider field_writecount not field_readcount\n + Avoid memory leaks when using TIFFCreateDirectory() by releasing the allocated memory in the tif-structure.\n + For non-terminated ASCII arrays, the buffer is first enlarged before a NULL is set at the end to\n avoid deleting the last character. (fixes issue #579)\n + CVE-2024-7006: Fixed NULL pointer dereference in tif_dirinfo.c (bsc#1228924)\n + Prevent some out-of-memory attacks (fixes issue #614)\n + Ensure absolute seeking is forced independent of TIFFReadDirectory success. (fixes issue #618)\n + tif_dirinfo.c: re-enable TIFFTAG_EP_CFAREPEATPATTERNDIM and TIFFTAG_EP_CFAPATTERN tags (fixes issue #608)\n + Fix warnings with GCC 14\n + tif_dir.c: Log source file, line number, and input tif for directory count error (fixes issue #627)\n + Last usage of get_field_type of TIFFField structure at TIFFWriteDirectorySec() changed to using set_field_type.\n + tif_jpeg.c/tif_ojpeg.c: remove likely ifdef tricks related to old compilers or unusual setups\n + Remove _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble()\n + Remove support for _MSC_VER \u003c 1500.\n + Use #ifdef _WIN32 to test for Windows, and tiffio.h: remove definition of __WIN32__\n * Documentation:\n + Amend manpages for changes in current directory index behaviour\n + Note on using TIFFFlush() before TIFFClose() to check that the data has been successfully written to the file. (fixes issue #506)\n + Update TIFF documentation about TIFFOpenOptions.rst and TIFFOpenOptionsSetMaxSingleMemAlloc() usage and some other small fixes\n * Re-added tools:\n + fax2ps\n + fax2tiff\n + pal2rgb\n + ppm2tiff\n + raw2tiff\n + rgb2ycbcr (not installed)\n + thumbnail (not installed)\n + tiff2bw\n + tiff2rgba\n + tiffcmp\n + tiffcrop\n + tiffdither\n + tiffgt\n + tiffmedian\n + tiff2ps\n + tiff2pdf\n * New/improved functionality:\n + tiff2rgba: Add background gradient option for alpha compositing\n + tiffcp: -i flag restored\n * Bug fixes for tools:\n + tiffcrop: address Coverity scan issues 1605444, 1605445, and 16054\n + tiffcrop: Apply \"Fix heap-buffer-overflow in function extractImageSection\"\n + tiffcrop: fix buffer overflows, use after free (fixes issue #542, issue #550, issue #552)\n + tiff2pdf: address Coverity scan issues\n + tiff2pdf: fix inconsistent PLANARCONFIG value for the input and output TIFF\n + tiff2pdf: fix issue with JPEG restart-interval marker when converting from JPEG-compressed files (fixes issue #539)\n + tiff2pdf: red and blue were being swapped for RGBA decoding (fixes issue #253)\n + tiff2pdf: fixes issue #596\n + thumbnail: address Coverity scan issues\n + tiffcp: Add check for limitMalloc return to fix Coverity 1603334\n + tiffcp: preserve TIFFTAG_REFERENCEBLACKWHITE when doing YCbCr JPEG -\u003e YCbCr JPEG\n + tiffcp: replace PHOTOMETRIC_YCBCR with PHOTOMETRIC_RGB when outputing to compression != JPEG (refs issue #571)\n + tiffcp: do not copy tags YCBCRCOEFFICIENTS, YCBCRSUBSAMPLING, YCBCRPOSITIONING, REFERENCEBLACKWHITE. Only set YCBCRSUBSAMPLING when generating YCbCr JPEG\n + tiffcp: Check also codec of input image, not only from output image (fixes issue #606)\n + Add some basic sanity checks for tiffcp and tiffcrop RGB-\u003eYCbCr JPEG conversions.\n + fax2ps and fax2tiff: memory leak fixes (fixes issue #476)\n + tiffmedian: memory leak fixes (fixes issue #599)\n + fax2tiff: fix EOFB interpretation (fixes issue #191)\n + fax2tiff: fix issue with unreasonable width input (fixes issue #249)\n + tiffcp and tiffcrop: fixes issue #228\n + tiff2rgba: fixes issue #469\n + tiffdither: fixes issue #473\n + tiffdump: fix wrong printf formatter in error message (Coverity 1472932)\n + tiffset: avoid false positive Coverity Scan warning on 64-bit builds (Coverity 1518997)\n + tifcp/tiffset: use correct format specifiers\n * Changes to contributed and unsupported tools\n + contrib/addtiffo: validate return of TIFFWriteEncodedXXXX() calls (Coverity 1024680)\n- Tools are not built for now due to test failure: `FAIL: tiffcp-32bpp-None-jpeg.sh`\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-332",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20971-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20971-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520971-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20971-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023222.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219213",
"url": "https://bugzilla.suse.com/1219213"
},
{
"category": "self",
"summary": "SUSE Bug 1228924",
"url": "https://bugzilla.suse.com/1228924"
},
{
"category": "self",
"summary": "SUSE Bug 1236834",
"url": "https://bugzilla.suse.com/1236834"
},
{
"category": "self",
"summary": "SUSE Bug 1243503",
"url": "https://bugzilla.suse.com/1243503"
},
{
"category": "self",
"summary": "SUSE Bug 1247106",
"url": "https://bugzilla.suse.com/1247106"
},
{
"category": "self",
"summary": "SUSE Bug 1247108",
"url": "https://bugzilla.suse.com/1247108"
},
{
"category": "self",
"summary": "SUSE Bug 1247581",
"url": "https://bugzilla.suse.com/1247581"
},
{
"category": "self",
"summary": "SUSE Bug 1247582",
"url": "https://bugzilla.suse.com/1247582"
},
{
"category": "self",
"summary": "SUSE Bug 1248117",
"url": "https://bugzilla.suse.com/1248117"
},
{
"category": "self",
"summary": "SUSE Bug 1248330",
"url": "https://bugzilla.suse.com/1248330"
},
{
"category": "self",
"summary": "SUSE Bug 1250413",
"url": "https://bugzilla.suse.com/1250413"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-52356 page",
"url": "https://www.suse.com/security/cve/CVE-2023-52356/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-13978 page",
"url": "https://www.suse.com/security/cve/CVE-2024-13978/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7006 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7006/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8176 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8176/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8534 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8961 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8961/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9165 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9900 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9900/"
}
],
"title": "Security update for tiff",
"tracking": {
"current_release_date": "2025-11-06T11:07:55Z",
"generator": {
"date": "2025-11-06T11:07:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20971-1",
"initial_release_date": "2025-11-06T11:07:55Z",
"revision_history": [
{
"date": "2025-11-06T11:07:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"product": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"product_id": "libtiff6-4.7.1-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"product": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"product_id": "libtiff6-4.7.1-slfo.1.1_1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"product": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"product_id": "libtiff6-4.7.1-slfo.1.1_1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libtiff6-4.7.1-slfo.1.1_1.1.x86_64",
"product": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.x86_64",
"product_id": "libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64"
},
"product_reference": "libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le"
},
"product_reference": "libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x"
},
"product_reference": "libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libtiff6-4.7.1-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
},
"product_reference": "libtiff6-4.7.1-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-52356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-52356"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-52356",
"url": "https://www.suse.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "SUSE Bug 1219213 for CVE-2023-52356",
"url": "https://bugzilla.suse.com/1219213"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "moderate"
}
],
"title": "CVE-2023-52356"
},
{
"cve": "CVE-2024-13978",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-13978"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-13978",
"url": "https://www.suse.com/security/cve/CVE-2024-13978"
},
{
"category": "external",
"summary": "SUSE Bug 1247581 for CVE-2024-13978",
"url": "https://bugzilla.suse.com/1247581"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "moderate"
}
],
"title": "CVE-2024-13978"
},
{
"cve": "CVE-2024-7006",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7006"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7006",
"url": "https://www.suse.com/security/cve/CVE-2024-7006"
},
{
"category": "external",
"summary": "SUSE Bug 1228924 for CVE-2024-7006",
"url": "https://bugzilla.suse.com/1228924"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "moderate"
}
],
"title": "CVE-2024-7006"
},
{
"cve": "CVE-2025-8176",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8176"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8176",
"url": "https://www.suse.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "SUSE Bug 1247108 for CVE-2025-8176",
"url": "https://bugzilla.suse.com/1247108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "important"
}
],
"title": "CVE-2025-8176"
},
{
"cve": "CVE-2025-8177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8177"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8177",
"url": "https://www.suse.com/security/cve/CVE-2025-8177"
},
{
"category": "external",
"summary": "SUSE Bug 1247106 for CVE-2025-8177",
"url": "https://bugzilla.suse.com/1247106"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "moderate"
}
],
"title": "CVE-2025-8177"
},
{
"cve": "CVE-2025-8534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8534"
}
],
"notes": [
{
"category": "general",
"text": "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.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8534",
"url": "https://www.suse.com/security/cve/CVE-2025-8534"
},
{
"category": "external",
"summary": "SUSE Bug 1247582 for CVE-2025-8534",
"url": "https://bugzilla.suse.com/1247582"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "low"
}
],
"title": "CVE-2025-8534"
},
{
"cve": "CVE-2025-8961",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8961"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8961",
"url": "https://www.suse.com/security/cve/CVE-2025-8961"
},
{
"category": "external",
"summary": "SUSE Bug 1248117 for CVE-2025-8961",
"url": "https://bugzilla.suse.com/1248117"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "low"
}
],
"title": "CVE-2025-8961"
},
{
"cve": "CVE-2025-9165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9165"
}
],
"notes": [
{
"category": "general",
"text": "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 \u0027bug\u0027 when leaving the command line tool and (...) not a security issue at all\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9165",
"url": "https://www.suse.com/security/cve/CVE-2025-9165"
},
{
"category": "external",
"summary": "SUSE Bug 1248326 for CVE-2025-9165",
"url": "https://bugzilla.suse.com/1248326"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "low"
}
],
"title": "CVE-2025-9165"
},
{
"cve": "CVE-2025-9900",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9900"
}
],
"notes": [
{
"category": "general",
"text": "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.\n\nBy providing an abnormally large image height value in the file\u0027s 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9900",
"url": "https://www.suse.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "SUSE Bug 1250404 for CVE-2025-9900",
"url": "https://bugzilla.suse.com/1250404"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:libtiff6-4.7.1-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-06T11:07:55Z",
"details": "important"
}
],
"title": "CVE-2025-9900"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…