diff options
author | Hitendra Prajapati <hprajapati@mvista.com> | 2022-08-02 09:46:07 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-09-11 13:49:52 -0400 |
commit | e5e63be86e247f1e243e4a8aa2be94e09df06c4c (patch) | |
tree | ffe8260c09369e674fb8f6c8596cdd5f9128326c /meta-python/recipes-devtools/python/python-lxml.inc | |
parent | f22bf6efaae61a8fd9272be64e7d75223c58922e (diff) | |
download | meta-openembedded-e5e63be86e247f1e243e4a8aa2be94e09df06c4c.tar.gz |
python3-lxml: CVE-2022-2309 NULL Pointer Dereference allows attackers to cause a denial of service
Source: https://github.com/lxml/lxml
MR: 119399
Type: Security Fix
Disposition: Backport from https://github.com/lxml/lxml/commit/86368e9cf70a0ad23cccd5ee32de847149af0c6f
ChangeID: 0b1ef4ce4c901ef6574a83ecbe4c4b1d2ab24777
Description:
CVE-2022-2309 libxml: NULL Pointer Dereference allows attackers to cause a denial of service.
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-lxml.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-lxml.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 05b5eae462..0276a3e81a 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc | |||
@@ -18,6 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ | |||
18 | 18 | ||
19 | DEPENDS += "libxml2 libxslt" | 19 | DEPENDS += "libxml2 libxslt" |
20 | 20 | ||
21 | SRC_URI += "file://CVE-2022-2309.patch" | ||
22 | |||
21 | SRC_URI[md5sum] = "f088e452ed45b030b6f84269f1e84d11" | 23 | SRC_URI[md5sum] = "f088e452ed45b030b6f84269f1e84d11" |
22 | SRC_URI[sha256sum] = "8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" | 24 | SRC_URI[sha256sum] = "8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60" |
23 | 25 | ||