diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-04-29 08:53:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:57 +0100 |
commit | c9ec5427609f084d9cbfb7336777fe1e3d0f3ef1 (patch) | |
tree | 1149720206916b2ac494c113d064e91d57bc2906 /meta/recipes-extended/unzip/unzip_6.0.bb | |
parent | 654f3e57f9efe6917b41ceebb019debede989d02 (diff) | |
download | poky-c9ec5427609f084d9cbfb7336777fe1e3d0f3ef1.tar.gz |
unzip: Security Advisory -CVE-2014-9636 and CVE-2015-1315
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9636
unzip 6.0 allows remote attackers to cause a denial of service
(out-of-bounds read or write and crash) via an extra field with
an uncompressed size smaller than the compressed field size in a
zip archive that advertises STORED method compression.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1315
Buffer overflow in the charset_to_intern function in unix/unix.c in
Info-Zip UnZip 6.10b allows remote attackers to execute arbitrary code
via a crafted string, as demonstrated by converting a string from CP866
to UTF-8.
(From OE-Core rev: f86a178fd7036541a45bf31a46bddf634c133802)
Signed-off-by: Roy Li <rongqing.li@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-extended/unzip/unzip_6.0.bb')
-rw-r--r-- | meta/recipes-extended/unzip/unzip_6.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index e203c069f4..5060d35546 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb | |||
@@ -8,7 +8,10 @@ PR = "r5" | |||
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \ | 9 | SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \ |
10 | file://avoid-strip.patch \ | 10 | file://avoid-strip.patch \ |
11 | file://define-ldflags.patch" | 11 | file://define-ldflags.patch \ |
12 | file://06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch \ | ||
13 | file://unzip-6.0_overflow3.diff \ | ||
14 | " | ||
12 | 15 | ||
13 | SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" | 16 | SRC_URI[md5sum] = "62b490407489521db863b523a7f86375" |
14 | SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" | 17 | SRC_URI[sha256sum] = "036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" |