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.
総合評価: CVE-2022-24854 は中リスク(52.8/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.98%、58 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.28% | 0.98% | +0.70% |
| 2 | 2025-04-21 | 0.07% | 0.28% | +0.22% |
| 3 | 2025-03-30 | — | 0.07% | — |
EPSS の全履歴 (全 6 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.0 | 3.1 | HIGH |
|
1.3 | 6.0 | [email protected] |
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
| 6.5 | 2.0 | MEDIUM |
|
8.0 | 6.4 | [email protected] |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| metabase | metabase | >= 0.41.0, < 0.41.7 | cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* |
| metabase | metabase | >= 0.42.0, < 0.42.4 | cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* |
| metabase | metabase | >= 1.41.0, < 1.41.7 | cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* |
| metabase | metabase | >= 1.42.0, < 1.42.4 | cpe:2.3:a:metabase:metabase:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| 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 |