Name | CVE-2007-1888 |
Description | Buffer overflow in the sqlite_decode_binary function in src/encode.c in SQLite 2, as used by PHP 4.x through 5.x and other applications, allows context-dependent attackers to execute arbitrary code via an empty value of the in parameter. NOTE: some PHP installations use a bundled version of sqlite without this vulnerability. The SQLite developer has argued that this issue could be due to a misuse of the sqlite_decode_binary() API. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Debian Bugs | 441233, 526328 |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
sqlite (PTS) | jessie, jessie (lts) | 2.8.17-12+deb8u1 | fixed |
| stretch (lts), stretch | 2.8.17-14+deb9u1 | fixed |
| buster (security), buster, buster (lts) | 2.8.17-15+deb10u1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
sqlite | source | (unstable) | 2.8.17-2.1 | unimportant | | 441233, 526328 |
Notes
this is really just an "unsafe" API, not really a security issue against sqlite itself.
SQLite 3 no longer contains the affected function.