In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for Centos:8
v8-12.4-devel
.
Note: Versions mentioned in the description apply only to the upstream v8-12.4-devel
package and not the v8-12.4-devel
package as distributed by Centos
.
See How to fix?
for Centos:8
relevant fixed versions and status.
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.