svn commit: r465333 - head/security/vuxml

Yuri Victorovich yuri at FreeBSD.org
Fri Mar 23 05:02:40 UTC 2018


Author: yuri
Date: Fri Mar 23 05:02:39 2018
New Revision: 465333
URL: https://svnweb.freebsd.org/changeset/ports/465333

Log:
  VulnXML record: CVE-2018-8740: SQLite -- Corrupt DB can cause a NULL pointer dereference
  
  Patched in r465275.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Mar 23 04:53:46 2018	(r465332)
+++ head/security/vuxml/vuln.xml	Fri Mar 23 05:02:39 2018	(r465333)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="6d52bda1-2e54-11e8-a68f-485b3931c969">
+    <topic>SQLite -- Corrupt DB can cause a NULL pointer dereference</topic>
+    <affects>
+      <package>
+	<name>sqlite3</name>
+	<range><lt>3.22.0_1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>MITRE reports:</p>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2018-8740">
+	  <p>SQLite databases whose schema is corrupted using a CREATE TABLE AS
+	  statement could cause a NULL pointer dereference, related to build.c
+	  and prepare.c.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-8740</cvename>
+      <url>http://openwall.com/lists/oss-security/2018/03/17/1</url>
+    </references>
+    <dates>
+      <discovery>2018-03-16</discovery>
+      <entry>2018-03-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="39a30e0a-0c34-431b-9dce-b87cab02412a">
     <topic>Sanitize -- XSS vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list