]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES.md and NEWS.md entries for CVE-2024-9143
authorTomas Mraz <tomas@openssl.org>
Fri, 18 Oct 2024 11:51:37 +0000 (13:51 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 22 Oct 2024 09:49:51 +0000 (10:49 +0100)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/25734)

(cherry picked from commit 233034bc5a294b26d37186dc68d7d6d8357d889a)

CHANGES.md
NEWS.md

index bec37d7fe684f0216098a1a682974df7891c1a91..44ed32d0fdf1f4d916edc24865a074c63efcbed4 100644 (file)
@@ -24,7 +24,21 @@ OpenSSL 3.1
 
 ### Changes between 3.1.7 and 3.1.8 [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.1.6 and 3.1.7 [3 Sep 2024]
 
@@ -20050,6 +20064,7 @@ ndif
 
 <!-- Links -->
 
+[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 92d7aa975a72deb870388273e752849047e797f6..f6ede0b4e16a31e9d99068893995c30076d60b0d 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,7 +21,14 @@ OpenSSL 3.1
 
 ### Major changes between OpenSSL 3.1.7 and OpenSSL 3.1.8 [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.1.6 and OpenSSL 3.1.7 [3 Sep 2024]
 
@@ -1515,6 +1522,7 @@ OpenSSL 0.9.x
 
 <!-- Links -->
 
+[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