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 1326257 - (CVE-2016-3658) CVE-2016-3658 libtiff: out-of-bounds read in the TIFFWriteDirectoryTagLongLong8Array function
CVE-2016-3658 libtiff: out-of-bounds read in the TIFFWriteDirectoryTagLongLon...
Status: CLOSED DUPLICATE of bug 1185805
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20160408,repor...
: Security
Depends On:
Blocks: 1316881
  Show dependency treegraph
 
Reported: 2016-04-12 05:25 EDT by Andrej Nemec
Modified: 2017-05-11 06:47 EDT (History)
3 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-05-11 06:47:46 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:25:41 EDT
A vulnerability was found in the libtiff library. Using a tiffset command on a maliciously crafted image could result in a denial-of-service.

Vulnerable code:

/libtiff/tif_dirwrite.c: 1625
1623    for (q=p, ma=value, mb=0; mb<count; ma++, mb++, q++)
1624    {
1625        if (*ma>0xFFFFFFFF)
1626        {
1627            TIFFErrorExt(tif->tif_clientdata,module,
1628                         "Attempt to write value larger than 0xFFFFFFFF in Classic TIFF file.");
1629            _TIFFfree(p);
1630            return(0);
1631        }
1632        *q= (uint32)(*ma);
1633       }

References:

http://www.openwall.com/lists/oss-security/2016/04/08/12
Comment 2 Stefan Cornelius 2017-05-11 06:47:05 EDT
External References:

http://bugzilla.maptools.org/show_bug.cgi?id=2546
Comment 3 Stefan Cornelius 2017-05-11 06:47:46 EDT

*** This bug has been marked as a duplicate of bug 1185805 ***

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