summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat_2.2.9.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-02-28 05:15:13 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 17:30:48 +0000
commite8fef0c8cfe6d110d9c63ded1bc329fd4b77df48 (patch)
tree686c8e1df0b4d143585c94205b856811be46e654 /meta/recipes-core/expat/expat_2.2.9.bb
parent415757639d85c61b61faf5f0d258057a9924ceb1 (diff)
downloadpoky-e8fef0c8cfe6d110d9c63ded1bc329fd4b77df48.tar.gz
expat: fix CVE-2022-25235
xmltok_impl.c in Expat (aka libexpat) before 2.4.5 lacks certain validation of encoding, such as checks for whether a UTF-8 character is valid in a certain context. Backport patches from: https://github.com/libexpat/libexpat/pull/562/commits CVE: CVE-2022-25235 (From OE-Core rev: 27ab07b1e8caa5c85526eee4a7a3ad0d73326866) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat_2.2.9.bb')
-rw-r--r--meta/recipes-core/expat/expat_2.2.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.9.bb b/meta/recipes-core/expat/expat_2.2.9.bb
index 4c86f90ef1..e59ff93df0 100644
--- a/meta/recipes-core/expat/expat_2.2.9.bb
+++ b/meta/recipes-core/expat/expat_2.2.9.bb
@@ -13,6 +13,7 @@ SRC_URI = "git://github.com/libexpat/libexpat.git;protocol=https;branch=master \
13 file://CVE-2022-22822-27.patch \ 13 file://CVE-2022-22822-27.patch \
14 file://CVE-2022-23852.patch \ 14 file://CVE-2022-23852.patch \
15 file://CVE-2022-23990.patch \ 15 file://CVE-2022-23990.patch \
16 file://CVE-2022-25235.patch \
16 file://libtool-tag.patch \ 17 file://libtool-tag.patch \
17 " 18 "
18 19