aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-23 13:02:39 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-23 13:02:39 +0800
commitd362a068ad8509044a2eccf91e2c5af8193ba498 (patch)
tree7d89a3c6e1efb0b2cdf2ea18e1c24116aa68e08b
parent1dd660565c8b4c8f24570c056a18bec64549e435 (diff)
downloadfreebsd-ports-d362a068ad8509044a2eccf91e2c5af8193ba498.tar.gz
freebsd-ports-d362a068ad8509044a2eccf91e2c5af8193ba498.tar.zst
freebsd-ports-d362a068ad8509044a2eccf91e2c5af8193ba498.zip
VulnXML record: CVE-2018-8740: SQLite -- Corrupt DB can cause a NULL pointer dereference
Patched in r465275.
Notes
Notes: svn path=/head/; revision=465333
-rw-r--r--security/vuxml/vuln.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index a2de663e1afa..60af444ab07b 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -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>