CVE Catalog

CVE-2015-3415

High
Published: Translated: NVD NIST

Summary

The sqlite3VdbeExec function in SQLite before version 3.8.9 does not properly implement comparison operators, allowing attackers to cause a denial of service or potentially other unspecified impacts via a crafted CHECK clause.

Risk Assessment

Attackers may exploit this vulnerability to cause system crashes or other unforeseen effects, leading to downtime for applications using the SQLite database.

Recommendation

It is recommended to update SQLite to version 3.8.9 or later to mitigate this vulnerability and to monitor applications for unusual database-related activities.

Other vulnerabilities in SQLite

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS