diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-23 13:02:39 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-23 13:02:39 +0800 |
commit | da0724498018529f26d3cf00ba6b73c35715155d (patch) | |
tree | 7d89a3c6e1efb0b2cdf2ea18e1c24116aa68e08b /security | |
parent | f145686259e48a99c2940e99d8a2153078d0f6f9 (diff) | |
download | freebsd-ports-gnome-da0724498018529f26d3cf00ba6b73c35715155d.tar.gz freebsd-ports-gnome-da0724498018529f26d3cf00ba6b73c35715155d.tar.zst freebsd-ports-gnome-da0724498018529f26d3cf00ba6b73c35715155d.zip |
VulnXML record: CVE-2018-8740: SQLite -- Corrupt DB can cause a NULL pointer dereference
Patched in r465275.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
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> |