svn commit: r391961 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Mon Jul 13 21:05:40 UTC 2015


Author: feld
Date: Mon Jul 13 21:05:39 2015
New Revision: 391961
URL: https://svnweb.freebsd.org/changeset/ports/391961

Log:
  Document php sqlite3 use-after-free vulnerability
  
  Change previous entry title to be hyphenated

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jul 13 21:03:26 2015	(r391960)
+++ head/security/vuxml/vuln.xml	Mon Jul 13 21:05:39 2015	(r391961)
@@ -58,8 +58,41 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="3d39e927-29a2-11e5-86ff-14dae9d210b8">
+    <topic>php -- use-after-free vulnerability</topic>
+    <affects>
+      <package>
+	<name>php56-sqlite3</name>
+	<range><lt>5.6.11</lt></range>
+      </package>
+      <package>
+	<name>php55-sqlite3</name>
+	<range><lt>5.5.27</lt></range>
+      </package>
+      <package>
+	<name>php5-sqlite3</name>
+	<range><lt>5.4.43</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Symeon Paraschoudis reports:</p>
+	<blockquote cite="https://bugs.php.net/bug.php?id=69972">
+	  <p>Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk()</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.php.net/bug.php?id=69972</url>
+    </references>
+    <dates>
+      <discovery>2015-06-30</discovery>
+      <entry>2015-07-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="af7fbd91-29a1-11e5-86ff-14dae9d210b8">
-    <topic>php -- use after free vulnerability</topic>
+    <topic>php -- use-after-free vulnerability</topic>
     <affects>
       <package>
 	<name>php56</name>


More information about the svn-ports-all mailing list