mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-cryptography: fix CVE-2023-49083
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Calling `load_pem_pkcs7_certificates` or `load_der_pkcs7_certificates` could lead to a NULL-pointer dereference and segfault. Exploitation of this vulnerability poses a serious risk of Denial of Service (DoS) for any application attempting to deserialize a PKCS7 blob/certificate. The consequences extend to potential disruptions in system availability and stability. This vulnerability has been patched in version 41.0.6. References: https://nvd.nist.gov/vuln/detail/CVE-2023-49083 https://security-tracker.debian.org/tracker/CVE-2023-49083 (From OE-Core rev: 2d104f78cd13a10640bc284c7fc8358bf305279c) Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
82e76d21dc
commit
31507dd07a
@@ -18,6 +18,7 @@ SRC_URI += " \
|
||||
file://0002-Cargo.toml-edition-2018-2021.patch \
|
||||
file://fix-leak-metric.patch \
|
||||
file://CVE-2023-23931.patch \
|
||||
file://CVE-2023-49083.patch \
|
||||
"
|
||||
|
||||
inherit pypi python_setuptools3_rust
|
||||
|
||||
Reference in New Issue
Block a user