Looking for the vulnerability index of Invicti's legacy products?
Sqlite Integer Overflow or Wraparound Vulnerability - CVE-2025-3277 - Vulnerability Database

Sqlite Integer Overflow or Wraparound Vulnerability - CVE-2025-3277

Critical
Reference: CVE-2025-3277
Title: Sqlite Integer Overflow or Wraparound Vulnerability
Overview:

An integer overflow can be triggered in SQLites 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.