From: Pauli Date: Thu, 5 Oct 2023 23:43:46 +0000 (+1100) Subject: changes and news entries for CVE-2023-5363 X-Git-Tag: openssl-3.2.0-beta1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e6e682ac27abd9d028f5a7876f7da1a176c175a;p=thirdparty%2Fopenssl.git changes and news entries for CVE-2023-5363 Reviewed-by: Tomas Mraz Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell --- diff --git a/CHANGES.md b/CHANGES.md index ef801c2f736..15b5aa0542f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -470,7 +470,15 @@ OpenSSL 3.2 OpenSSL 3.1 ----------- -### Changes between 3.1.2 and 3.1.3 [xx XXX xxxx] +### Changes between 3.1.3 and 3.1.4 [xx XXX xxxx] + +* Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), + EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters + that alter the key or IV length ([CVE-2023-5363]). + + *Paul Dale* + +### Changes between 3.1.2 and 3.1.3 [19 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows. @@ -20288,6 +20296,7 @@ ndif +[CVE-2023-5363]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363 [CVE-2023-4807]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-4807 [CVE-2023-3817]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-3817 [CVE-2023-3446]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-3446 diff --git a/NEWS.md b/NEWS.md index d0312961dfd..141f9dcc66c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -52,7 +52,12 @@ OpenSSL 3.2 OpenSSL 3.1 ----------- -### Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [under development] +### Major changes between OpenSSL 3.1.3 and OpenSSL 3.1.4 [under development] + + * Mitigate incorrect resize handling for symmetric cipher keys and IVs. + ([CVE-2023-5363]) + +### Major changes between OpenSSL 3.1.2 and OpenSSL 3.1.3 [19 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows ([CVE-2023-4807]) @@ -1502,6 +1507,7 @@ OpenSSL 0.9.x +[CVE-2023-5363]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363 [CVE-2023-4807]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-4807 [CVE-2023-3817]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-3817 [CVE-2023-3446]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-3446