From owner-svn-ports-head@freebsd.org  Mon May 18 19:00:36 2020
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 687E52DAEA4;
 Mon, 18 May 2020 19:00:36 +0000 (UTC) (envelope-from ler@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 49QpHm29jNz4C5f;
 Mon, 18 May 2020 19:00:36 +0000 (UTC) (envelope-from ler@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45FA92640E;
 Mon, 18 May 2020 19:00:36 +0000 (UTC) (envelope-from ler@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04IJ0aA8018580;
 Mon, 18 May 2020 19:00:36 GMT (envelope-from ler@FreeBSD.org)
Received: (from ler@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04IJ0Z0Z018579;
 Mon, 18 May 2020 19:00:35 GMT (envelope-from ler@FreeBSD.org)
Message-Id: <202005181900.04IJ0Z0Z018579@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org
 using -f
From: Larry Rosenman <ler@FreeBSD.org>
Date: Mon, 18 May 2020 19:00:35 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r535775 - head/security/vuxml
X-SVN-Group: ports-head
X-SVN-Commit-Author: ler
X-SVN-Commit-Paths: head/security/vuxml
X-SVN-Commit-Revision: 535775
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 18 May 2020 19:00:36 -0000

Author: ler
Date: Mon May 18 19:00:35 2020
New Revision: 535775
URL: https://svnweb.freebsd.org/changeset/ports/535775

Log:
  security/vuxml: Report multiple dovecot vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon May 18 18:56:59 2020	(r535774)
+++ head/security/vuxml/vuln.xml	Mon May 18 19:00:35 2020	(r535775)
@@ -58,6 +58,77 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="37d106a8-15a4-483e-8247-fcb68b16eaf8">
+    <topic>Dovecot -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>dovecot</name>
+	<range><lt>2.3.10.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Aki Tuomi reports:</p>
+	<blockquote cite="https://dovecot.org/pipermail/dovecot-news/2020-May/000438.html">
+	  <p>Vulnerability Details:
+	Sending malformed NOOP command causes crash in submission, submission-login or
+	lmtp service.
+
+Risk:
+	Remote attacker can keep submission-login service down, causing denial of
+	service attack. For lmtp the risk is neglible, as lmtp is usually behind a
+	trusted MTA.
+
+Steps to reproduce:
+	Send ``NOOP EE"FY`` to submission port, or similarly malformed command.</p>
+	  <p>Vulnerability Details:
+
+	Sending command followed by sufficient number of newlines triggers a
+	use-after-free bug that might crash submission-login, submission or
+	lmtp service.
+
+Risk:
+
+	Remote attacker can keep submission-login service down, causing denial
+	of service attack. For lmtp the risk is neglible, as lmtp is usually
+	behind a trusted MTA.
+
+Steps to reproduce:
+
+	This can be currently reproduced with ASAN or Valgrind. Reliable way to
+	crash has not yet been discovered.
+	</p>
+	<p>Vulnerability Details:
+	Sending mail with empty quoted localpart causes submission or lmtp component
+	to crash.
+
+Risk:
+	Malicious actor can cause denial of service to mail delivery by repeatedly
+	sending mails with bad sender or recipient address.
+
+Steps to reproduce:
+	Send mail with envelope sender or recipient as &lt;""@example.org&gt;.
+
+Workaround:
+	For submission there is no workaround, but triggering the bug requires valid
+	credentials.
+	For lmtp, one can implement sufficient filtering on MTA level to prevent mails
+	  with such addresses from ending up in LMTP delivery.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://dovecot.org/pipermail/dovecot-news/2020-May/000438.html</url>
+      <cvename>CVE-2020-10957</cvename>
+      <cvename>CVE-2020-10958</cvename>
+      <cvename>CVE-2020-10967</cvename>
+    </references>
+    <dates>
+      <discovery>2020-04-02</discovery>
+      <entry>2020-05-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="91ce95d5-cd15-4105-b942-af5ccc7144c1">
     <topic>clamav -- multiple vulnerabilities</topic>
     <affects>