MidnightBSD

Advisories for sqlite

CVE-2013-7443 MEDIUM

Buffer overflow in the skip-scan optimization in SQLite 3.8.2 allows remote attackers to cause a denial of service (crash) via crafted SQL statements.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-119,

Products Affected

Vendor Product Version
canonical ubuntu_linux 15.04
canonical ubuntu_linux 12.04
sqlite sqlite 3.8.2
canonical ubuntu_linux 14.04
CVE-2015-3414 HIGH

SQLite before 3.8.9 does not properly implement the dequoting of collation-sequence names, which allows context-dependent attackers to cause a denial of service (uninitialized memory access and application crash) or possibly have unspecified other impact via a crafted COLLATE clause, as demonstrated by COLLATE"""""""" at the end of a SELECT statement.

CVSS 2.0

Severity: HIGH

Problem Type: CWE-908,

Products Affected

Vendor Product Version
canonical ubuntu_linux 15.04
canonical ubuntu_linux 12.04
debian debian_linux 8.0
apple mac_os_x 10.10.5
apple watchos 1.0.1
php php *
canonical ubuntu_linux 14.04
sqlite sqlite *
CVE-2015-3415 HIGH

The sqlite3VdbeExec function in vdbe.c in SQLite before 3.8.9 does not properly implement comparison operators, which allows context-dependent attackers to cause a denial of service (invalid free operation) or possibly have unspecified other impact via a crafted CHECK clause, as demonstrated by CHECK(0&O>O) in a CREATE TABLE statement.

CVSS 2.0

Severity: HIGH

Problem Type: CWE-404,

Products Affected

Vendor Product Version
canonical ubuntu_linux 15.04
canonical ubuntu_linux 12.04
debian debian_linux 8.0
apple mac_os_x 10.10.5
apple watchos 1.0.1
php php *
canonical ubuntu_linux 14.04
sqlite sqlite *
CVE-2015-3416 HIGH

The sqlite3VXPrintf function in printf.c in SQLite before 3.8.9 does not properly handle precision and width values during floating-point conversions, which allows context-dependent attackers to cause a denial of service (integer overflow and stack-based buffer overflow) or possibly have unspecified other impact via large integers in a crafted printf function call in a SELECT statement.

CVSS 2.0

Severity: HIGH

Problem Type: CWE-190,

Products Affected

Vendor Product Version
canonical ubuntu_linux 15.04
apple watchos *
canonical ubuntu_linux 12.04
debian debian_linux 8.0
apple mac_os_x *
php php *
canonical ubuntu_linux 14.04
sqlite sqlite *
CVE-2015-3717 HIGH

Multiple buffer overflows in the printf functionality in SQLite, as used in Apple iOS before 8.4 and OS X before 10.10.4, allow remote attackers to execute arbitrary code or cause a denial of service (application crash) via unspecified vectors.

CVSS 2.0

Severity: HIGH

Problem Type: CWE-120,

Products Affected

Vendor Product Version
apple mac_os_x *
apple iphone_os *
sqlite sqlite *
CVE-2015-5895 HIGH

Multiple unspecified vulnerabilities in SQLite before 3.8.10.2, as used in Apple iOS before 9, have unknown impact and attack vectors.

CVSS 2.0

Severity: HIGH

Problem Type: NVD-CWE-noinfo,

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2015-6607 MEDIUM

SQLite before 3.8.9, as used in Android before 5.1.1 LMY48T, allows attackers to gain privileges via a crafted application, aka internal bug 20099586.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-264,

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2016-6153 MEDIUM

os_unix.c in SQLite before 3.13.0 improperly implements the temporary directory search algorithm, which might allow local users to obtain sensitive information, cause a denial of service (application crash), or have unspecified other impact by leveraging use of the current working directory for temporary files.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-20,

Products Affected

Vendor Product Version
opensuse leap 42.1
fedoraproject fedora 24
sqlite sqlite *
CVE-2017-10989 HIGH

The getNodeSize function in ext/rtree/rtree.c in SQLite through 3.19.3, as used in GDAL and other products, mishandles undersized RTree blobs in a crafted database, leading to a heap-based buffer over-read or possibly unspecified other impact.

CVSS 2.0

