mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
gnutls: fix CVE-2024-12243
A flaw was found in GnuTLS, which relies on libtasn1 for ASN.1 data processing. Due to an inefficient algorithm in libtasn1, decoding certain DER-encoded certificate data can take excessive time, leading to increased resource consumption. This flaw allows a remote attacker to send a specially crafted certificate, causing GnuTLS to become unresponsive or slow, resulting in a denial-of-service condition. (From OE-Core rev: 5fbe46de6d2e3862316cf486503f18e616c3c0a7) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
138ab1c7df
commit
0730523542
1160
meta/recipes-support/gnutls/gnutls/CVE-2024-12243.patch
Normal file
1160
meta/recipes-support/gnutls/gnutls/CVE-2024-12243.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -28,6 +28,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
|
||||
file://CVE-2024-0567.patch \
|
||||
file://CVE-2024-28834.patch \
|
||||
file://CVE-2024-28835.patch \
|
||||
file://CVE-2024-12243.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f"
|
||||
|
||||
Reference in New Issue
Block a user