Improper Input Validation Affecting sqlite3 package, versions <3.8.9-1


0.0
high

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.83% (82nd percentile)
Expand this section
NVD
7.3 high
Expand this section
SUSE
6.7 medium
Expand this section
Red Hat
4.9 medium

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 ID SNYK-DEBIAN10-SQLITE3-307589
  • published 24 Apr 2015
  • disclosed 24 Apr 2015

How to fix?

Upgrade Debian:10 sqlite3 to version 3.8.9-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 Debian. See How to fix? for Debian:10 relevant fixed versions and status.

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.