SCA: security update for tensorflow (GHSA-h6q3-vv32-2cq5)

high Tenable Cloud Security Plugin ID 415534

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. The reference kernel of the
`CONV_3D_TRANSPOSE` TensorFlow Lite operator wrongly increments the data_ptr when adding the bias to the
result. Instead of `data_ptr += num_channels;` it should be `data_ptr += output_num_channels;` as if the
number of input channels is different than the number of output channels, the wrong result will be
returned and a buffer overflow will occur if num_channels > output_num_channels. An attacker can craft a
model with a specific number of input channels. It is then possible to write specific values through the
bias of the layer outside the bounds of the buffer. This attack only works if the reference kernel
resolver is used in the interpreter. We have patched the issue in GitHub commit
72c0bdcb25305b0b36842d746cc61d72658d2941. The fix will be included in TensorFlow 2.11. We will also
cherrypick this commit on TensorFlow 2.10.1, 2.9.3, and TensorFlow 2.8.4, as these are also affected and
still in supported range. (CVE-2022-41894)

See Also

https://github.com/advisories/GHSA-h6q3-vv32-2cq5

Plugin Details

Severity: High

ID: 415534

Version: Revision 1.7

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: Medium

Score: 4.9

Percentile: 57.12

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.6

Temporal Score: 6

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

CVSS Score Source: CVE-2022-41894

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/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: 11/21/2022

Vulnerability Publication Date: 11/18/2022

Reference Information

CVE: CVE-2022-41894

cwe: CWE-120