metabase metabase 资源在另一范围的外部可控制索引
CVE编号
CVE-2022-24854利用情况
暂无补丁情况
N/A披露时间
2022-04-15漏洞描述
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.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接 |
|
---|---|
https://github.com/metabase/metabase/security/advisories/GHSA-vm79-xvmp-7329 | |
https://www.sqlite.org/lang_attach.html |
受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | metabase | metabase | * | From (including) 0.41.0 | Up to (excluding) 0.41.7 | ||||
运行在以下环境 | |||||||||
应用 | metabase | metabase | * | From (including) 0.42.0 | Up to (excluding) 0.42.4 | ||||
运行在以下环境 | |||||||||
应用 | metabase | metabase | * | From (including) 1.41.0 | Up to (excluding) 1.41.7 | ||||
运行在以下环境 | |||||||||
应用 | metabase | metabase | * | From (including) 1.42.0 | Up to (excluding) 1.42.4 |
- 攻击路径 网络
- 攻击复杂度 低
- 权限要求 低
- 影响范围 未更改
- 用户交互 无
- 可用性 高
- 保密性 高
- 完整性 高
CWE-ID | 漏洞类型 |
CWE-610 | 资源在另一范围的外部可控制索引 |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论