SQLite: Remote code execution A vulnerability in SQLite may allow for the remote execution of code. sqlite 2019-04-22 2019-04-22 672942 remote 3.25.3 3.25.3

SQLite is a C library that implements an SQL database engine.

An integer overflow was discovered in SQLite’s FTS3 extension.

A remote attacker could, by executing arbitrary SQL statements against a vulnerable host, execute arbitrary code.

There is no known workaround at this time.

All SQLite users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=dev-db/sqlite-3.25.3"
CVE-2018-20346 b-man b-man