Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 13:29:43 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447540 - head/security/vuxml
Message-ID:  <201708081329.v78DThKq096757@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Aug  8 13:29:43 2017
New Revision: 447540
URL: https://svnweb.freebsd.org/changeset/ports/447540

Log:
  Document sqlite3 vulnerability
  
  Security:	CVE-2017-10989

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug  8 13:09:57 2017	(r447539)
+++ head/security/vuxml/vuln.xml	Tue Aug  8 13:29:43 2017	(r447540)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="9245681c-7c3c-11e7-b5af-a4badb2f4699">
+    <topic>sqlite3 -- heap-buffer overflow</topic>
+    <affects>
+      <package>
+	<name>sqlite3</name>
+	<range><ge>3.17.0</ge><lt>3.20.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Google reports:</p>
+	<blockquote cite="https://bugs.launchpad.net/ubuntu/+source/sqlite3/+bug/1700937">;
+	  <p>A heap-buffer overflow (sometimes a crash) can arise when
+	    running a SQL request on malformed sqlite3 databases.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.launchpad.net/ubuntu/+source/sqlite3/+bug/1700937</url>;
+      <cvename>CVE-2017-10989</cvename>
+    </references>
+    <dates>
+      <discovery>2017-08-08</discovery>
+      <entry>2017-08-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="88a77ad8-77b1-11e7-b5af-a4badb2f4699">
     <topic>Varnish -- Denial of service vulnerability</topic>
     <affects>



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