Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS1tMzQyLWZmNTctNGpjY80XCQ
Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`
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.
Permalink: https://github.com/advisories/GHSA-m342-ff57-4jccJSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tMzQyLWZmNTctNGpjY80XCQ
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 1 year ago
Updated: 4 months ago
CVSS Score: 7.1
CVSS vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Identifiers: GHSA-m342-ff57-4jcc, CVE-2021-41210
References:
- https://github.com/tensorflow/tensorflow/security/advisories/GHSA-m342-ff57-4jcc
- https://nvd.nist.gov/vuln/detail/CVE-2021-41210
- https://github.com/tensorflow/tensorflow/commit/701cfaca222a82afbeeb17496bd718baa65a67d2
- https://github.com/advisories/GHSA-m342-ff57-4jcc
Affected Packages
pypi:tensorflow-gpu
Versions: < 2.4.4, >= 2.5.0, < 2.5.2, >= 2.6.0, < 2.6.1Fixed in: 2.4.4, 2.5.2, 2.6.1
pypi:tensorflow-cpu
Versions: < 2.4.4, >= 2.5.0, < 2.5.2, >= 2.6.0, < 2.6.1Fixed in: 2.4.4, 2.5.2, 2.6.1
pypi:tensorflow
Versions: < 2.4.4, >= 2.5.0, < 2.5.2, >= 2.6.0, < 2.6.1Fixed in: 2.4.4, 2.5.2, 2.6.1