maven package report

Is Tauri safe?

1 known vulnerability, worst severity LOW.

// reach

0 direct dependencies

none carry a known advisory

    0 packages depend on it

    an advisory here reaches each of them

      Create a free accountfor every dependency path, dependent and what to upgrade
      // ai model usage

      Tracked for PyPI packages. HuggingFace models declare Python dependencies, so maven packages are not covered.


      cvss
      0.0
      low

      severity out of 10

      epss
      0.00%
      medium

      chance of exploitation in 30 days, 36th percentile of all CVEs

      xyz score
      0.0
      low

      CyberXYZ composite out of 10

      fig. 01 — GHSA-q9wv-22m9-vhqh, the advisory selected below

      // 1 advisories

      GHSA-q9wv-22m9-vhqh

      LOWCVE-2022-41874
      // impact

      Due to incorrect escaping of special characters in paths selected via the file dialog and drag and drop functionality, it was possible to partially bypass the fs scope definition. It was not possible to traverse into arbitrary paths, as the issue was limited to neighboring files and sub folders of already allowed paths.

      The impact differs on Windows, MacOS and Linux due to different specifications of valid path characters.

      On Linux or MacOS based systems it was possible to use the , and [a-Z] patterns inside a path, which allowed to read the content of sub directories and single character files in a folder, where only specific files or the directory itself were allowed.

      On Windows [a-Z] was the possible bypass pattern, as is not treated as a valid path component. This implies that only single character files inside an already allowed directory were unintentionally accessible.

      This bypass depends on the file picker dialog or dragged files, as user selected paths are automatically added to the allow list at runtime.

      A successful bypass requires the user to select a pre-existing malicious file or directory during the file picker dialog and an adversary controlled logic to access these files. This means the issue by itself can not be abused and requires further intentional or unintentional privileges.

      // workaround

      Disable the dialog and fileDropEnabled component inside the tauri.conf.json.

      // patches

      The issue has been resolved in #5237 and the implementation now properly escapes the special characters. The patch has been included in releases: 1.0.7, 1.1.2 and 1.2.0

      // for more information

      This issue was initially reported by MessyComposer in #5234.

      If you have any questions or comments about this advisory:

      Open an issue in tauri Email us at security@tauri.app

      // cvss v3.1 vector

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

      Attack vector
      Local
      Attack complexity
      High
      Privileges required
      High
      User interaction
      Required
      Scope
      Changed
      Confidentiality
      Low
      Integrity
      None
      Availability
      None

      Checked 2026-09-27 at 21:35 UTC. The most recent advisory here was published 2022-11-08. Updated continuously from NVD, GHSA, OSV and CNA feeds.

      Think a verdict here is wrong? Tell us — we respond within 2 business days.