CVE-2022-24854

HIGH
Published Apr 14, 20224y ago · Modified Jun 17, 20261w ago
8.8 CVSS 3.1
High
Find Similar
Published Apr 14, 2022 4y ago
Last Modified Jun 17, 2026 1w ago

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.

CVSS Details

Base Score
8.8
Exploitability
2.8
Impact
5.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

No active exploitation signals — not in CISA KEV and no EPSS score yet.

Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-610

Affected Products 4

VendorProductVersionRange
metabasemetabase*≥0.41.0  –  <0.41.7
metabasemetabase*≥0.42.0  –  <0.42.4
metabasemetabase*≥1.41.0  –  <1.41.7
metabasemetabase*≥1.42.0  –  <1.42.4

References 2

  • github.com https://github.com/metabase/metabase/security/advisories/GHSA-vm79-xvmp-7329
    Release NotesThird Party Advisory
  • sqlite.org https://www.sqlite.org/lang_attach.html
    Third Party Advisory

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.