From owner-svn-ports-head@freebsd.org Wed Aug 23 12:54:49 2017 Return-Path: Delivered-To: svn-ports-head@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 C150FDE6A5C; Wed, 23 Aug 2017 12:54:49 +0000 (UTC) (envelope-from tz@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 906E96F03B; Wed, 23 Aug 2017 12:54:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7NCsmwQ090829; Wed, 23 Aug 2017 12:54:48 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7NCsmR5090827; Wed, 23 Aug 2017 12:54:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708231254.v7NCsmR5090827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Aug 2017 12:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448608 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 448608 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.23 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: Wed, 23 Aug 2017 12:54:49 -0000 Author: tz Date: Wed Aug 23 12:54:48 2017 New Revision: 448608 URL: https://svnweb.freebsd.org/changeset/ports/448608 Log: Document vulnerabilities of mail/phpmailer Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Aug 23 12:50:31 2017 (r448607) +++ head/security/vuxml/vuln.xml Wed Aug 23 12:54:48 2017 (r448608) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpmailer -- XSS in code example and default exeception handler + + + phpmailer + 5.2.24 + + + + +

PHPMailer reports:

+
+

Fix XSS vulnerability in one of the code examples, CVE-2017-11503. The + code_generator.phps example did not filter user input prior to output. This + file is distributed with a .phps extension, so it it not normally executable + unless it is explicitly renamed, so it is safe by default. There was also an + undisclosed potential XSS vulnerability in the default exception handler + (unused by default). Patches for both issues kindly provided by Patrick + Monnerat of the Fedora Project.

+
+ +
+ + https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.24 + CVE-2017-11503 + + + 2017-07-27 + 2017-08-23 + +
+ salt -- Maliciously crafted minion IDs can cause unwanted directory traversals on the Salt-master