summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.10.bb
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2022-03-11 15:37:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-23 23:16:12 +0000
commit0c0b8487c96a6199f8a9bf5f457867167dd12474 (patch)
tree331a7430b8efc4b44bc2ba2e29b7f57862ef4c52 /meta/recipes-core/libxml/libxml2_2.9.10.bb
parent3ec873af83c7b09468605d8aadd0933aecbdb56d (diff)
downloadpoky-0c0b8487c96a6199f8a9bf5f457867167dd12474.tar.gz
libxml2: backport fix for CVE-2022-23308
Use-after-free of ID and IDREF attributes, which could result in denial of service. https://nvd.nist.gov/vuln/detail/CVE-2022-23308 CVE: CVE-2022-23308 (From OE-Core rev: 6c2f91ce93921c9bfe52c62c0347b992df98d62d) Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.10.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.10.bb b/meta/recipes-core/libxml/libxml2_2.9.10.bb
index ebb996c8dd..1b22e5672c 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.10.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.10.bb
@@ -27,6 +27,7 @@ SRC_URI = "http://www.xmlsoft.org/sources/libxml2-${PV}.tar.gz;name=libtar \
27 file://CVE-2021-3537.patch \ 27 file://CVE-2021-3537.patch \
28 file://CVE-2021-3518.patch \ 28 file://CVE-2021-3518.patch \
29 file://CVE-2021-3541.patch \ 29 file://CVE-2021-3541.patch \
30 file://CVE-2022-23308.patch \
30 " 31 "
31 32
32SRC_URI[libtar.md5sum] = "10942a1dc23137a8aa07f0639cbfece5" 33SRC_URI[libtar.md5sum] = "10942a1dc23137a8aa07f0639cbfece5"