Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 03:05:31 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414508 - head/security/vuxml
Message-ID:  <201605030305.u4335Vvd053443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Tue May  3 03:05:31 2016
New Revision: 414508
URL: https://svnweb.freebsd.org/changeset/ports/414508

Log:
  Document php multiple vulnerabilities
  
  PR:		209145
  Reported by	Christian Schwarz <me@cschwarz.com>
  Security:	CVE-2016-3074
  Security:	https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  3 03:03:05 2016	(r414507)
+++ head/security/vuxml/vuln.xml	Tue May  3 03:05:31 2016	(r414508)
@@ -58,6 +58,80 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="5764c634-10d2-11e6-94fa-002590263bf5">
+    <topic>php -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php70</name>
+	<name>php70-bcmath</name>
+	<name>php70-exif</name>
+	<name>php70-gd</name>
+	<name>php70-xml</name>
+	<range><lt>7.0.6</lt></range>
+      </package>
+      <package>
+	<name>php56</name>
+	<name>php56-bcmath</name>
+	<name>php56-exif</name>
+	<name>php56-gd</name>
+	<name>php56-xml</name>
+	<range><lt>5.6.21</lt></range>
+      </package>
+      <package>
+	<name>php55</name>
+	<name>php55-bcmath</name>
+	<name>php55-exif</name>
+	<name>php55-gd</name>
+	<name>php55-xml</name>
+	<range><lt>5.5.35</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The PHP Group reports:</p>
+	<blockquote cite="http://www.php.net/ChangeLog-5.php#5.5.35">;
+	  <ul><li>BCMath:
+	  <ul>
+	    <li>Fixed bug #72093 (bcpowmod accepts negative scale and corrupts
+	      _one_ definition).</li>
+	  </ul></li>
+	  <li>Exif:
+	  <ul>
+	    <li>Fixed bug #72094 (Out of bounds heap read access in exif header
+	      processing).</li>
+	  </ul></li>
+	  <li>GD:
+	  <ul>
+	    <li>Fixed bug #71912 (libgd: signedness vulnerability).
+	      (CVE-2016-3074)</li>
+	  </ul></li>
+	  <li>Intl:
+	  <ul>
+	    <li>Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos
+	      with negative offset).</li>
+	  </ul></li>
+	  <li>XML:
+	  <ul>
+	    <li>Fixed bug #72099 (xml_parse_into_struct segmentation fault).
+	      </li>
+	  </ul></li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-3074</cvename>
+      <freebsdpr>ports/209145</freebsdpr>
+      <url>http://www.php.net/ChangeLog-7.php#7.0.6</url>;
+      <url>http://www.php.net/ChangeLog-5.php#5.6.21</url>;
+      <url>http://www.php.net/ChangeLog-5.php#5.5.35</url>;
+    </references>
+    <dates>
+      <discovery>2016-04-28</discovery>
+      <entry>2016-05-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a1134048-10c6-11e6-94fa-002590263bf5">
     <topic>libksba -- local denial of service vulnerabilities</topic>
     <affects>



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