From: Tomas Mraz Date: Tue, 3 Sep 2024 10:24:58 +0000 (+0200) Subject: Add CVE-2024-5535 to CHANGES and NEWS X-Git-Tag: openssl-3.3.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd319679ce007791c8b8b4eff214d80e5ce88c0b;p=thirdparty%2Fopenssl.git Add CVE-2024-5535 to CHANGES and NEWS Reviewed-by: Neil Horman Release: yes (cherry picked from commit abcb0f83d060eb816503a6a36959ce8498a24111) --- diff --git a/CHANGES.md b/CHANGES.md index 23c5c564e20..e1936102b78 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -36,10 +36,20 @@ OpenSSL 3.3 an X.509 certificate. This may result in an exception that terminates the application program. - [(CVE-2024-6119)] + ([CVE-2024-6119]) *Viktor Dukhovni* + * Fixed possible buffer overread in SSL_select_next_proto(). + + Calling the OpenSSL API function SSL_select_next_proto with an empty + supported client protocols buffer may cause a crash or memory contents + to be sent to the peer. + + ([CVE-2024-5535]) + + *Matt Caswell* + ### Changes between 3.3.0 and 3.3.1 [4 Jun 2024] * Fixed potential use after free after SSL_free_buffers() is called. @@ -20676,6 +20686,7 @@ ndif [CVE-2024-6119]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-6119 +[CVE-2024-5535]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-5535 [CVE-2024-4741]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-4741 [CVE-2024-4603]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-4603 [CVE-2024-2511]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-2511 diff --git a/NEWS.md b/NEWS.md index 115cbaab01b..064c7c5c822 100644 --- a/NEWS.md +++ b/NEWS.md @@ -26,7 +26,13 @@ OpenSSL 3.3 OpenSSL 3.3.2 is a security patch release. The most severe CVE fixed in this release is Moderate. - * Fixed possible denial of service in X.509 name checks [(CVE-2024-6119)]. +This release incorporates the following bug fixes and mitigations: + + * Fixed possible denial of service in X.509 name checks + ([CVE-2024-6119]) + + * Fixed possible buffer overread in SSL_select_next_proto() + ([CVE-2024-5535]) ### Major changes between OpenSSL 3.3.0 and OpenSSL 3.3.1 [4 Jun 2024] @@ -1737,6 +1743,7 @@ OpenSSL 0.9.x [CVE-2024-6119]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-6119 +[CVE-2024-5535]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-5535 [CVE-2024-4741]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-4741 [CVE-2024-4603]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-4603 [CVE-2024-2511]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-2511