summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt/libxslt_1.1.28.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2015-10-29 16:22:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 13:27:27 +0000
commit7e9516cb0e2660c0fc4347628ebd11ae6321cad0 (patch)
treef4bd7b2955ee3220bae66e233e144128f31479bd /meta/recipes-support/libxslt/libxslt_1.1.28.bb
parentdc6630b44b8edc5a925e6738aabfab804c4fb1fe (diff)
downloadpoky-7e9516cb0e2660c0fc4347628ebd11ae6321cad0.tar.gz
libxslt: CVE-2015-7995
This is a is being give a High rating so please consider it for all 1.1.28 versions. A type confusion error within the libxslt "xsltStylePreCompute()" function in preproc.c can lead to a DoS. Confirmed in version 1.1.28, other versions may also be affected. (From OE-Core rev: 2ad0b4dd7262c251f991bbf7826580d89bd6e73a) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libxslt/libxslt_1.1.28.bb')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.28.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
index ded883e457..e7f8bb612e 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
@@ -10,7 +10,8 @@ DEPENDS = "libxml2"
10 10
11SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ 11SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
12 file://pkgconfig_fix.patch \ 12 file://pkgconfig_fix.patch \
13 file://pkgconfig.patch" 13 file://pkgconfig.patch \
14 file://CVE-2015-7995.patch"
14 15
15SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7" 16SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7"
16SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" 17SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c"