| Name | CVE-2025-29088 |
| Description | In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect. |
| Source | CVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
| Debian Bugs | 1102670 |
Vulnerable and fixed packages
The table below lists information on source packages.
| Source Package | Release | Version | Status |
|---|
| sqlite3 (PTS) | bullseye | 3.34.1-3 | vulnerable |
| bullseye (security) | 3.34.1-3+deb11u1 | vulnerable |
| bookworm | 3.40.1-2+deb12u2 | vulnerable |
| trixie | 3.46.1-7 | fixed |
| forky, sid | 3.46.1-8 | fixed |
The information below is based on the following data on fixed versions.
| Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
|---|
| sqlite3 | source | (unstable) | 3.46.1-4 | unimportant | | 1102670 |
Notes
https://github.com/sqlite/sqlite/commit/56d2fd008b108109f489339f5fd55212bb50afd4
https://sqlite.org/src/info/1ec4c308c76c69fb
OOB to setup API; API in question is only accessible from programms that invoke
SQLite. Not reachable from rouge SQL inputs or specially crafted database files.