diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2014-06-17 04:25:20 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-17 10:23:53 +0100 |
commit | c44d7b5cdedf5cd32f3223da50909351465a8afe (patch) | |
tree | 295dc9e7ce022cf06b560ede6dd579d097990a69 /meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |
parent | 9d40ce5dd1ea563f64869e27cda6db9254478145 (diff) | |
download | poky-c44d7b5cdedf5cd32f3223da50909351465a8afe.tar.gz |
libtiff: Security Advisory - CVE-2012-4564
v2 changes:
* update format for commit log
* add Upstream-Status for patch
ppm2tiff does not check the return value of the TIFFScanlineSize
function, which allows remote attackers to cause a denial of service
(crash) and possibly execute arbitrary code via a crafted PPM image that
triggers an integer overflow, a zero-memory allocation, and a heap-based
buffer overflow.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4564
(From OE-Core rev: 9f02922d44de483ef4d02ce95b55efe79a8b09a2)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Wenzong Fan <wenzong.fan@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 6483655ccc..af1f2b6ad8 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |||
@@ -9,7 +9,8 @@ SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | |||
9 | file://libtiff-CVE-2013-4232.patch \ | 9 | file://libtiff-CVE-2013-4232.patch \ |
10 | file://libtiff-CVE-2013-4243.patch \ | 10 | file://libtiff-CVE-2013-4243.patch \ |
11 | file://libtiff-CVE-2013-4244.patch \ | 11 | file://libtiff-CVE-2013-4244.patch \ |
12 | file://libtiff-CVE-2013-4231.patch " | 12 | file://libtiff-CVE-2013-4231.patch \ |
13 | file://tiff-CVE-2012-4564.patch " | ||
13 | 14 | ||
14 | SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410" | 15 | SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410" |
15 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" | 16 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" |