From owner-svn-ports-head@freebsd.org Sat Jan 23 18:19:40 2021 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 AA9244DA55B; Sat, 23 Jan 2021 18:19:40 +0000 (UTC) (envelope-from otis@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DNPY84WQbz4mf5; Sat, 23 Jan 2021 18:19:40 +0000 (UTC) (envelope-from otis@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 8D9BA158F1; Sat, 23 Jan 2021 18:19:40 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10NIJeWc006548; Sat, 23 Jan 2021 18:19:40 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10NIJeBR006547; Sat, 23 Jan 2021 18:19:40 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202101231819.10NIJeBR006547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Sat, 23 Jan 2021 18:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562408 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 562408 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.34 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: Sat, 23 Jan 2021 18:19:40 -0000 Author: otis Date: Sat Jan 23 18:19:40 2021 New Revision: 562408 URL: https://svnweb.freebsd.org/changeset/ports/562408 Log: security/vuxml: Document mail/mutt vulnerability Document mail/mutt vulnerability CVE-2021-3181 PR: 252931 Submitted by: Derek Schrock Reported by: Derek Schrock Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D28308 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jan 23 18:14:51 2021 (r562407) +++ head/security/vuxml/vuln.xml Sat Jan 23 18:19:40 2021 (r562408) @@ -77,6 +77,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mutt -- denial of service + + + mutt + 2.0.5 + + + + +

Tavis Ormandy reports:

+
+

+ rfc822.c in Mutt through 2.0.4 allows remote attackers to cause a + denial of service (mailbox unavailability) by sending email messages + with sequences of semicolon characters in RFC822 address fields + (aka terminators of empty groups). A small email message from the + attacker can cause large memory consumption, and the victim + may then be unable to see email messages from other persons. +

+
+ +
+ + https://gitlab.com/muttmua/mutt/-/issues/323 + CVE-2021-3181 + + + 2021-01-17 + 2021-01-23 + +
+ MySQL -- Multiple vulnerabilities