In SQLite 3.44.0 through 3.49.0 before 3.49.1, the concat_ws() SQL function can cause memory to be written beyond the end of a malloc-allocated buffer. If the separator argument is attacker-controlled and has a large string (e.g., 2MB or more), an integer overflow occurs in calculating the size of the result buffer, and thus malloc may not allocate enough memory.
Conclusion & alert: CVE-2025-29087 is rated Low Risk (20.5/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.07%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-17 | 0.29% | 0.07% | -0.22% |
| 2 | 2026-05-16 | 0.22% | 0.29% | +0.07% |
| 3 | 2026-02-01 | — | 0.22% | — |
Full EPSS history (9 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 3.2 | 3.1 | LOW |
|
1.4 | 1.4 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-29087: 1 source package rows (sqlite); 18 state rows across 4 repos (3.19-main, 3.20-main, 3.21-main, edge-main); fixed 8, open 10. | https://security.alpinelinux.org/vuln/CVE-2025-29087 |
debian
|
unimportant | CVE-2025-29087 unimportant priority: Debian including 1 source packages (sqlite3), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2025-29087 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2025-29087 |
suse
|
medium | CVE-2025-29087 severity moderate: SUSE including 306 source package names (0.23.1-12.1:libsqlite3-0-3.49.1-150000.3.27.1, 13.2-9.1:libsqlite3-0-3.49.1-slfo.1.1_1.1, …), 951 product×package rows across 358 product lines (Container bci/kiwi, Container bci/openjdk, … (358 product lines)): Fixed 729, Known Affected 221, Known Not Affected 1. | https://www.suse.com/security/cve/CVE-2025-29087/ |
ubuntu
|
medium | CVE-2025-29087 medium priority: Ubuntu including 2 source packages (sqlite, sqlite3), 18 status rows across 10 suites (bionic, focal, jammy, noble, oracular, plucky, questing, trusty, upstream, xenial): not-affected 12, released 3, DNE 2, ignored 1. | https://ubuntu.com/security/CVE-2025-29087 |
| URL | Tags |
|---|---|
| https://gist.github.com/ylwango613/a44a29f1ef074fa783e29f04a0afd62a | Third Party Advisory |
| https://sqlite.org/releaselog/3_49_1.html | Release Notes |
| https://www.sqlite.org/cves.html | Vendor Advisory |