Lucene search

K
osvGoogleOSV:CVE-2022-24854
HistoryApr 14, 2022 - 10:15 p.m.

CVE-2022-24854

2022-04-1422:15:08
Google
osv.dev
4
metabase
sqlite
sql injection

AI Score

7.4

Confidence

High

EPSS

0.001

Percentile

50.6%

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.

AI Score

7.4

Confidence

High

EPSS

0.001

Percentile

50.6%

Related for OSV:CVE-2022-24854