diff options
author | Baogen Shang <baogen.shang@windriver.com> | 2013-12-05 17:52:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-10 17:42:45 +0000 |
commit | d1cb9ec1c290960078c3cee621153e88652464cc (patch) | |
tree | 29e2750161b1330e80912861e2d681a01a1b898e /meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |
parent | 3e46414bf919f5a8d9514e523c51256a37f46d35 (diff) | |
download | poky-d1cb9ec1c290960078c3cee621153e88652464cc.tar.gz |
libtiff: CVE-2013-4243
cve description:
Heap-based buffer overflow in the readgifimage function in the gif2tiff
tool in libtiff 4.0.3 and earlier allows remote attackers to cause a denial
of service (crash) and possibly execute arbitrary code via a crafted height
and width values in a GIF image.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4243
(From OE-Core rev: 47388363f69bfbf5ed1816a9367627182ee10e88)
Signed-off-by: Baogen Shang <baogen.shang@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.0.3.bb')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb index 2d38c689d5..d918b5a50b 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |||
@@ -7,7 +7,8 @@ DEPENDS = "zlib jpeg xz" | |||
7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
8 | file://libtool2.patch \ | 8 | file://libtool2.patch \ |
9 | file://libtiff-CVE-2013-1960.patch \ | 9 | file://libtiff-CVE-2013-1960.patch \ |
10 | file://libtiff-CVE-2013-4232.patch" | 10 | file://libtiff-CVE-2013-4232.patch \ |
11 | file://libtiff-CVE-2013-4243.patch" | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410" | 13 | SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410" |
13 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" | 14 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" |