NULL Pointer Dereference Affecting sqlite3 package, versions <3.28.0-3.6.1


Severity

Recommended
0.0
low
0
10

Based on SUSE Linux Enterprise Server security rating.

Threat Intelligence

EPSS
3.31% (92nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about NULL Pointer Dereference vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-SLES150-SQLITE3-2754816
  • published14 Apr 2022
  • disclosed2 May 2019

Introduced: 2 May 2019

CVE-2019-9937  (opens in a new tab)
CWE-476  (opens in a new tab)

How to fix?

Upgrade SLES:15.0 sqlite3 to version 3.28.0-3.6.1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by SLES. See How to fix? for SLES:15.0 relevant fixed versions and status.

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.