svn commit: r429887 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Thu Dec 29 11:22:36 UTC 2016


Author: brnrd
Date: Thu Dec 29 11:22:35 2016
New Revision: 429887
URL: https://svnweb.freebsd.org/changeset/ports/429887

Log:
  security/vuxml: Document PHP vulnerabilities
  
    - Vulnerabilities fixed in 7.0.14

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Dec 29 10:38:18 2016	(r429886)
+++ head/security/vuxml/vuln.xml	Thu Dec 29 11:22:35 2016	(r429887)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="6972668d-cdb7-11e6-a9a5-b499baebfeaf">
+    <topic>PHP -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php70</name>
+	<range><lt>7.0.14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The PHP project reports:</p>
+	<blockquote cite="http://php.net/ChangeLog-7.php#7.0.14">
+	  <ul>
+	    <li>Use After Free Vulnerability in unserialize() (CVE-2016-9936)</li>
+	    <li>Invalid read when wddx decodes empty boolean element
+	      (CVE-2016-9935)</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://php.net/ChangeLog-7.php#7.0.14</url>
+      <cvename>CVE-2016-9935</cvename>
+      <cvename>CVE-2016-9936</cvename>
+    </references>
+    <dates>
+      <discovery>2016-12-08</discovery>
+      <entry>2016-12-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3c4693de-ccf7-11e6-a9a5-b499baebfeaf">
     <topic>phpmailer -- Remote Code Execution</topic>
     <affects>


More information about the svn-ports-head mailing list