Severity: HIGH

Problem Type: CWE-125,

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2017-13685 MEDIUM

The dump_callback function in SQLite 3.20.0 allows remote attackers to cause a denial of service (EXC_BAD_ACCESS and application crash) via a crafted file.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-20,

Products Affected

Vendor Product Version
sqlite sqlite 3.20.0
CVE-2017-15286 MEDIUM

SQLite 3.20.1 has a NULL pointer dereference in tableColumnList in shell.c because it fails to consider certain cases where `sqlite3_step(pStmt)==SQLITE_ROW` is false and a data structure is never initialized.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
sqlite sqlite 3.20.1
CVE-2018-20346 MEDIUM

SQLite before 3.25.3, when the FTS3 extension is enabled, encounters an integer overflow (and resultant buffer overflow) for FTS3 queries that occur after crafted changes to FTS3 shadow tables, allowing remote attackers to execute arbitrary code by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases), aka Magellan.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-190,

Products Affected

Vendor Product Version
debian debian_linux 8.0
google chrome *
redhat linux 6.0
opensuse leap 42.3
opensuse leap 15.0
sqlite sqlite *
CVE-2018-20505 MEDIUM

SQLite 3.25.2, when queries are run on a table with a malformed PRIMARY KEY, allows remote attackers to cause a denial of service (application crash) by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases).

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-89,

Products Affected

Vendor Product Version
apple icloud *
apple watchos *
apple itunes *
apple mac_os_x *
apple iphone_os *
sqlite sqlite *
CVE-2018-20506 MEDIUM

SQLite before 3.25.3, when the FTS3 extension is enabled, encounters an integer overflow (and resultant buffer overflow) for FTS3 queries in a "merge" operation that occurs after crafted changes to FTS3 shadow tables, allowing remote attackers to execute arbitrary code by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases). This is a different vulnerability than CVE-2018-20346.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-190,

Products Affected

Vendor Product Version
apple icloud *
apple watchos *
apple itunes *
apple mac_os_x *
opensuse leap 42.3
apple tvos *
apple iphone_os *
sqlite sqlite *
CVE-2018-8740 MEDIUM

In SQLite through 3.22.0, databases whose schema is corrupted using a CREATE TABLE AS statement could cause a NULL pointer dereference, related to build.c and prepare.c.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
debian debian_linux 8.0
sqlite sqlite *
CVE-2019-16168 MEDIUM

In SQLite through 3.29.0, whereLoopAddBtreeIndex in sqlite3.c can crash a browser or other application because of missing validation of a sqlite_stat1 sz field, aka a "severe division by zero in the query planner."

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 6.5 MEDIUM CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H 2.8 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-369,

Products Affected

Vendor Product Version
netapp oncommand_insight -
tenable nessus_agent *
canonical ubuntu_linux 16.04
netapp steelstore_cloud_integrated_storage -
netapp oncommand_workflow_automation -
oracle mysql *
netapp santricity_unified_manager -
oracle solaris 11
debian debian_linux 9.0
netapp active_iq_unified_manager *
oracle zfs_storage_appliance 8.8
oracle jdk 1.8.0
canonical ubuntu_linux 19.10
mcafee policy_auditor *
fedoraproject fedora 30
oracle communications_design_studio 7.3.4.3.0
canonical ubuntu_linux 12.04
canonical ubuntu_linux 19.04
netapp ontap_select_deploy_administration_utility -
sqlite sqlite *
oracle communications_design_studio 7.4.0.4.0
oracle jre 1.8.0
netapp e-series_santricity_os_controller *
oracle outside_in_technology 8.5.4
canonical ubuntu_linux 18.04
oracle communications_design_studio 7.3.5.5.0
CVE-2019-19242 MEDIUM

SQLite 3.30.1 mishandles pExpr->y.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.9 MEDIUM CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H 2.2 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
redhat enterprise_linux 8.0
canonical ubuntu_linux 12.04
canonical ubuntu_linux 16.04
canonical ubuntu_linux 19.04
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
canonical ubuntu_linux 18.04
canonical ubuntu_linux 19.10
oracle mysql_workbench *
CVE-2019-19244 MEDIUM

