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 tensorflow-gpu
to version 2.6.1, 2.5.2, 2.4.4 or higher.
tensorflow-gpu is a machine learning framework.
Affected versions of this package are vulnerable to Use of Uninitialized Variable. During execution, EinsumHelper::ParseEquation()
is supposed to set the flags in input_has_ellipsis
vector and *output_has_ellipsis
boolean to indicate whether there is ellipsis in the corresponding inputs and output. The code only changes these flags to true
and never assigns false
. This results in unitialized variable access if callers assume that EinsumHelper::ParseEquation()
always sets these flags.