Bug 1326255 (CVE-2016-3633) - CVE-2016-3633 libtiff: out-of-bounds read in the _setrow function
Summary: CVE-2016-3633 libtiff: out-of-bounds read in the _setrow function
Keywords:
Status: CLOSED NOTABUG
Alias: CVE-2016-3633
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1316881
TreeView+ depends on / blocked
 
Reported: 2016-04-12 09:19 UTC by Andrej Nemec
Modified: 2021-02-17 04:04 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-12 06:28:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Andrej Nemec 2016-04-12 09:19:42 UTC
A vulnerability was found in the libtiff library. Using a thumbnail command on a maliciously crafted image could cause the application to crash.

Vulnerable code:

/libtiff/tools/thumbnail.c:525
523  for (y = 0; y < nrows; y++) {
524      const uint8* src = rows[y] + off;
525      acc += bits[*src++ & mask0];

References:

http://www.openwall.com/lists/oss-security/2016/04/08/11

Comment 2 Stefan Cornelius 2017-05-12 06:28:17 UTC
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.