Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1326267 - (CVE-2016-3634) CVE-2016-3634 libtiff: out-of-bounds read in the tagCompare function
CVE-2016-3634 libtiff: out-of-bounds read in the tagCompare function
Status: CLOSED NOTABUG
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
low Severity low
: ---
: ---
Assigned To: Red Hat Product Security
impact=low,public=20160408,reported=2...
: Security
: 1316876 (view as bug list)
Depends On:
Blocks: 1316881
  Show dependency treegraph
 
Reported: 2016-04-12 05:47 EDT by Andrej Nemec
Modified: 2017-05-12 02:26 EDT (History)
5 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-05-12 02:26:26 EDT
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Andrej Nemec 2016-04-12 05:47:58 EDT
A vulnerability was found in the libtiff library. Using the tagCompare function with the thumbnail command on a maliciously crafted tif file could cause the application to crash.

Vulnerable code:

/libtiff/tif_dirinfo.c: 341

tagCompare(const void* a, const void* b)

337{
338          const TIFFField* ta = *(const TIFFField**) a;
339          const TIFFField* tb = *(const TIFFField**) b;
340          /* NB: be careful of return values for 16-bit platforms */
341          if (ta->field_tag != tb->field_tag)
342                         return (int)ta->field_tag - (int)tb->field_tag;
343          else
344                         return (ta->field_type == TIFF_ANY) ?
345                                         0 : ((int)tb->field_type - (int)ta->field_type);
346}

References:

http://www.openwall.com/lists/oss-security/2016/04/08/13
Comment 1 Stefan Cornelius 2017-05-11 04:06:30 EDT
*** Bug 1316876 has been marked as a duplicate of this bug. ***
Comment 3 Stefan Cornelius 2017-05-12 02:26:35 EDT
Statement:

This issue did not affect the versions of libtiff as shipped with Red Hat Enterprise Linux 5, 6 and 7. This issue did not affect the versions of compat-libtiff3 as shipped with Red Hat Enterprise Linux 7.

Note You need to log in before you can comment on or make changes to this bug.