sqlite3Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: NVD-CWE-noinfo,

Products Affected

Vendor Product Version
canonical ubuntu_linux 19.04
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
canonical ubuntu_linux 19.10
oracle mysql_workbench *
CVE-2019-19317 HIGH

lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 9.8 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 3.9 5.9

CVSS 2.0

Severity: HIGH

Problem Type: CWE-681,

Products Affected

Vendor Product Version
netapp cloud_backup -
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
oracle mysql_workbench *
netapp ontap_select_deploy_administration_utility -
CVE-2019-19603 MEDIUM

SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: NVD-CWE-noinfo,

Products Affected

Vendor Product Version
netapp cloud_backup -
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
siemens sinec_infrastructure_network_services 1.0.1.1
apache guacamole 1.3.0
oracle mysql_workbench *
netapp ontap_select_deploy_administration_utility -
CVE-2019-19645 LOW

alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.5 MEDIUM CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H 1.8 3.6

CVSS 2.0

Severity: LOW

Problem Type: CWE-674,

Products Affected

Vendor Product Version
netapp cloud_backup -
siemens sinec_infrastructure_network_services *
tenable tenable.sc *
oracle mysql_workbench *
netapp ontap_select_deploy_administration_utility -
sqlite sqlite *
CVE-2019-19646 HIGH

pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 9.8 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 3.9 5.9

CVSS 2.0

Severity: HIGH

Problem Type: CWE-754,

Products Affected

Vendor Product Version
netapp cloud_backup -
siemens sinec_infrastructure_network_services *
tenable tenable.sc *
oracle mysql_workbench *
netapp ontap_select_deploy_administration_utility -
sqlite sqlite *
CVE-2019-19880 MEDIUM

exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
redhat enterprise_linux_workstation 6.0
debian debian_linux 10.0
opensuse leap 15.1
redhat enterprise_linux_server 6.0
oracle mysql_workbench *
netapp cloud_backup -
opensuse backports_sle 15.0
debian debian_linux 9.0
suse package_hub -
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
redhat enterprise_linux_desktop 6.0
CVE-2019-19923 MEDIUM

flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT DISTINCT involving a LEFT JOIN in which the right-hand side is a view. This can cause a NULL pointer dereference (or incorrect results).

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
redhat enterprise_linux_workstation 6.0
debian debian_linux 10.0
opensuse leap 15.1
redhat enterprise_linux_server 6.0
oracle mysql_workbench *
netapp cloud_backup -
opensuse backports_sle 15.0
debian debian_linux 9.0
suse package_hub -
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
redhat enterprise_linux_desktop 6.0
CVE-2019-19924 MEDIUM

SQLite 3.30.1 mishandles certain parser-tree rewriting, related to expr.c, vdbeaux.c, and window.c. This is caused by incorrect sqlite3WindowRewrite() error handling.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.3 MEDIUM CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N 3.9 1.4

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-755,

Products Affected

Vendor Product Version
netapp cloud_backup -
apache bookkeeper 4.12.1
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
oracle mysql_workbench *
CVE-2019-19925 MEDIUM

zipfileUpdate in ext/misc/zipfile.c in SQLite 3.30.1 mishandles a NULL pathname during an update of a ZIP archive.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-434,

Products Affected

Vendor Product Version
redhat enterprise_linux_workstation 6.0
debian debian_linux 10.0
opensuse leap 15.1
redhat enterprise_linux_server 6.0
oracle mysql_workbench *
netapp cloud_backup -
opensuse backports_sle 15.0
debian debian_linux 9.0
suse package_hub -
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
redhat enterprise_linux_desktop 6.0
CVE-2019-19926 MEDIUM

multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
redhat enterprise_linux_workstation 6.0
debian debian_linux 10.0
opensuse leap 15.1
redhat enterprise_linux_server 6.0
oracle mysql_workbench *
netapp cloud_backup -
opensuse backports_sle 15.0
debian debian_linux 9.0
suse package_hub -
siemens sinec_infrastructure_network_services *
sqlite sqlite 3.30.1
redhat enterprise_linux_desktop 6.0
CVE-2019-19959 MEDIUM

