Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 11:57:38 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429497 - head/security/vuxml
Message-ID:  <201612261157.uBQBvct4076934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="c7656d4c-cb60-11e6-a9a5-b499baebfeaf">
+    <topic>phpmailer -- Remote Code Execution</topic>
+    <affects>
+      <package>
+	<name>phpmailer</name>
+	<range><lt>5.2.18</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Legal Hackers reports:</p>
+	<blockquote cite="http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html">;
+	  <p>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.</p>
+	  <p>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.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html</url>;
+      <url>https://github.com/PHPMailer/PHPMailer/blob/master/SECURITY.md</url>;
+      <cvename>CVE-2016-10033</cvename>
+    </references>
+    <dates>
+      <discovery>2016-12-26</discovery>
+      <entry>2016-12-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e7002b26-caaa-11e6-a76a-9f7324e5534e">
     <topic>exim -- DKIM private key leak</topic>
     <affects>
@@ -71,8 +106,8 @@ Notes:
       <body xmlns="http://www.w3.org/1999/xhtml">;
 	<p>The Exim project reports:</p>
 	<blockquote cite="https://exim.org/static/doc/CVE-2016-9963.txt">;
-	  <p>Exim leaks the private DKIM signing key to the log files. 
-	  Additionally, if the build option EXPERIMENTAL_DSN_INFO=yes is used, 
+	  <p>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.</p>
 	</blockquote>
       </body>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261157.uBQBvct4076934>