]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
NEWS: Add news for 2.3.14.1
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 24 May 2021 11:03:57 +0000 (14:03 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 4 Aug 2021 09:06:50 +0000 (12:06 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 363e210e3aec520fe86aeeaa4c589c5528aa0c40..b0591bb294ef897322bd548343a479eb5736c103 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+v2.3.14.1 2021-06-21  Aki Tuomi <aki.tuomi@open-xchange.com>
+
+       * CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in
+         JWT tokens. This may be used to supply attacker controlled keys to
+         validate tokens, if attacker has local access.
+       * CVE-2021-33515: On-path attacker could have injected plaintext commands
+         before STARTTLS negotiation that would be executed after STARTTLS
+         finished with the client.
+       - lib-index: Corrupted mime.parts in dovecot.index.cache may have
+         resulted in Panic: file imap-bodystructure.c: line 206 (part_write_body):
+         assertion failed: (text == ((part->flags & MESSAGE_PART_FLAG_TEXT) != 0))
+       - imap: SETMETADATA could not be used to unset metadata values.
+         Instead NIL was handled as a "NIL" string. v2.3.14 regression.
+
 V2.3.14 2021-03-04  Aki Tuomi <aki.tuomi@open-xchange.com>
 
        * Added new aliases for some variables. Usage of the old ones is possible,