diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-11-17 16:08:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:15 +0000 |
commit | 075b333e3d09642ce80bf9d5867504bce9927257 (patch) | |
tree | 3ac83ec83a819dbaef41f801fd048d33e12f8389 /meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |
parent | bd74e15c1c3f1650250349dd039d6c6942796619 (diff) | |
download | poky-075b333e3d09642ce80bf9d5867504bce9927257.tar.gz |
tiff: Security fix CVE-2016-3632
CVE-2016-3632 libtiff: The _TIFFVGetField function in tif_dirinfo.c in
LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of
service (out-of-bounds write) or execute arbitrary code via a crafted
TIFF image.
External References:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3632
http://bugzilla.maptools.org/show_bug.cgi?id=2549
https://bugzilla.redhat.com/show_bug.cgi?id=1325095
The patch is from RHEL7.
(From OE-Core rev: 9206c86239717718be840a32724fd1c190929370)
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 edd560fa08..9b4aff3f28 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |||
@@ -16,6 +16,7 @@ SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ | |||
16 | file://CVE-2016-3623.patch \ | 16 | file://CVE-2016-3623.patch \ |
17 | file://CVE-2016-3622.patch \ | 17 | file://CVE-2016-3622.patch \ |
18 | file://CVE-2016-3658.patch \ | 18 | file://CVE-2016-3658.patch \ |
19 | file://CVE-2016-3632.patch \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" | 22 | SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" |