summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_3.6.14.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2024-01-23 11:10:38 +0530
committerSteve Sakoman <steve@sakoman.com>2024-01-23 04:23:39 -1000
commita07cc0b6fa4a485f318fd2957e434b63f5907d7e (patch)
treef2424760de257866fd545d68cef253d0ecdfffdb /meta/recipes-support/gnutls/gnutls_3.6.14.bb
parent087b7c5d8363bcc6ae801d3ca18e6490e86a1381 (diff)
downloadopenembedded-core-a07cc0b6fa4a485f318fd2957e434b63f5907d7e.tar.gz
gnutls: Backport fix for CVE-2024-0553
CVE-2024-0553 A vulnerability was found in GnuTLS. The response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS#1 v1.5 padding. This issue may allow a remote attacker to perform a timing side-channel attack in the RSA-PSK key exchange, potentially leading to the leakage of sensitive data. CVE-2024-0553 is designated as an incomplete resolution for CVE-2023-5981. Upstream-Status: Backport [https://gitlab.com/gnutls/gnutls/-/commit/40dbbd8de499668590e8af51a15799fbc430595e] Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_3.6.14.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.6.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.14.bb b/meta/recipes-support/gnutls/gnutls_3.6.14.bb
index 406f0b54c5..a1451daf2c 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.14.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.14.bb
@@ -29,6 +29,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
file://CVE-2021-4209.patch \
file://CVE-2023-0361.patch \
file://CVE-2023-5981.patch \
+ file://CVE-2024-0553.patch \
"
SRC_URI[sha256sum] = "5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63"