Beveiligingsadvies

CVE-2025-3277

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-04-14 16:50:48
Laatst bijgewerkt 2025-05-27 14:42:04
Toegewezen door Google
CVSS-score 6.9
Status PUBLISHED

Beschrijving

An integer overflow can be triggered in SQLite’s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of size ~4GB can be triggered. This can result in arbitrary code execution.