From owner-svn-ports-all@freebsd.org Thu Jul 19 15:37:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 969D4103E941; Thu, 19 Jul 2018 15:37:58 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47A2596128; Thu, 19 Jul 2018 15:37:58 +0000 (UTC) (envelope-from fernape@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 293DD2B1FF; Thu, 19 Jul 2018 15:37:58 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JFbwBF095685; Thu, 19 Jul 2018 15:37:58 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JFbvnO095684; Thu, 19 Jul 2018 15:37:57 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201807191537.w6JFbvnO095684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 19 Jul 2018 15:37:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474966 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 474966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 15:37:58 -0000 Author: fernape Date: Thu Jul 19 15:37:57 2018 New Revision: 474966 URL: https://svnweb.freebsd.org/changeset/ports/474966 Log: security/vuxml: add mutt vulnerabilities Include mutt vulnerabilities for mutt < 1.10.1 PR: 229810 Submitted by: dereks@lifeofadishwasher.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16321 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 19 14:57:45 2018 (r474965) +++ head/security/vuxml/vuln.xml Thu Jul 19 15:37:57 2018 (r474966) @@ -58,6 +58,63 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mutt -- remote code injection and path traversal vulnerability + + + mutt + 1.10.1 + + + + +

Kevin J. McCarthy reports:

+
+

Fixes a remote code injection vulnerability when "subscribing" + to an IMAP mailbox, either via $imap_check_subscribed, or via the + <subscribe> function in the browser menu. Mutt was generating a + "mailboxes" command and sending that along to the muttrc parser. + However, it was not escaping "`", which executes code and inserts + the result. This would allow a malicious IMAP server to execute + arbitrary code (for $imap_check_subscribed).

+

Fixes POP body caching path traversal vulnerability.

+

Fixes IMAP header caching path traversal vulnerability.

+

CVE-2018-14349 - NO Response Heap Overflow

+

CVE-2018-14350 - INTERNALDATE Stack Overflow

+

CVE-2018-14351 - STATUS Literal Length relative write

+

CVE-2018-14352 - imap_quote_string off-by-one stack overflow

+

CVE-2018-14353 - imap_quote_string int underflow

+

CVE-2018-14354 - imap_subscribe Remote Code Execution

+

CVE-2018-14355 - STATUS mailbox header cache directory traversal

+

CVE-2018-14356 - POP empty UID NULL deref

+

CVE-2018-14357 - LSUB Remote Code Execution

+

CVE-2018-14358 - RFC822.SIZE Stack Overflow

+

CVE-2018-14359 - base64 decode Stack Overflow

+

CVE-2018-14362 - POP Message Cache Directory Traversal

+
+ +
+ + CVE-2018-14349 + CVE-2018-14350 + CVE-2018-14351 + CVE-2018-14352 + CVE-2018-14353 + CVE-2018-14354 + CVE-2018-14355 + CVE-2018-14356 + CVE-2018-14357 + CVE-2018-14358 + CVE-2018-14359 + CVE-2018-14362 + http://lists.mutt.org/pipermail/mutt-announce/Week-of-Mon-20180716/000004.html + + + 2018-07-15 + 2018-07-17 + +
+ mutt/neomutt -- multiple vulnerabilities