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 net.snowflake:snowflake-jdbc-thin
to version 3.22.0 or higher.
Affected versions of this package are vulnerable to Untrusted Search Path when the EXTERNALBROWSER
authentication method is used, on Windows. The openBrowser()
function in SessionUtilExternalBrowser.java
relies upon the xdg-open
command that doesn't exist by default on Windows. When the application looks up the command on the system's %PATH%
it can be tricked into executing a malicious program placed in one of the traversed directories by a malicious user with limited privileges, thereby elevating their privileges to those of the JDBC driver.