Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 19:58:59 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380052 - head/security/vuxml
Message-ID:  <201502261958.t1QJwx0S084310@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (doc committer)
Date: Thu Feb 26 19:58:58 2015
New Revision: 380052
URL: https://svnweb.freebsd.org/changeset/ports/380052
QAT: https://qat.redports.org/buildarchive/r380052/

Log:
  Document vulnerablities in php for CVE-2015-0235 and CVE-2015-0273.
  
  Approved by:	zi (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Feb 26 19:36:39 2015	(r380051)
+++ head/security/vuxml/vuln.xml	Thu Feb 26 19:58:58 2015	(r380052)
@@ -57,6 +57,45 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f7a9e415-bdca-11e4-970c-000c292ee6b8">
+    <topic>php5 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php5</name>
+	<range><lt>5.4.38</lt></range>
+      </package>
+      <package>
+	<name>php55</name>
+	<range><lt>5.5.22</lt></range>
+      </package>
+      <package>
+	<name>php56</name>
+	<range><lt>5.6.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The PHP Project reports:</p>
+	<blockquote cite="http://www.php.net/ChangeLog-5.php">;
+	  <p>Use after free vulnerability in unserialize() with DateTimeZone.</p>
+	  <p>Mitigation for CVE-2015-0235 -- GHOST: glibc gethostbyname buffer
+	   overflow.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-0235</cvename>
+      <cvename>CVE-2015-0273</cvename>
+      <url>http://php.net/ChangeLog-5.php#5.4.38</url>;
+      <url>http://php.net/ChangeLog-5.php#5.5.22</url>;
+      <url>http://php.net/ChangeLog-5.php#5.6.6</url>;
+    </references>
+    <dates>
+      <discovery>2015-02-18</discovery>
+      <entry>2015-02-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="dbf9e66c-bd50-11e4-a7ba-206a8a720317">
     <topic>krb5 1.11 -- New release/fix multiple vulnerabilities</topic>
     <affects>



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