Sqlite

Sqlite

63 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.21%
  • Published 01.09.2022 18:15:08
  • Last modified 21.11.2024 05:27:30

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

  • EPSS 0.21%
  • Published 01.09.2022 18:15:08
  • Last modified 21.11.2024 05:27:30

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

Exploit
  • EPSS 63.95%
  • Published 03.08.2022 06:15:07
  • Last modified 21.11.2024 07:11:34

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.

Exploit
  • EPSS 0.24%
  • Published 14.02.2022 19:15:07
  • Last modified 21.11.2024 06:32:07

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 reco...

Exploit
  • EPSS 0.98%
  • Published 24.08.2021 14:15:09
  • Last modified 21.11.2024 06:13:55

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 ha...

  • EPSS 0.21%
  • Published 23.03.2021 17:15:13
  • Last modified 21.11.2024 05:46:10

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-afte...

Exploit
  • EPSS 0.04%
  • Published 27.06.2020 12:15:11
  • Last modified 21.11.2024 05:05:24

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.

Exploit
  • EPSS 2.44%
  • Published 06.06.2020 16:15:10
  • Last modified 21.11.2024 05:02:02

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.

  • EPSS 0.03%
  • Published 27.05.2020 15:15:13
  • Last modified 21.11.2024 05:01:38

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

  • EPSS 0.09%
  • Published 27.05.2020 15:15:12
  • Last modified 21.11.2024 05:01:38

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.