summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-10-06 10:43:46 +1100
committerMatt Caswell <matt@openssl.org>2023-10-24 14:35:09 +0100
commit3f636830e4dcfe9b6ab57bef42c0b3a1de194399 (patch)
treef2f8e63dbd5ad31d3178f30e5c43bd9976bd1136
parent5f69f5c65e483928c4b28ed16af6e5742929f1ee (diff)
changes and news entries for CVE-2023-5363
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--CHANGES.md7
-rw-r--r--NEWS.md4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index edb2ce987d..6b1176b927 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,7 +24,11 @@ OpenSSL 3.1
### Changes between 3.1.3 and 3.1.4 [xx XXX xxxx]
- * none yet
+ * 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]
@@ -19860,6 +19864,7 @@ ndif
<!-- Links -->
+[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 0e14aa88ea..d1c7bca5d0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,7 +21,8 @@ OpenSSL 3.1
### Major changes between OpenSSL 3.1.3 and OpenSSL 3.1.4 [under development]
- * none
+ * 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]
@@ -1473,6 +1474,7 @@ OpenSSL 0.9.x
<!-- Links -->
+[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