Vulnerability Details : 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.
Products affected by CVE-2022-24854
- cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*
- cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*
- cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*
- cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-24854
0.15%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 50 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-24854
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
6.5
|
MEDIUM | AV:N/AC:L/Au:S/C:P/I:P/A:P |
8.0
|
6.4
|
NIST | |
8.8
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
2.8
|
5.9
|
NIST | |
8.0
|
HIGH | CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H |
1.3
|
6.0
|
GitHub, Inc. |
CWE ids for CVE-2022-24854
-
The product uses an externally controlled name or reference that resolves to a resource that is outside of the intended control sphere.Assigned by: security-advisories@github.com (Primary)
References for CVE-2022-24854
-
https://github.com/metabase/metabase/security/advisories/GHSA-vm79-xvmp-7329
SQLite allows "FDW" to other SQLite databases bypassing any permissions · Advisory · metabase/metabase · GitHubRelease Notes;Third Party Advisory
-
https://www.sqlite.org/lang_attach.html
ATTACH DATABASEThird Party Advisory
Jump to