Alerts This Week
Warning Icon 1 714
Alerts This Week
Warning Icon 1 714

Red Hat: RHSA-2022-8194 Moderate: LibTiff Denial of Service Threat

red hat
Calendar Grey November 15, 2022
Dist Redhat Esm H88
Canonical reveals a significant patch for imagemagick that tackles multiple security vulnerabilities related to resource exhaustion and buffer overflow risks.
An update for libtiff is now available for Red Hat Enterprise Linux 9

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

All running applications linked against libtiff must be restarted for this update to take effect.

Summary

The libtiff packages contain a library of functions for manipulating Tagged Image File Format (TIFF) files.
Security Fix(es):
* libtiff: Denial of Service via crafted TIFF file (CVE-2022-0561)
* libtiff: Null source pointer lead to Denial of Service via crafted TIFF file (CVE-2022-0562)
* libtiff: reachable assertion (CVE-2022-0865)
* libtiff: Out-of-bounds Read error in tiffcp (CVE-2022-0924)
* libtiff: stack-buffer-overflow in tiffcp.c in main() (CVE-2022-1355)
* libtiff: out-of-bounds read in _TIFFmemcpy() in tif_unix.c (CVE-2022-22844)
* libtiff: heap buffer overflow in extractImageSection (CVE-2022-0891)
* tiff: Null source pointer passed as an argument to memcpy in TIFFFetchNormalTag() in tif_dirread.c (CVE-2022-0908)
* tiff: Divide By Zero error in tiffcrop (CVE-2022-0909)
* libtiff: heap-buffer-overflow in TIFFReadRawDataStriped() in tiffinfo.c (CVE-2022-1354)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.

References

https://access.redhat.com/security/cve/CVE-2022-0561 https://access.redhat.com/security/cve/CVE-2022-0562 https://access.redhat.com/security/cve/CVE-2022-0865 https://access.redhat.com/security/cve/CVE-2022-0891 https://access.redhat.com/security/cve/CVE-2022-0908 https://access.redhat.com/security/cve/CVE-2022-0909 https://access.redhat.com/security/cve/CVE-2022-0924 https://access.redhat.com/security/cve/CVE-2022-1354 https://access.redhat.com/security/cve/CVE-2022-1355 https://access.redhat.com/security/cve/CVE-2022-22844 https://access.redhat.com/security/updates/classification/#moderate https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index

Package List

Red Hat Enterprise Linux AppStream (v. 9):
Source: libtiff-4.4.0-2.el9.src.rpm
aarch64: libtiff-4.4.0-2.el9.aarch64.rpm libtiff-debuginfo-4.4.0-2.el9.aarch64.rpm libtiff-debugsource-4.4.0-2.el9.aarch64.rpm libtiff-devel-4.4.0-2.el9.aarch64.rpm libtiff-tools-debuginfo-4.4.0-2.el9.aarch64.rpm
ppc64le: libtiff-4.4.0-2.el9.ppc64le.rpm libtiff-debuginfo-4.4.0-2.el9.ppc64le.rpm libtiff-debugsource-4.4.0-2.el9.ppc64le.rpm libtiff-devel-4.4.0-2.el9.ppc64le.rpm libtiff-tools-debuginfo-4.4.0-2.el9.ppc64le.rpm
s390x: libtiff-4.4.0-2.el9.s390x.rpm libtiff-debuginfo-4.4.0-2.el9.s390x.rpm libtiff-debugsource-4.4.0-2.el9.s390x.rpm libtiff-devel-4.4.0-2.el9.s390x.rpm libtiff-tools-debuginfo-4.4.0-2.el9.s390x.rpm
x86_64: libtiff-4.4.0-2.el9.i686.rpm libtiff-4.4.0-2.el9.x86_64.rpm libtiff-debuginfo-4.4.0-2.el9.i686.rpm libtiff-debuginfo-4.4.0-2.el9.x86_64.rpm libtiff-debugsource-4.4.0-2.el9.i686.rpm libtiff-debugsource-4.4.0-2.el9.x86_64.rpm libtiff-devel-4.4.0-2.el9.i686.rpm libtiff-devel-4.4.0-2.el9.x86_64.rpm libtiff-tools-debuginfo-4.4.0-2.el9.i686.rpm libtiff-tools-debuginfo-4.4.0-2.el9.x86_64.rpm
Red Hat CodeReady Linux Builder (v. 9):
aarch64: libtiff-debuginfo-4.4.0-2.el9.aarch64.rpm libtiff-debugsource-4.4.0-2.el9.aarch64.rpm libtiff-tools-4.4.0-2.el9.aarch64.rpm

Read the Full Advisory


Advisory ID: RHSA-2022:8194-01
Product: Red Hat Enterprise Linux
Issue date: 2022-11-15

Topic

An update for libtiff is now available for Red Hat Enterprise Linux 9.Red Hat Product Security has rated this update as having a security impactof Moderate. A Common Vulnerability Scoring System (CVSS) base score, whichgives a detailed severity rating, is available for each vulnerability fromthe CVE link(s) in the References section.

Relevant Releases Architectures

Red Hat CodeReady Linux Builder (v. 9) - aarch64, ppc64le, s390x, x86_64

Red Hat Enterprise Linux AppStream (v. 9) - aarch64, ppc64le, s390x, x86_64

Bugs Fixed

2042603 - CVE-2022-22844 libtiff: out-of-bounds read in _TIFFmemcpy() in tif_unix.c

2054494 - CVE-2022-0561 libtiff: Denial of Service via crafted TIFF file

2054495 - CVE-2022-0562 libtiff: Null source pointer lead to Denial of Service via crafted TIFF file

2064145 - CVE-2022-0908 tiff: Null source pointer passed as an argument to memcpy in TIFFFetchNormalTag() in tif_dirread.c

2064146 - CVE-2022-0909 tiff: Divide By Zero error in tiffcrop

2064148 - CVE-2022-0924 libtiff: Out-of-bounds Read error in tiffcp

2064406 - CVE-2022-0865 libtiff: reachable assertion

2064411 - CVE-2022-0891 libtiff: heap buffer overflow in extractImageSection

2074404 - CVE-2022-1354 libtiff: heap-buffer-overflow in TIFFReadRawDataStriped() in tiffinfo.c

2074415 - CVE-2022-1355 libtiff: stack-buffer-overflow in tiffcp.c in main()

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Your message here