]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.3.4.1 release-2.3.4 2.3.4.1
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 5 Feb 2019 07:18:41 +0000 (09:18 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 5 Feb 2019 07:18:41 +0000 (09:18 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f33af3476d3c4f93d4b7e5ce8e9f4138db507bd3..8129537920198ee2beb3af8781c6caae66a2ce28 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+v2.3.4.1 2019-02-05  Aki Tuomi <aki.tuomi@open-xchange.com>
+
+       * CVE-2019-3814: If imap/pop3/managesieve/submission client has
+         trusted certificate with missing username field
+         (ssl_cert_username_field), under some configurations Dovecot
+         mistakenly trusts the username provided via authentication instead
+         of failing.
+       * ssl_cert_username_field setting was ignored with external SMTP AUTH,
+         because none of the MTAs (Postfix, Exim) currently send the
+         cert_username field. This may have allowed users with trusted
+         certificate to specify any username in the authentication. This bug
+         didn't affect Dovecot's Submission service.
+
 v2.3.4 2018-11-23  Timo Sirainen <tss@iki.fi>
 
        * The default postmaster_address is now "postmaster@<user domain or
index 83eb1b398b25104d97d30e75d224bf4fce0530b3..049895755a72943e286eec2a2514f53d51313c2f 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.59])
 
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.3.4],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.3.4.1],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv4($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])