summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2016-08-10 15:11:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:04 +0100
commit977dd47c69ac5720d327bcb8a887fbe3afeaf50b (patch)
tree7e12d64668e0409847370c3d94c70f075882108c /meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
parent2b029e56f93a48074ca798c6f07f31115e4160a1 (diff)
downloadpoky-977dd47c69ac5720d327bcb8a887fbe3afeaf50b.tar.gz
tiff: Security fix CVE-2016-3186
CVE-2016-3186 libtiff: buffer overflow in the readextension function in gif2tiff.c allows remote attackers to cause a denial of service via a crafted GIF file External References: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3186 https://bugzilla.redhat.com/show_bug.cgi?id=1319503 Patch from: https://bugzilla.redhat.com/attachment.cgi?id=1144235&action=diff (From OE-Core rev: 3d818fc862b1d85252443fefa2222262542a10ae) (From OE-Core rev: bebb2683ddeda2bef25eca3077c366c93c0a81b4) 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> Signed-off-by: Armin Kuster <akuster808@gmail.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.bb1
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 05064753eb..36cb34ee0f 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
@@ -8,6 +8,7 @@ SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
8 file://CVE-2015-8665_8683.patch \ 8 file://CVE-2015-8665_8683.patch \
9 file://CVE-2015-8781.patch \ 9 file://CVE-2015-8781.patch \
10 file://CVE-2015-8784.patch \ 10 file://CVE-2015-8784.patch \
11 file://CVE-2016-3186.patch \
11 " 12 "
12 13
13SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72" 14SRC_URI[md5sum] = "d1d2e940dea0b5ad435f21f03d96dd72"