Lucene search

K
cvelistGitHub_MCVELIST:CVE-2020-26273
HistoryDec 16, 2020 - 1:20 a.m.

CVE-2020-26273 sqlite ATTACH allows some filesystem access

2020-12-1601:20:19
CWE-77
GitHub_M
www.cve.org
5
osquery
vulnerability
cve-2020-26273
filesystem access
sqlite
attach
security
patch
mitigation
configuration
non-root user

CVSS3

5.2

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

AI Score

5.5

Confidence

High

EPSS

0.001

Percentile

29.5%

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.

CNA Affected

[
  {
    "product": "osquery",
    "vendor": "osquery",
    "versions": [
      {
        "status": "affected",
        "version": "< 4.6.0"
      }
    ]
  }
]

CVSS3

5.2

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

AI Score

5.5

Confidence

High

EPSS

0.001

Percentile

29.5%

Related for CVELIST:CVE-2020-26273