SCA: security update for tensorflow, tensorflow-cpu, tensorflow-gpu (GHSA-8wwm-6264-x792)

medium Tenable Self-Hosted Container Security Plugin ID 412914

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, certain TFLite models that were created using TFLite model converter would crash when loaded in the
TFLite interpreter. The culprit is that during quantization the scale of values could be greater than 1
but code was always assuming sub-unit scaling. Thus, since code was calling
`QuantizeMultiplierSmallerThanOneExp`, the `TFLITE_CHECK_LT` assertion would trigger and abort the
process. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue. (CVE-2022-29212)

See Also

https://github.com/advisories/GHSA-8wwm-6264-x792

Plugin Details

Severity: Medium

ID: 412914

Version: Revision 1.6

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-29212

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-29212

cwe: CWE-20