Out-of-bounds Write Affecting tensorflow package, versions [, 2.1.4) [2.2.0, 2.2.3) [2.3.0, 2.3.3) [2.4.0, 2.4.2)


0.0
low

Snyk CVSS

    Attack Complexity High

    Threat Intelligence

    EPSS 0.05% (16th percentile)
Expand this section
NVD
7.8 high

Do your applications use this vulnerable package?

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 applications
  • Snyk ID SNYK-PYTHON-TENSORFLOW-1296587
  • published 25 May 2021
  • disclosed 21 May 2021
  • credit Unknown

How to fix?

Upgrade tensorflow to version 2.1.4, 2.2.3, 2.3.3, 2.4.2 or higher.

Overview

tensorflow is a machine learning framework.

Affected versions of this package are vulnerable to Out-of-bounds Write. If axis_value is not a value between 0 and NumDimensions(input), then the condition in the if is never true, so the code writes past the last valid element of output_dims->data.

References