CVE-2022-24854
Last modified
CVE-2022-24854 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Metabase is an open source business intelligence and analytics application. SQLite has an FDW-like feature called `ATTACH DATABASE`, which allows connecting multiple SQLite databases via the initial connection. EPSS estimates a 0.98% chance of exploitation in the next 30 days.
Description
Metabase is an open source business intelligence and analytics application. SQLite has an FDW-like feature called `ATTACH DATABASE`, which allows connecting multiple SQLite databases via the initial connection. If the attacker has SQL permissions to at least one SQLite database, then it can attach this database to a second database, and then it can query across all the tables. To be able to do that the attacker also needs to know the file path to the second database. 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. Only users making use of SQLite are affected.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Metabase | Metabase | >= 0.41.0, < 0.41.7 |
| Metabase | Metabase | >= 0.42.0, < 0.42.4 |
| Metabase | Metabase | >= 1.41.0, < 1.41.7 |
| Metabase | Metabase | >= 1.42.0, < 1.42.4 |
References
- https://github.com/metabase/metabase/security/advisories/GHSA-vm79-xvmp-7329Release Notes, Third Party Advisory
- https://www.sqlite.org/lang_attach.htmlThird Party Advisory
- https://github.com/metabase/metabase/security/advisories/GHSA-vm79-xvmp-7329Release Notes, Third Party Advisory
- https://www.sqlite.org/lang_attach.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-24854?
How severe is CVE-2022-24854?
How do I fix CVE-2022-24854?
Are you affected by CVE-2022-24854?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
