From 113e949b34909d7b0edd7089a09284ec4b13ce1a Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 18 Aug 2022 09:28:03 +0000 Subject: [PATCH] Add release note for [GL #3491] --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b6663798cb..8fccc24c1e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -29,6 +29,10 @@ Security Fixes in size past the end of the allocated buffer. This has been fixed. (CVE-2022-2881) :gl:`#3493` +- Memory leaks in code handling Diffie-Hellman (DH) keys were fixed that + could be externally triggered, when using TKEY records in DH mode with + OpenSSL 3.0.0 and later versions. (CVE-2022-2906) :gl:`#3491` + Known Issues ~~~~~~~~~~~~