Vulnerability in Metabase

CVE-2022-24854

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.

EPSS: 0.010 (59.6th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.0 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H.

Affected products

  • Metabase — versions >= 1.41.0, < 1.41.7, >= 0.41.0, < 0.41.7, >= 1.42.0, < 1.42.4

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2022-24854?
CVE-2022-24854 is a high-severity vulnerability in Metabase, classified under Externally Controlled Reference to a Resource in Another Sphere. CVSS score: 8.0/10. Published 2022-04-14.
How severe is CVE-2022-24854?
High severity. CVSS v3 base score is 8.0 out of 10.