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.8, 1.1.3, 1.2.3, 2.0.0-alpha.2 or higher.
Affected versions of this package are vulnerable to Information Exposure such that the filesystem glob pattern wildcards *
, ?
, and [...]
match file path literals and leading dots by default, which unintentionally exposes sub folder content of allowed paths. Example: The fs
scope $HOME/*.key
would also allow $HOME/.ssh/secret.key
to be read even though it is in a sub directory of $HOME
and is inside a hidden folder.
Note: Scopes without the wildcards are not affected. As **
allows for sub directories the behavior there is also as expected.