漏洞标题
SQLite的ATTACH语句允许访问某些文件系统
漏洞描述信息
SQLite的ATTACH命令允许一些文件系统访问。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
漏洞类别
N/A
漏洞标题
sqlite ATTACH allows some filesystem access
漏洞描述信息
osquery is a SQL powered operating system instrumentation, monitoring, and analytics framework. In osquery before version 4.6.0, by using sqlite's ATTACH verb, someone with administrative access to osquery can cause reads and writes to arbitrary sqlite databases on disk. This _does_ allow arbitrary files to be created, but they will be sqlite databases. It does not appear to allow existing non-sqlite files to be overwritten. This has been patched in osquery 4.6.0. There are several mitigating factors and possible workarounds. In some deployments, the people with access to these interfaces may be considered administrators. In some deployments, configuration is managed by a central tool. This tool can filter for the `ATTACH` keyword. osquery can be run as non-root user. Because this also limits the desired access levels, this requires deployment specific testing and configuration.
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
漏洞类别
在命令中使用的特殊元素转义处理不恰当(命令注入)
漏洞标题
osquery 命令注入漏洞
漏洞描述信息
osquery是一款由SQL驱动的操作系统检测、监视和分析框架。 osquery 4.6.0之前版本存在命令注入漏洞,该漏洞源于通过使用sqlite的附加谓词,具有osquery管理访问权限的人可以对磁盘上的任意sqlite数据库进行读写。
CVSS信息
N/A
漏洞类别
命令注入