From: Tomas Mraz Date: Fri, 18 Oct 2024 11:51:37 +0000 (+0200) Subject: Add CHANGES.md and NEWS.md entries for CVE-2024-9143 X-Git-Tag: openssl-3.2.4~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fc86f6c4b58a68bb2132f813be392ef9aaa90da;p=thirdparty%2Fopenssl.git Add CHANGES.md and NEWS.md entries for CVE-2024-9143 Reviewed-by: Tom Cosgrove Reviewed-by: Viktor Dukhovni Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/25734) (cherry picked from commit 233034bc5a294b26d37186dc68d7d6d8357d889a) --- diff --git a/CHANGES.md b/CHANGES.md index 4b3db113612..b3d45c65fbb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,7 +27,21 @@ OpenSSL 3.2 ### Changes between 3.2.3 and 3.2.4 [xx XXX xxxx] - * none yet + * Fixed possible OOB memory access with invalid low-level GF(2^m) elliptic + curve parameters. + + Use of the low-level GF(2^m) elliptic curve APIs with untrusted + explicit values for the field polynomial can lead to out-of-bounds memory + reads or writes. + Applications working with "exotic" explicit binary (GF(2^m)) curve + parameters, that make it possible to represent invalid field polynomials + with a zero constant term, via the above or similar APIs, may terminate + abruptly as a result of reading or writing outside of array bounds. Remote + code execution cannot easily be ruled out. + + ([CVE-2024-9143]) + + *Viktor Dukhovni* ### Changes between 3.2.2 and 3.2.3 [3 Sep 2024] @@ -20499,6 +20513,7 @@ ndif +[CVE-2024-9143]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-9143 [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 diff --git a/NEWS.md b/NEWS.md index 6fe075e83e1..56960e8446a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,7 +22,14 @@ OpenSSL 3.2 ### Major changes between OpenSSL 3.2.3 and OpenSSL 3.2.4 [under development] - * none +OpenSSL 3.3.3 is a security patch release. The most severe CVE fixed in this +release is Low. + +This release incorporates the following bug fixes and mitigations: + + * Fixed possible OOB memory access with invalid low-level GF(2^m) elliptic + curve parameters. + ([CVE-2024-9143]) ### Major changes between OpenSSL 3.2.2 and OpenSSL 3.2.3 [3 Sep 2024] @@ -1617,6 +1624,7 @@ OpenSSL 0.9.x +[CVE-2024-9143]: https://www.openssl.org/news/vulnerabilities.html#CVE-2024-9143 [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