ext/misc/zipfile.c in SQLite 3.30.1 mishandles certain uses of INSERT INTO in situations involving embedded '\0' characters in filenames, leading to a memory-management error that can be detected by (for example) valgrind.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: NVD-CWE-Other,

Products Affected

Vendor Product Version
canonical ubuntu_linux 16.04
sqlite sqlite 3.30.1
canonical ubuntu_linux 18.04
canonical ubuntu_linux 19.10
CVE-2019-20218 MEDIUM

selectExpander in select.c in SQLite 3.30.1 proceeds with WITH stack unwinding even after a parsing error.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-755,NVD-CWE-Other,

Products Affected

Vendor Product Version
debian debian_linux 9.0
canonical ubuntu_linux 16.04
sqlite sqlite 3.30.1
canonical ubuntu_linux 18.04
canonical ubuntu_linux 19.10
oracle mysql_workbench *
CVE-2019-5018 MEDIUM

An exploitable use after free vulnerability exists in the window function functionality of Sqlite3 3.26.0. A specially crafted SQL command can cause a use after free vulnerability, potentially resulting in remote code execution. An attacker can send a malicious SQL command to trigger this vulnerability.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 8.1 HIGH CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H 2.2 5.9

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-416,CWE-416,

Products Affected

Vendor Product Version
sqlite sqlite 3.26.0
canonical ubuntu_linux 12.04
canonical ubuntu_linux 16.04
canonical ubuntu_linux 19.04
canonical ubuntu_linux 18.04
canonical ubuntu_linux 19.10
CVE-2019-8457 HIGH

SQLite3 from 3.6.0 to and including 3.27.2 is vulnerable to heap out-of-bound read in the rtreenode() function when handling invalid rtree tables.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 9.8 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 3.9 5.9

CVSS 2.0

Severity: HIGH

Problem Type: CWE-125,CWE-125,

Products Affected

Vendor Product Version
fedoraproject fedora 29
canonical ubuntu_linux 16.04
canonical ubuntu_linux 18.10
canonical ubuntu_linux 14.04
canonical ubuntu_linux 19.04
opensuse leap 42.3
canonical ubuntu_linux 18.04
fedoraproject fedora 30
sqlite sqlite *
CVE-2019-9936 MEDIUM

In SQLite 3.27.2, running fts5 prefix queries inside a transaction could trigger a heap-based buffer over-read in fts5HashEntrySort in sqlite3.c, which may lead to an information leak. This is related to ext/fts5/fts5_hash.c.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-125,

Products Affected

Vendor Product Version
sqlite sqlite 3.27.2
CVE-2019-9937 MEDIUM

In SQLite 3.27.2, interleaving reads and writes in a single transaction with an fts5 virtual table will lead to a NULL Pointer Dereference in fts5ChunkIterate in sqlite3.c. This is related to ext/fts5/fts5_hash.c and ext/fts5/fts5_index.c.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
sqlite sqlite 3.27.2
CVE-2020-11655 MEDIUM

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.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-665,

Products Affected

Vendor Product Version
canonical ubuntu_linux 16.04
oracle instantis_enterprisetrack 17.2
oracle hyperion_infrastructure_technology 11.1.2.4
oracle communications_network_charging_and_control 6.0.1
oracle communications_element_manager *
oracle mysql *
oracle mysql_workbench *
oracle instantis_enterprisetrack 17.1
oracle communications_session_route_manager *
debian debian_linux 9.0
oracle communications_session_report_manager *
tenable tenable.sc *
canonical ubuntu_linux 19.10
oracle outside_in_technology 8.5.5
oracle communications_messaging_server 8.1
oracle enterprise_manager_ops_center 12.4.0.0
netapp ontap_select_deploy_administration_utility -
sqlite sqlite *
oracle zfs_storage_appliance_kit 8.8
debian debian_linux 8.0
oracle communications_network_charging_and_control 12.0.2
oracle outside_in_technology 8.5.4
canonical ubuntu_linux 20.04
siemens sinec_infrastructure_network_services *
canonical ubuntu_linux 18.04
oracle communications_network_charging_and_control *
oracle instantis_enterprisetrack 17.3
CVE-2020-11656 HIGH

In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 9.8 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 3.9 5.9

CVSS 2.0

Severity: HIGH

