Lucene search

K
cvelistGitHub_MCVELIST:CVE-2022-46171
HistoryDec 23, 2022 - 1:47 p.m.

CVE-2022-46171 Tauri vulnerable to path traversal

2022-12-2313:47:56
CWE-22
GitHub_M
www.cve.org
3
cve-2022-46171
tauri
framework
path traversal
filesystem
glob pattern
wildcard
patch
backport

CVSS3

6.8

Attack Vector

ADJACENT

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.001

Percentile

40.0%

Tauri is a framework for building binaries for all major desktop platforms. The filesystem glob pattern wildcards *, ?, and [...] match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Scopes without the wildcards are not affected. As ** allows for sub directories the behavior there is also as expected. The issue has been patched in the latest release and was backported into the currently supported 1.x branches. There are no known workarounds at the time of publication.

CNA Affected

[
  {
    "vendor": "tauri-apps",
    "product": "tauri",
    "versions": [
      {
        "version": ">= 1.0.0, < 1.0.8",
        "status": "affected"
      },
      {
        "version": ">= 1.1.0, < 1.1.3",
        "status": "affected"
      },
      {
        "version": ">= 1.2.0, < 1.2.3",
        "status": "affected"
      },
      {
        "version": ">= 2.0.0-alpha.0, < 2.0.0-alpha.2",
        "status": "affected"
      }
    ]
  }
]

CVSS3

6.8

Attack Vector

ADJACENT

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.001

Percentile

40.0%

Related for CVELIST:CVE-2022-46171