diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-08-17 14:44:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 23:46:38 +0100 |
commit | 0bead4042320351d39f81b8cf7281e91c777aa7d (patch) | |
tree | 41d2d9d06fd6ad94c17480171d7c622cde4f0d36 /meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | |
parent | 768cd2beff0949bbe1bd07f2dc0d46ba105ca875 (diff) | |
download | poky-0bead4042320351d39f81b8cf7281e91c777aa7d.tar.gz |
libsndfile1: Fix CVE-2017-8362
Backport the patch to fix CVE-2017-8362:
The flac_buffer_copy function in flac.c in libsndfile 1.0.28 allows
remote attackers to cause a denial of service (invalid read and
application crash) via a crafted audio file.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2017-8362
(From OE-Core rev: 0c8da3f6f85962196f2ad54fffd839239f5c2274)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index f80ce2fc99..2bd51b1cd9 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | |||
@@ -8,6 +8,7 @@ LICENSE = "LGPLv2.1" | |||
8 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz \ |
9 | file://CVE-2017-6892.patch \ | 9 | file://CVE-2017-6892.patch \ |
10 | file://CVE-2017-8361-8365.patch \ | 10 | file://CVE-2017-8361-8365.patch \ |
11 | file://CVE-2017-8362.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "646b5f98ce89ac60cdb060fcd398247c" | 14 | SRC_URI[md5sum] = "646b5f98ce89ac60cdb060fcd398247c" |