Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2016 11:30:41 +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: r429888 - head/security/vuxml
Message-ID:  <201612291130.uBTBUfw1062712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Dec 29 11:30:41 2016
New Revision: 429888
URL: https://svnweb.freebsd.org/changeset/ports/429888

Log:
  security/vuxml: Document PHP 0-day vulnerabilities
  
    - Two solved, not referenced in ChangeLog

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Dec 29 11:22:35 2016	(r429887)
+++ head/security/vuxml/vuln.xml	Thu Dec 29 11:30:41 2016	(r429888)
@@ -58,6 +58,45 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="1b61ecef-cdb9-11e6-a9a5-b499baebfeaf">
+    <topic>PHP -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php70</name>
+	<range><ge>0</ge></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Check Point reports:</p>
+	<blockquote cite="http://blog.checkpoint.com/2016/12/27/check-point-discovers-three-zero-day-vulnerabilities-web-programming-language-php-7/">;
+	  <p>... discovered 3 fresh and previously unknown vulnerabilities
+	    (CVE-2016-7479, CVE-2016-7480,  CVE-2016-7478) in the PHP 7
+	    unserialize mechanism.</p>
+	  <p>The first two vulnerabilities allow attackers to take full control
+	    over servers, allowing them to do anything they want with the
+	    website, from spreading malware to defacing it or stealing customer
+	    data.</p>
+	  <p>The last vulnerability generates a Denial of Service attack which
+	    basically hangs the website, exhausts its memory consumption, and
+	    shuts it down.</p>
+	  <p>The PHP security team issued fixes for two of the vulnerabilities
+	    on the 13th of October and 1st of December.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://blog.checkpoint.com/2016/12/27/check-point-discovers-three-zero-day-vulnerabilities-web-programming-language-php-7/</url>;
+      <cvename>CVE-2016-7478</cvename>
+      <cvename>CVE-2016-7479</cvename>
+      <cvename>CVE-2016-7480</cvename>
+    </references>
+    <dates>
+      <discovery>2016-12-27</discovery>
+      <entry>2016-12-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6972668d-cdb7-11e6-a9a5-b499baebfeaf">
     <topic>PHP -- multiple vulnerabilities</topic>
     <affects>



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