summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2018-03-31 08:24:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-04 11:06:56 +0100
commit6e9e5dddb1288b5af1bf5e443c859ddf8f38772b (patch)
treeb5879717760fb5401d313271ea907bc6f8a953ea /meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
parent272ceafc81d4b1828fb7eb2df82321317ab5beea (diff)
downloadpoky-6e9e5dddb1288b5af1bf5e443c859ddf8f38772b.tar.gz
libvorbis: CVE-2018-5146
Prevent out-of-bounds write in codebook decoding. The bug could allow code execution from a specially crafted Ogg Vorbis file. References: https://www.debian.org/security/2018/dsa-4140 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5146 (From OE-Core rev: 7d5d262c03745e5c61e1e9c84f108d842d16e5ec) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb')
-rw-r--r--meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
index 11e1de7223..bd2321f1d6 100644
--- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
+++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
@@ -13,6 +13,7 @@ DEPENDS = "libogg"
13SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.xz \ 13SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.xz \
14 file://CVE-2017-14633.patch \ 14 file://CVE-2017-14633.patch \
15 file://CVE-2017-14632.patch \ 15 file://CVE-2017-14632.patch \
16 file://CVE-2018-5146.patch \
16 " 17 "
17SRC_URI[md5sum] = "28cb28097c07a735d6af56e598e1c90f" 18SRC_URI[md5sum] = "28cb28097c07a735d6af56e598e1c90f"
18SRC_URI[sha256sum] = "54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1" 19SRC_URI[sha256sum] = "54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1"