From owner-svn-ports-all@freebsd.org Mon Dec 26 11:57:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19E43C91BB7; Mon, 26 Dec 2016 11:57:40 +0000 (UTC) (envelope-from brnrd@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 mx1.freebsd.org (Postfix) with ESMTPS id C51D41442; Mon, 26 Dec 2016 11:57:39 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQBvcLv076936; Mon, 26 Dec 2016 11:57:38 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQBvct4076934; Mon, 26 Dec 2016 11:57:38 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201612261157.uBQBvct4076934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 26 Dec 2016 11:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429497 - head/security/vuxml X-SVN-Group: ports-head 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.23 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: Mon, 26 Dec 2016 11:57:40 -0000 Author: brnrd Date: Mon Dec 26 11:57:38 2016 New Revision: 429497 URL: https://svnweb.freebsd.org/changeset/ports/429497 Log: security/vuxml: Document phpmailer vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 26 11:54:43 2016 (r429496) +++ head/security/vuxml/vuln.xml Mon Dec 26 11:57:38 2016 (r429497) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpmailer -- Remote Code Execution + + + phpmailer + 5.2.18 + + + + +

Legal Hackers reports:

+
+

An independent research uncovered a critical vulnerability in + PHPMailer that could potentially be used by (unauthenticated) + remote attackers to achieve remote arbitrary code execution in + the context of the web server user and remotely compromise the + target web application.

+

To exploit the vulnerability an attacker could target common + website components such as contact/feedback forms, registration + forms, password email resets and others that send out emails with + the help of a vulnerable version of the PHPMailer class.

+
+ +
+ + http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html + https://github.com/PHPMailer/PHPMailer/blob/master/SECURITY.md + CVE-2016-10033 + + + 2016-12-26 + 2016-12-26 + +
+ exim -- DKIM private key leak @@ -71,8 +106,8 @@ Notes:

The Exim project reports:

-

Exim leaks the private DKIM signing key to the log files. - Additionally, if the build option EXPERIMENTAL_DSN_INFO=yes is used, +

Exim leaks the private DKIM signing key to the log files. + Additionally, if the build option EXPERIMENTAL_DSN_INFO=yes is used, the key material is included in the bounce message.