Problem Type: CWE-416,

Products Affected

Vendor Product Version
oracle outside_in_technology 8.5.5
oracle hyperion_infrastructure_technology 11.1.2.4
oracle communications_messaging_server 8.1
oracle communications_network_charging_and_control 6.0.1
oracle enterprise_manager_ops_center 12.4.0.0
oracle mysql *
oracle mysql_workbench *
netapp ontap_select_deploy_administration_utility -
sqlite sqlite *
oracle zfs_storage_appliance_kit 8.8
oracle communications_network_charging_and_control 12.0.2
oracle outside_in_technology 8.5.4
siemens sinec_infrastructure_network_services *
tenable tenable.sc *
oracle communications_network_charging_and_control *
CVE-2020-13434 LOW

SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.

CVSS 2.0

Severity: LOW

Problem Type: CWE-190,

Products Affected

Vendor Product Version
apple ipados *
freebsd freebsd 12.1
freebsd freebsd 11.4
oracle outside_in_technology 8.5.5
apple itunes *
canonical ubuntu_linux 16.04
oracle communications_network_charging_and_control 6.0.1
freebsd freebsd 12.0
sqlite sqlite *
apple icloud *
apple watchos *
debian debian_linux 8.0
debian debian_linux 9.0
fedoraproject fedora 32
freebsd freebsd *
apple macos *
oracle communications_cloud_native_core_policy 1.14.0
canonical ubuntu_linux 20.04
canonical ubuntu_linux 18.04
oracle communications_network_charging_and_control *
canonical ubuntu_linux 19.10
apple tvos *
apple iphone_os *
CVE-2020-13435 LOW

SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.5 MEDIUM CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H 1.8 3.6

CVSS 2.0

Severity: LOW

Problem Type: CWE-476,

Products Affected

Vendor Product Version
fedoraproject fedora 32
sqlite sqlite *
CVE-2020-13630 MEDIUM

ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.0 HIGH CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 1.0 5.9

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-416,

Products Affected

Vendor Product Version
canonical ubuntu_linux 16.04
netapp hci_compute_node_firmware -
oracle communications_network_charging_and_control 6.0.1
apple icloud *
debian debian_linux 9.0
canonical ubuntu_linux 19.10
apple iphone_os *
apple ipados *
oracle outside_in_technology 8.5.5
apple itunes *
netapp solidfire,_enterprise_sds_&_hci_storage_node -
sqlite sqlite *
brocade fabric_operating_system -
oracle zfs_storage_appliance_kit 8.8
netapp cloud_backup -
apple watchos *
fedoraproject fedora 32
apple macos *
oracle outside_in_technology 8.5.4
canonical ubuntu_linux 20.04
siemens sinec_infrastructure_network_services *
canonical ubuntu_linux 18.04
oracle communications_network_charging_and_control *
apple tvos *
CVE-2020-13631 LOW

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.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.5 MEDIUM CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N 1.8 3.6

CVSS 2.0

Severity: LOW

Problem Type: NVD-CWE-noinfo,

Products Affected

Vendor Product Version
apple ipados *
oracle outside_in_technology 8.5.5
apple itunes *
canonical ubuntu_linux 16.04
netapp solidfire,_enterprise_sds_&_hci_storage_node -
netapp hci_compute_node_firmware -
oracle communications_network_charging_and_control 6.0.1
sqlite sqlite *
brocade fabric_operating_system -
oracle zfs_storage_appliance_kit 8.8
apple icloud *
netapp cloud_backup -
apple watchos *
fedoraproject fedora 32
apple macos *
oracle outside_in_technology 8.5.4
canonical ubuntu_linux 20.04
siemens sinec_infrastructure_network_services *
canonical ubuntu_linux 18.04
oracle communications_network_charging_and_control *
canonical ubuntu_linux 19.10
apple tvos *
apple iphone_os *
CVE-2020-13632 LOW

ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.5 MEDIUM CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H 1.8 3.6

CVSS 2.0

Severity: LOW

Problem Type: CWE-476,

Products Affected

