Use After Free Affecting tensorflow-gpu package, versions [2.7.0rc0,2.7.0) [2.6.0,2.6.1)


0.0
high

Snyk CVSS

    Attack Complexity Low
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    EPSS 0.05% (17th 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-TENSORFLOWGPU-1912621
  • published 7 Nov 2021
  • disclosed 7 Nov 2021
  • credit Unknown

How to fix?

Upgrade tensorflow-gpu to version 2.7.0, 2.6.1 or higher.

Overview

tensorflow-gpu is a machine learning framework.

Affected versions of this package are vulnerable to Use After Free in the async implementation of CollectiveReduceV2. This occurs due to the asynchronous computation and the fact that objects that have been std::move()d from are still accessed.

References