diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-10-26 16:26:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:16 +0000 |
commit | 04b9405c7e980d7655c2fd601aeeae89c0d83131 (patch) | |
tree | f3a9b501fae1eafe9805de72b7154dac4b3be5ec /meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |
parent | 543570cafa8d7f595b489d03d05f0aa4478f8539 (diff) | |
download | openembedded-core-04b9405c7e980d7655c2fd601aeeae89c0d83131.tar.gz openembedded-core-04b9405c7e980d7655c2fd601aeeae89c0d83131.tar.bz2 openembedded-core-04b9405c7e980d7655c2fd601aeeae89c0d83131.zip |
tiff: Security fix CVE-2016-3945
CVE-2016-3945 libtiff: Multiple integer overflows in the (1)
cvt_by_strip and (2) cvt_by_tile functions in the tiff2rgba tool in
LibTIFF 4.0.6 and earlier, when -b mode is enabled, allow remote
attackers to cause a denial of service (crash) or execute arbitrary code
via a crafted TIFF image, which triggers an out-of-bounds write.
External References:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3945
http://bugzilla.maptools.org/show_bug.cgi?id=2545
Patch from:
https://github.com/vadz/libtiff/commit/7c39352ccd9060d311d3dc9a1f1bc00133a160e6
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 8147bc4fb0..b9785288ad 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb @@ -10,6 +10,7 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ file://CVE-2016-3186.patch \ file://CVE-2016-5321.patch \ file://CVE-2016-5323.patch \ + file://CVE-2016-3945.patch \ " SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" |