Integer Overflow or Wraparound
CVE-2025-29088
Summary
In SQLite version through 3.44.3 and in version 3.45.0 through 3.49.0, 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.
- HIGH
- LOCAL
- LOW
- CHANGED
- NONE
- NONE
- LOW
- LOW
CWE-190 - Integer Overflow or Wraparound
The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.
References
Advisory Timeline
- Published