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-cpu
to version 1.15.4, 2.0.3, 2.1.2, 2.2.1, 2.3.1 or higher.
tensorflow-cpu is a machine learning framework.
Affected versions of this package are vulnerable to Heap-based Buffer Overflow. The SparseFillEmptyRowsGrad
implementation has incomplete validation of the shapes of its arguments: Although reverse_index_map_t
and grad_values_t
are accessed in a similar pattern, only reverse_index_map_t
is validated to be of proper shape. Hence, malicious users can pass a bad grad_values_t
to trigger an assertion failure in vec
, causing denial of service in serving installations. This vulnerability is a variant of CVE-2020-15195.