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.7.0, 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 Out-of-bounds Read in the shape inference code for QuantizeV2
. This occurs whenever axis
is a negative value less than -1
. In this case, we are accessing data before the start of a heap buffer. The code allows axis
to be an optional argument (s
would contain an error::NOT_FOUND
error code). Otherwise, it assumes that axis
is a valid index into the dimensions of the input
tensor. If axis
is less than -1
then this results in a heap OOB read.