CVE-2026-12912

Published: June 29th, 2026
A flaw was found in libtiff. A remote attacker could exploit this vulnerability by providing a specially crafted PixarLog-compressed TIFF image. This issue occurs when decoding Pixarlog codec images with the PIXARLOGDATAFMT_8BITABGR output format and a specific stride value, leading to a heap-based buffer overflow. This could potentially result in arbitrary code execution or a denial of service (DoS).
HIGH
CVSS v3: 7.3

Status

DocFilters Release Package State Justification Comment
26.3 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
26.2 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
26.1 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
25.4 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
25.3 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
25.2 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
25.1 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
24.4 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
24.4.0 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
24.3 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
24.2 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
24.1 libtiff (4.6.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
23.3 libtiff (4.5.1) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
23.2 libtiff (4.3.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
23.1 libtiff (4.3.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
22.4 libtiff (4.3.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
22.3 libtiff (4.3.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
22.2 libtiff (4.3.0) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
22.1 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
21.11 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
21.8 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
21.5.0 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
21.2.0 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.19.3667 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.18.3599 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.16.3445 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.15.3368 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.14.3263 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.13.3179 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.12.3054 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.11.3040 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.11.2990 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.10.2934 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.9.2878 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.
11.4.8.2822 libtiff (4.0.8) Not Affected Code Not Reachable The overflow in PixarLogDecode (tif_pixarlog.c) is only reachable when the application explicitly selects the PIXARLOGDATAFMT_8BITABGR output format by calling TIFFSetField(tif, TIFFTAG_PIXARLOGDATAFMT, PIXARLOGDATAFMT_8BITABGR). Document Filters never sets TIFFTAG_PIXARLOGDATAFMT anywhere in its codebase; its TIFF decoder (filters/isysgraphics/source/ISYStiff_decoder.cpp) reads pixels only via TIFFReadScanline and TIFFReadRGBAImageOriented. libtiff’s default format selection (PixarLogGuessDataFmt) never returns PIXARLOGDATAFMT_8BITABGR, and per the upstream advisory TIFFRGBAImageBegin/TIFFReadRGBAImage do not select this format either. The vulnerable code path is therefore never exercised.

Severity score breakdown

Attack Complexity
LOW
Attack Vector
LOCAL
Availability Impact
HIGH
Base Score
7.3
Base Severity
HIGH
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Privileges Required
LOW
Scope
UNCHANGED
User Interaction
REQUIRED
Vector String
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Version
3.1

References