The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade tauri
to version 1.0.7, 1.1.2 or higher.
Affected versions of this package are vulnerable to Access Control Bypass due to incorrect escaping of special characters in paths selected via the file dialog and drag and drop functionality, which allows partially bypassing the fs
scope definition.
Note:
On Linux or MacOS based systems it was possible to use the *
, **
and [a-Z]
patterns inside a path, which allows reading 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.
Users who are unable to upgrade to the fixed version can disable the dialog
and fileDropEnabled
component inside the tauri.conf.json
.