svn commit: r453180 - head/security/vuxml

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Oct 30 14:31:12 UTC 2017


Author: tz
Date: Mon Oct 30 14:31:11 2017
New Revision: 453180
URL: https://svnweb.freebsd.org/changeset/ports/453180

Log:
  Document PHP Vulnerability
  
  Security: CVE-2016-1283
  Security: https://vuxml.FreeBSD.org/freebsd/de7a2b32-bd7d-11e7-b627-d43d7e971a1b.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Oct 30 14:23:48 2017	(r453179)
+++ head/security/vuxml/vuln.xml	Mon Oct 30 14:31:11 2017	(r453180)
@@ -58,6 +58,54 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="de7a2b32-bd7d-11e7-b627-d43d7e971a1b">
+    <topic>PHP -- denial of service attack</topic>
+    <affects>
+      <package>
+	<name>php56</name>
+	<range><lt>5.6.31</lt></range>
+      </package>
+      <package>
+	<name>php70</name>
+	<range><lt>7.0.24</lt></range>
+      </package>
+      <package>
+	<name>php71</name>
+	<range><lt>7.1.10</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/2017.php#id2017-10-26-3">
+	  <p>The PHP development team announces the immediate availability of PHP
+	  5.6.32. This is a security release. Several security bugs were fixed in this
+	  release. All PHP 5.6 users are encouraged to upgrade to this version.</p>
+	</blockquote>
+	<blockquote cite="http://php.net/archive/2017.php#id2017-10-26-1">
+	  <p>The PHP development team announces the immediate availability of PHP
+	  7.0.25. This is a security release. Several security bugs were fixed in this
+	  release. All PHP 7.0 users are encouraged to upgrade to this version.</p>
+	</blockquote>
+  <blockquote cite="http://php.net/archive/2017.php#id2017-10-27-1">
+	  <p>The PHP development team announces the immediate availability of PHP
+	  7.1.11. This is a bugfix release, with several bug fixes included. All PHP
+	  7.1 users are encouraged to upgrade to this version. </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://php.net/archive/2017.php#id2017-10-26-3</url>
+      <url>http://php.net/archive/2017.php#id2017-10-26-1</url>
+      <url>http://php.net/archive/2017.php#id2017-10-27-1</url>
+      <cvename>CVE-2016-1283</cvename>
+    </references>
+    <dates>
+      <discovery>2017-10-26</discovery>
+      <entry>2017-10-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3cd46257-bbc5-11e7-a3bc-e8e0b747a45a">
     <topic>chromium -- Stack overflow in V8</topic>
     <affects>


More information about the svn-ports-all mailing list