Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Sqlite | Sqlite | 3.49.0 |
Related Weaknesses (CWE)
References
- https://gist.github.com/ylwango613/d3883fb9f6ba8a78086356779ce88248Third Party Advisory
- https://github.com/sqlite/sqlite/commit/56d2fd008b108109f489339f5fd55212bb50afd4Patch
- https://sqlite.org/forum/forumpost/48f365daecThird Party Advisory
- https://sqlite.org/releaselog/3_49_1.htmlRelease Notes
- https://www.sqlite.org/cves.htmlVendor Advisory
FAQ
What is CVE-2025-29088?
CVE-2025-29088 is a vulnerability with a CVSS score of 5.6 (MEDIUM). 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-bi...
How severe is CVE-2025-29088?
CVE-2025-29088 has been rated MEDIUM with a CVSS base score of 5.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-29088?
Check the references section above for vendor advisories and patch information. Affected products include: Sqlite Sqlite.