From 97fdca2021ebb67330cafd96a59010b1f1caded2 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 25 Aug 2026 23:28:46 +0200 Subject: [PATCH] openssl: upgrade 3.5.7 -> 3.5.8 Release information [1]: OpenSSL 3.5.8 is a security patch release. The most severe CVE fixed in this release is Moderate. This release incorporates the following bug fixes and mitigations: * Fixed QUIC server being able to trigger double free when processing INITIAL packet. (CVE-2026-18798) * Fixed heap buffer overflow in CMS key unwrapping. (CVE-2026-63072) * Fixed invalid pointer dereference in CMP server via crafted protectionAlg. (CVE-2026-63076) * Fixed unbounded memory growth in QUIC server incoming channel queue. (CVE-2026-14456) * Fixed RPK server signature algorithm selection being able to dereference a missing certificate. (CVE-2026-14457) * Fixed excessive memory use buffering DTLS records for a future epoch. (CVE-2026-54874) * Fixed untrusted Sender DN being used as a format string in CMP response validation. (CVE-2026-63073) * Fixed CMP indefinite cache growth of extraCerts. (CVE-2026-63074) * Fixed QUIC ACK-only packet retention being able to cause memory exhaustion. (CVE-2026-63075) * Fixed possibility of AEAD forgeries with empty ciphertext when using EVP_Cipher(). (CVE-2026-75803) * Fixed checking of authentication tags for empty ciphertexts for AEAD ciphers in CCM cipher mode. [1] https://github.com/openssl/openssl/blob/openssl-3.5/NEWS.md#major-changes-between-openssl-357-and-openssl-358-25-aug-2026 (From OE-Core rev: be8ba3d5f91675e390996dbc3bcbce3275052af8) Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie (cherry picked from commit db81c1a42a0f552d9a8ec124f004ae2063d58c33) Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- .../openssl/{openssl_3.5.7.bb => openssl_3.5.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_3.5.7.bb => openssl_3.5.8.bb} (99%) diff --git a/meta/recipes-connectivity/openssl/openssl_3.5.7.bb b/meta/recipes-connectivity/openssl/openssl_3.5.8.bb similarity index 99% rename from meta/recipes-connectivity/openssl/openssl_3.5.7.bb rename to meta/recipes-connectivity/openssl/openssl_3.5.8.bb index 0b8e8afec8..be52e228f1 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.5.7.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.5.8.bb @@ -19,7 +19,7 @@ SRC_URI:append:class-nativesdk = " \ file://environment.d-openssl.sh \ " -SRC_URI[sha256sum] = "a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8" +SRC_URI[sha256sum] = "a8f84a39918ec6415ce765d9b429d313ba97b8143169c172e734b9514464f5b2" inherit lib_package multilib_header multilib_script ptest perlnative manpages MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"