Vendor Product Version
oracle outside_in_technology 8.5.5
canonical ubuntu_linux 16.04
netapp solidfire,_enterprise_sds_&_hci_storage_node -
netapp hci_compute_node_firmware -
oracle communications_network_charging_and_control 6.0.1
sqlite sqlite *
brocade fabric_operating_system -
oracle zfs_storage_appliance_kit 8.8
netapp cloud_backup -
debian debian_linux 9.0
fedoraproject fedora 32
oracle outside_in_technology 8.5.4
canonical ubuntu_linux 20.04
siemens sinec_infrastructure_network_services *
canonical ubuntu_linux 18.04
oracle communications_network_charging_and_control *
canonical ubuntu_linux 19.10
CVE-2020-13871 MEDIUM

SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-416,

Products Affected

Vendor Product Version
oracle hyperion_infrastructure_technology 11.1.2.4
fedoraproject fedora 33
oracle communications_messaging_server 8.1
oracle communications_network_charging_and_control 6.0.1
oracle enterprise_manager_ops_center 12.4.0.0
oracle mysql_workbench *
netapp ontap_select_deploy_administration_utility -
sqlite sqlite 3.32.2
oracle zfs_storage_appliance_kit 8.8
netapp cloud_backup -
debian debian_linux 9.0
oracle communications_network_charging_and_control 12.0.2
siemens sinec_infrastructure_network_services *
CVE-2020-15358 LOW

In SQLite before 3.32.3, select.c mishandles query-flattener optimization, leading to a multiSelectOrderBy heap overflow because of misuse of transitive properties for constant propagation.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.5 MEDIUM CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H 1.8 3.6

CVSS 2.0

Severity: LOW

Problem Type: CWE-787,

Products Affected

Vendor Product Version
apple ipados *
oracle outside_in_technology 8.5.5
oracle hyperion_infrastructure_technology 11.1.2.4
oracle communications_messaging_server 8.1
oracle communications_network_charging_and_control 6.0.1
oracle enterprise_manager_ops_center 12.4.0.0
oracle mysql *
sqlite sqlite *
apple icloud *
apple watchos *
apple macos *
oracle communications_network_charging_and_control 12.0.2
oracle communications_cloud_native_core_policy 1.14.0
oracle outside_in_technology 8.5.4
canonical ubuntu_linux 20.04
siemens sinec_infrastructure_network_services *
apple tvos *
apple iphone_os *
CVE-2020-35525

In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

Products Affected

Vendor Product Version
sqlite sqlite 3.31.1
CVE-2020-35527

In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE for views that have a nested FROM clause.

Products Affected

Vendor Product Version
sqlite sqlite 3.31.1
netapp ontap_select_deploy_administration_utility -
CVE-2020-9327 MEDIUM

In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-476,

Products Affected

Vendor Product Version
oracle outside_in_technology 8.5.5
canonical ubuntu_linux 16.04
oracle hyperion_infrastructure_technology 11.1.2.4
oracle communications_messaging_server 8.1
sqlite sqlite 3.31.1
oracle communications_network_charging_and_control 6.0.1
oracle enterprise_manager_ops_center 12.4.0.0
oracle mysql_workbench *
oracle zfs_storage_appliance_kit 8.8
netapp cloud_backup -
oracle communications_network_charging_and_control 12.0.2
oracle outside_in_technology 8.5.4
siemens sinec_infrastructure_network_services *
canonical ubuntu_linux 18.04
oracle communications_network_charging_and_control *
canonical ubuntu_linux 19.10
CVE-2021-20227 LOW

A flaw was found in SQLite's SELECT query functionality (src/select.c). This flaw allows an attacker who is capable of running SQL queries locally on the SQLite database to cause a denial of service or possible code execution by triggering a use-after-free. The highest threat from this vulnerability is to system availability.

CVSS 2.0

Severity: LOW

Problem Type: CWE-416,CWE-416,

Products Affected

Vendor Product Version
oracle zfs_storage_appliance_kit 8.8
oracle outside_in_technology 8.5.5
oracle jd_edwards_enterpriseone_tools *
oracle communications_network_charging_and_control 6.0.1
oracle enterprise_manager_for_oracle_database 13.4.0.0
oracle communications_network_charging_and_control *
oracle mysql_workbench *
sqlite sqlite *
CVE-2021-31239

