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 org.apache.calcite:calcite-core
to version 1.26 or higher.
org.apache.calcite:calcite-core is a Core Calcite APIs and engine.
Affected versions of this package are vulnerable to Man-in-the-Middle (MitM). The HttpUtils#getURLConnection
method disables explicitly hostname verification for HTTPS connections making clients vulnerable to man-in-the-middle attacks. Calcite uses this method internally to connect with Druid and Splunk so information leakage may happen when using the respective Calcite adapters.
The method itself is in a utility class so people may use it to create vulnerable HTTPS connections for other applications.