Lucene search

K
osvGoogleOSV:GHSA-M342-FF57-4JCC
HistoryNov 10, 2021 - 7:01 p.m.

Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`

2021-11-1019:01:44
Google
osv.dev
5

0.0004 Low

EPSS

Percentile

12.8%

Impact

The shape inference functions for SparseCountSparseOutput can trigger a read outside of bounds of heap allocated array:

import tensorflow as tf

@tf.function
def func():
  return tf.raw_ops.SparseCountSparseOutput(
    indices=[1],
    values=[[1]],
    dense_shape=[10],
    weights=[],
    binary_output= True)

func()

The function fails to check that the first input (i.e., indices) has rank 2:

  auto rank = c->Dim(c->input(0), 1);

Patches

We have patched the issue in GitHub commit 701cfaca222a82afbeeb17496bd718baa65a67d2.

The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, 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 members of the Aivul Team from Qihoo 360.

0.0004 Low

EPSS

Percentile

12.8%

Related for OSV:GHSA-M342-FF57-4JCC