An issue found in SQLite SQLite3 v.3.35.4 that allows a remote attacker to cause a denial of service via the appendvfs.c function.

Products Affected

Vendor Product Version
sqlite sqlite 3.35.4
CVE-2021-36690 MEDIUM

A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges (e.g., is intentionally allowed to execute commands). This report does NOT imply any problem in the SQLite library.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

CVSS 2.0

Severity: MEDIUM

Problem Type: NVD-CWE-noinfo,

Products Affected

Vendor Product Version
oracle zfs_storage_appliance_kit 8.8
apple watchos *
sqlite sqlite 3.36.0
apple macos *
apple tvos *
apple iphone_os *
CVE-2021-45346 MEDIUM

A Memory Leak vulnerability exists in SQLite Project SQLite3 3.35.1 and 3.37.0 via maliciously crafted SQL Queries (made via editing the Database File), it is possible to query a record, and leak subsequent bytes of memory that extend beyond the record, which could let a malicious user obtain sensitive information. NOTE: The developer disputes this as a vulnerability stating that If you give SQLite a corrupted database file and submit a query against the database, it might read parts of the database that you did not intend or expect.

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-401,

Products Affected

Vendor Product Version
sqlite sqlite 3.35.1
sqlite sqlite 3.37.0
netapp ontap_select_deploy_administration_utility -
CVE-2022-35737

SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API.

Products Affected

Vendor Product Version
splunk universal_forwarder 9.1.0
splunk universal_forwarder *
netapp ontap_select_deploy_administration_utility -
sqlite sqlite *
CVE-2022-46908

SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.3 HIGH CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L 1.8 5.5

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2023-7104 MEDIUM

A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 7.3 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L 3.9 3.4
cna@vuldb.com 5.5 MEDIUM CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L 2.1 3.4

CVSS 2.0

Severity: MEDIUM

Problem Type: CWE-122,CWE-119,

Products Affected

Vendor Product Version
fedoraproject fedora 38
fedoraproject fedora 39
sqlite sqlite *
CVE-2024-0232

A heap use-after-free issue has been identified in SQLite in the jsonParseAddNodeArray() function in sqlite3.c. This flaw allows a local attacker to leverage a victim to pass specially crafted malicious input to the application, potentially causing a crash and leading to a denial of service.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 5.5 MEDIUM CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H 1.8 3.6
secalert@redhat.com 4.7 MEDIUM CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H 1.0 3.6

Products Affected

Vendor Product Version
redhat enterprise_linux 8.0
fedoraproject extra_packages_for_enterprise_linux 8.0
fedoraproject fedora 39
redhat enterprise_linux 9.0
sqlite sqlite *
CVE-2025-29087

In SQLite 3.44.0 through 3.49.0 before 3.49.1, the concat_ws() SQL function can cause memory to be written beyond the end of a malloc-allocated buffer. If the separator argument is attacker-controlled and has a large string (e.g., 2MB or more), an integer overflow occurs in calculating the size of the result buffer, and thus malloc may not allocate enough memory.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
cve@mitre.org 3.2 LOW CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:L 1.4 1.4
nvd@nist.gov 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2025-29088

In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
cve@mitre.org 5.6 MEDIUM CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L 1.4 3.7
134c704f-9b21-4f2e-91b3-4a467353bcc0 7.5 HIGH CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 3.9 3.6

Products Affected

Vendor Product Version
sqlite sqlite 3.49.0
CVE-2025-3277

An integer overflow can be triggered in SQLite’s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of size ~4GB can be triggered. This can result in arbitrary code execution.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 9.8 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 3.9 5.9

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2025-6965

There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above.

Products Affected

Vendor Product Version
sqlite sqlite *
CVE-2025-7458

An integer overflow in the sqlite3KeyInfoFromExprList function in SQLite versions 3.39.2 through 3.41.1 allows an attacker with the ability to execute arbitrary SQL statements to cause a denial of service or disclose sensitive information from process memory via a crafted SELECT statement with a large number of expressions in the ORDER BY clause.

CVSS 3.x

Source Score Severity Vector Exploitability Impact
nvd@nist.gov 9.1 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H 3.9 5.2

Products Affected

Vendor Product Version
sqlite sqlite *