Lucene search

K
githubGitHub Advisory DatabaseGHSA-V5XG-3Q2C-C2R4
HistorySep 16, 2022 - 10:11 p.m.

TensorFlow vulnerable to `CHECK` failure in `TensorListReserve` via missing validation

2022-09-1622:11:18
CWE-617
GitHub Advisory Database
github.com
12
tensorflow
vulnerability
tensorlistreserve
validation
patch
github
commit
security guide
singapore management university

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

EPSS

0.001

Percentile

40.1%

Impact

In core/kernels/list_kernels.cc's TensorListReserve, num_elements is assumed to be a tensor of size 1. When a num_elements of more than 1 element is provided, then tf.raw_ops.TensorListReserve fails the CHECK_EQ in CheckIsAlignedAndSingleElement.

import tensorflow as tf

tf.raw_ops.TensorListReserve(element_shape=(1,1), num_elements=tf.constant([1,1], dtype=tf.int32), element_dtype=tf.int8)

Patches

We have patched the issue in GitHub commit b5f6fbfba76576202b72119897561e3bd4f179c7.

The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range.

For more information

Please consult our security guide for more information regarding the security model and how to contact us with issues and questions.

Attribution

This vulnerability has been reported by Kang Hong Jin from Singapore Management University.

Affected configurations

Vulners
Node
tensorflow-gpuRange2.9.02.9.1
OR
tensorflow-gpuRange2.8.02.8.1
OR
tensorflow-gpuRange<2.7.2
OR
tensorflow-cpuRange2.9.02.9.1
OR
tensorflow-cpuRange2.8.02.8.1
OR
tensorflow-cpuRange<2.7.2
OR
tensorflowtensorflowRange2.9.02.9.1
OR
tensorflowtensorflowRange2.8.02.8.1
OR
tensorflowtensorflowRange<2.7.2
VendorProductVersionCPE
*tensorflow-gpu*cpe:2.3:a:*:tensorflow-gpu:*:*:*:*:*:*:*:*
*tensorflow-cpu*cpe:2.3:a:*:tensorflow-cpu:*:*:*:*:*:*:*:*
tensorflowtensorflow*cpe:2.3:a:tensorflow:tensorflow:*:*:*:*:*:*:*:*

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

EPSS

0.001

Percentile

40.1%

Related for GHSA-V5XG-3Q2C-C2R4