Sqlite · Sqlite · CVE-2022-24854
**Name of the Vulnerable Software and Affected Versions**
Metabase (affected versions not specified)
**Description**
The issue concerns Metabase, an open source business intelligence and analytics application, specifically affecting users who make use of SQLite. SQLite has a feature called `ATTACH DATABASE`, which allows connecting multiple SQLite databases via the initial connection. If an attacker has SQL permissions to at least one SQLite database, they can attach this database to a second database and query across all the tables, provided they also know the file path to the second database.
**Recommendations**
To resolve the issue, users are advised to upgrade as soon as possible.
If you're unable to upgrade, you can modify your SQLite connection strings to contain the url argument `?limit attached=0`, which will disallow making connections to other SQLite databases.