Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 20:23:58 +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: r428428 - head/security/vuxml
Message-ID:  <201612122023.uBCKNwxj014152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Mon Dec 12 20:23:57 2016
New Revision: 428428
URL: https://svnweb.freebsd.org/changeset/ports/428428

Log:
  security/vuxml: Document PHP 7.0.13 & 5.6.29 vulnerabilities
  
    - No further detail provided by the PHP project

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Dec 12 20:08:30 2016	(r428427)
+++ head/security/vuxml/vuln.xml	Mon Dec 12 20:23:57 2016	(r428428)
@@ -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="2d56308b-c0a8-11e6-a9a5-b499baebfeaf">
+    <topic>PHP -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php56</name>
+	<range><lt>5.6.29</lt></range>
+      </package>
+      <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/archive/2016.php#id2016-12-08-1">;
+	  <p>This is a security release. Several security bugs were fixed in
+	    this release.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://php.net/archive/2016.php#id2016-12-08-1</url>;
+      <url>http://php.net/archive/2016.php#id2016-12-08-2</url>;
+    </references>
+    <dates>
+      <discovery>2016-12-12</discovery>
+      <entry>2016-12-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c0b13887-be44-11e6-b04f-001999f8d30b">
     <topic>asterisk -- Authentication Bypass</topic>
     <affects>



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