From 2a412eaca1f08ea1ed415156ba6888e6353d061f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 13 Jun 2020 04:43:34 +0000 Subject: [PATCH] Document multiple sqlite3 vulnerabilities with CVSS scores ranging from 5.5 (medium) to 7.5 (high). PR: 247149 --- security/vuxml/vuln.xml | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8d9b5955082c..06c0969232f1 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,53 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + several security issues in sqlite3 + + + sqlite3 + 3.32.2 + + + FreeBSD + 12.1_6 + 11.3_10 + + + + +

sqlite3 update:

+

Various security issues could be used by an attacker to cause SQLite to crash, resulting in a denial of service, or possibly execute arbitrary code.

+
    +
  • CVE-2020-11655: SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object's initialization is mishandled.
  • +
  • CVE-2020-13434: SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.
  • +
  • CVE-2020-13435: SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c.
  • +
  • CVE-2020-13630: ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.
  • +
  • CVE-2020-13631: SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.
  • +
  • CVE-2020-13632: ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.
  • +
+ +
+ + https://nvd.nist.gov/vuln/detail/CVE-2020-11655 + CVE-2020-11655 + https://nvd.nist.gov/vuln/detail/CVE-2020-13434 + CVE-2020-13434 + https://nvd.nist.gov/vuln/detail/CVE-2020-13435 + CVE-2020-13435 + https://nvd.nist.gov/vuln/detail/CVE-2020-13630 + CVE-2020-13630 + https://nvd.nist.gov/vuln/detail/CVE-2020-13631 + CVE-2020-13631 + https://nvd.nist.gov/vuln/detail/CVE-2020-13632 + CVE-2020-13632 + + + 2020-05-25 + 2020-06-10 + +
+ Node.js -- June 2020 Security Releases