Lucene search

K
cvelistGitHub_MCVELIST:CVE-2021-37641
HistoryAug 12, 2021 - 8:30 p.m.

CVE-2021-37641 Heap OOB in `RaggedGather` in TensorFlow

2021-08-1220:30:17
CWE-125
GitHub_M
raw.githubusercontent.com

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

12.1%

TensorFlow is an end-to-end open source platform for machine learning. In affected versions if the arguments to tf.raw_ops.RaggedGather don’t determine a valid ragged tensor code can trigger a read from outside of bounds of heap allocated buffers. The implementation directly reads the first dimension of a tensor shape before checking that said tensor has rank of at least 1 (i.e., it is not a scalar). Furthermore, the implementation does not check that the list given by params_nested_splits is not an empty list of tensors. We have patched the issue in GitHub commit a2b743f6017d7b97af1fe49087ae15f0ac634373. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

12.1%

Related for CVELIST:CVE-2021-37641