From owner-svn-ports-head@freebsd.org Thu Feb 13 00:18:20 2020 Return-Path: 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 BB8DE24707E; Thu, 13 Feb 2020 00:18:20 +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) server-signature RSA-PSS (4096 bits) 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 48Hxth4bCfz4CBH; Thu, 13 Feb 2020 00:18:20 +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 93A511CD5; Thu, 13 Feb 2020 00:18:20 +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 01D0IKYu061000; Thu, 13 Feb 2020 00:18:20 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01D0IKvX060999; Thu, 13 Feb 2020 00:18:20 GMT (envelope-from ler@FreeBSD.org) Message-Id: <202002130018.01D0IKvX060999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Thu, 13 Feb 2020 00:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525986 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 525986 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.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 00:18:20 -0000 Author: ler Date: Thu Feb 13 00:18:19 2020 New Revision: 525986 URL: https://svnweb.freebsd.org/changeset/ports/525986 Log: security/vuxml: dovecot vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 12 23:45:59 2020 (r525985) +++ head/security/vuxml/vuln.xml Thu Feb 13 00:18:19 2020 (r525986) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dovecot -- multiple vulnerabilities + + + dovecot + 2.3.9.3 + + + + +

Aki Tuomi reports:

+
+

lib-smtp doesn't handle truncated command parameters properly, resulting +in infinite loop taking 100% CPU for the process. This happens for LMTP +(where it doesn't matter so much) and also for submission-login where +unauthenticated users can trigger it.

+
+

Aki also reports:

+
+

Snippet generation crashes if: + + message is large enough that message-parser returns multiple body +blocks + The first block(s) don't contain the full snippet (e.g. full of +whitespace) + input ends with '>' +

+
+ +
+ + https://dovecot.org/pipermail/dovecot-news/2020-February/000430.html + https://dovecot.org/pipermail/dovecot-news/2020-February/000431.html + CVE-2020-7046 + CVE-2020-7967 + + + 2020-01-14 + 2020-02-13 + +
+ grub2-bhyve -- multiple privilege escalations