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.
Conclusion & alert: CVE-2020-26273 is rated Exploit Available (52/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.23%). Core evidence: 2 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-21 | 0.11% | 0.23% | +0.12% |
| 2 | 2025-11-21 | 0.19% | 0.11% | -0.08% |
| 3 | 2025-11-18 | — | 0.19% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.2 | 3.1 | MEDIUM |
|
2.0 | 2.7 | [email protected] |
| 5.2 | 3.1 | MEDIUM |
|
2.0 | 2.7 | [email protected] |
| 3.6 | 2.0 | LOW |
|
3.9 | 4.9 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| linuxfoundation | osquery | < 4.6.0 | cpe:2.3:a:linuxfoundation:osquery:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/osquery/osquery/commit/c3f9a3dae22d43ed3b4f6a403cbf89da4cba7c3c | Patch Third Party Advisory |
| https://github.com/osquery/osquery/releases/tag/4.6.0 | Release Notes Third Party Advisory |
| https://github.com/osquery/osquery/security/advisories/GHSA-4g56-2482-x7q8 | Exploit Third Party Advisory |
| https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/SQLite%20Injection.md#remote-command-execution-using-sqlite-command---load_extension | Exploit Third Party Advisory |