SCA: security update for tensorflow, tensorflow-cpu, tensorflow-gpu (GHSA-xrp2-fhq4-4q3w)

medium Tenable Cloud Security Plugin ID 420654

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and
2.6.4, the implementation of `tf.histogram_fixed_width` is vulnerable to a crash when the values array
contain `Not a Number` (`NaN`) elements. The implementation assumes that all floating point operations are
defined and then converts a floating point result to an integer index. If `values` contains `NaN` then the
result of the division is still `NaN` and the cast to `int32` would result in a crash. This only occurs on
the CPU implementation. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.
(CVE-2022-29211)

See Also

https://github.com/advisories/GHSA-xrp2-fhq4-4q3w

Plugin Details

Severity: Medium

ID: 420654

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 2.1

Temporal Score: 1.6

Vector: CVSS2#AV:L/AC:L/Au:N/C:N/I:N/A:P

CVSS Score Source: CVE-2022-29211

CVSS v3

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 5

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/24/2022

Vulnerability Publication Date: 5/20/2022

Reference Information

CVE: CVE-2022-29211

cwe: CWE-20