SQLite is a C library that implements an SQL database engine.
Multiple vulnerabilities have been discovered in SQLite. Please review the CVE identifiers referenced below for details.
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.28.0"