CVE-2022-24854
Published Apr 14, 2022
Last updated 3 years ago
Overview
- 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.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Social media
- Hype score
- Not currently trending
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 8.8
- Impact score
- 5.9
- Exploitability score
- 2.8
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
CVSS 2.0
- Type
- Primary
- Base score
- 6.5
- Impact score
- 6.4
- Exploitability score
- 8
- Vector string
- AV:N/AC:L/Au:S/C:P/I:P/A:P
Weaknesses
- security-advisories@github.com
- CWE-610
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "548FFDC4-010F-4B2C-995F-41F540995B0E", "versionEndExcluding": "0.41.7", "versionStartIncluding": "0.41.0" }, { "criteria": "cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "F9282AB8-E8AF-4431-9BED-D1427CDF81BE", "versionEndExcluding": "0.42.4", "versionStartIncluding": "0.42.0" }, { "criteria": "cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "4E19CC33-86D1-42B3-8EBC-3642FF59A5AC", "versionEndExcluding": "1.41.7", "versionStartIncluding": "1.41.0" }, { "criteria": "cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "0661FFDD-F667-4818-8EB3-B42E9E7001F2", "versionEndExcluding": "1.42.4", "versionStartIncluding": "1.42.0" } ], "operator": "OR" } ] } ]