An integer overflow can be triggered in SQLite’s ...
Moderate severity
Unreviewed
Published
Apr 14, 2025
to the GitHub Advisory Database
•
Updated Aug 1, 2025
Description
Published by the National Vulnerability Database
Apr 14, 2025
Published to the GitHub Advisory Database
Apr 14, 2025
Last updated
Aug 1, 2025
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.References