CVE-2022-24854

CVSS V2 Medium 6.5 CVSS V3 High 8.8
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.
Overview
  • CVE ID
  • CVE-2022-24854
  • Assigner
  • security-advisories@github.com
  • Vulnerability Status
  • Analyzed
  • Published Version
  • 2022-04-14T22:15:08
  • Last Modified Date
  • 2022-04-22T16:21:38
CPE Configuration (Product)
CPE Vulnerable Operator Version Start Version End
cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* 1 OR 0.41.0 0.41.7
cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* 1 OR 0.42.0 0.42.4
cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* 1 OR 1.41.0 1.41.7
cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* 1 OR 1.42.0 1.42.4
CVSS Version 2
  • Version
  • 2.0
  • Vector String
  • AV:N/AC:L/Au:S/C:P/I:P/A:P
  • Access Vector
  • NETWORK
  • Access Compatibility
  • LOW
  • Authentication
  • SINGLE
  • Confidentiality Impact
  • PARTIAL
  • Integrity Impact
  • PARTIAL
  • Availability Impact
  • PARTIAL
  • Base Score
  • 6.5
  • Severity
  • MEDIUM
  • Exploitability Score
  • 8
  • Impact Score
  • 6.4
CVSS Version 3
  • Version
  • 3.1
  • 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 Compatibility
  • LOW
  • Privileges Required
  • LOW
  • User Interaction
  • NONE
  • Scope
  • UNCHANGED
  • Confidentiality Impact
  • HIGH
  • Availability Impact
  • HIGH
  • Base Score
  • 8.8
  • Base Severity
  • HIGH
  • Exploitability Score
  • 2.8
  • Impact Score
  • 5.9
References
Reference URL Reference Tags
https://github.com/metabase/metabase/security/advisories/GHSA-vm79-xvmp-7329 Release Notes Third Party Advisory
https://www.sqlite.org/lang_attach.html Third Party Advisory
History
Created Old Value New Value Data Type Notes
2022-05-10 06:27:31 Added to TrackCVE