diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-08-10 15:11:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:31:10 +0100 |
commit | 4ad1220e0a7f9ca9096860f4f9ae7017b36e29e4 (patch) | |
tree | e2aa29ce06659248bfa2bde4ff7058dbee94c68d /meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | |
parent | 4a167cfb6ad79bbe2a2ff7f7b43c4a162ca42a4d (diff) | |
download | openembedded-core-4ad1220e0a7f9ca9096860f4f9ae7017b36e29e4.tar.gz openembedded-core-4ad1220e0a7f9ca9096860f4f9ae7017b36e29e4.tar.bz2 openembedded-core-4ad1220e0a7f9ca9096860f4f9ae7017b36e29e4.zip |
tiff: Security fix CVE-2016-5323
CVE-2016-5323 libtiff: a maliciously crafted TIFF file could cause the
application to crash when using tiffcrop command
External References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-5323
http://bugzilla.maptools.org/show_bug.cgi?id=2559
Patch from:
https://github.com/vadz/libtiff/commit/2f79856097f423eb33796a15fcf700d2ea41bf31
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 63df126627..83d88df1c1 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 = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ file://CVE-2015-8784.patch \ file://CVE-2016-3186.patch \ file://CVE-2016-5321.patch \ + file://CVE-2016-5323.patch \ " SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" |