From owner-svn-ports-head@freebsd.org Sat Feb 10 19:29:24 2018 Return-Path: Delivered-To: svn-ports-head@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 8BCD8F16BFC; Sat, 10 Feb 2018 19:29:24 +0000 (UTC) (envelope-from vsevolod@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 274086D6A0; Sat, 10 Feb 2018 19:29:24 +0000 (UTC) (envelope-from vsevolod@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 1E199184C6; Sat, 10 Feb 2018 19:29:24 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1AJTNI1078489; Sat, 10 Feb 2018 19:29:23 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1AJTNk9078487; Sat, 10 Feb 2018 19:29:23 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201802101929.w1AJTNk9078487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sat, 10 Feb 2018 19:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461413 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 461413 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.25 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, 10 Feb 2018 19:29:24 -0000 Author: vsevolod Date: Sat Feb 10 19:29:23 2018 New Revision: 461413 URL: https://svnweb.freebsd.org/changeset/ports/461413 Log: - Document CVE-2018-6789 in mail/exim Security: 316b3c3e-0e98-11e8-8d41-97657151f8c2 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 10 18:58:59 2018 (r461412) +++ head/security/vuxml/vuln.xml Sat Feb 10 19:29:23 2018 (r461413) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + exim -- a buffer overflow vulnerability, remote code execution + + + exim + 4.90.1 + + + + +

Exim developers report:

+
+

There is a buffer overflow in base64d(), if some pre-conditions are met. +Using a handcrafted message, remote code execution seems to be possible.

+
+ +
+ + https://exim.org/static/doc/security/CVE-2018-6789.txt + + + 2018-02-05 + 2018-02-10 + +
+ p7zip-codec-rar -- insufficient error handling