diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-10-26 16:26:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:33 +0000 |
commit | 8a73e838ef0e5a0f3c3480911ad2c13f51ac9d36 (patch) | |
tree | 47716eeef45ada490733b0aa1a224b2aa5f2ae58 /meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |
parent | 4db0424120129367f22ce55c42196eff8c98c624 (diff) | |
download | poky-8a73e838ef0e5a0f3c3480911ad2c13f51ac9d36.tar.gz |
tiff: Security fix CVE-2016-3990
CVE-2016-3990 libtiff: Heap-based buffer overflow in the
horizontalDifference8 function in tif_pixarlog.c in LibTIFF 4.0.6 and
earlier allows remote attackers to cause a denial of service (crash) or
execute arbitrary code via a crafted TIFF image to tiffcp.
External References:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3990
http://bugzilla.maptools.org/show_bug.cgi?id=2544
Patch from:
https://github.com/vadz/libtiff/commit/6a4dbb07ccf92836bb4adac7be4575672d0ac5f1
(From OE-Core rev: c6492563037bcdf7f9cc50c8639f7b6ace261e62)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.0.6.bb')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb index b9785288ad..dfb2996897 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ | |||
11 | file://CVE-2016-5321.patch \ | 11 | file://CVE-2016-5321.patch \ |
12 | file://CVE-2016-5323.patch \ | 12 | file://CVE-2016-5323.patch \ |
13 | file://CVE-2016-3945.patch \ | 13 | file://CVE-2016-3945.patch \ |
14 | file://CVE-2016-3990.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" | 17 | SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" |