CVE-2021-41226 HIGH

CVE-2021-41226: Heap OOB read in `SparseBinCount`

Vendor Tensorflow
Product tensorflow
Weakness CWE-125
Published November 5, 2021
Last update August 4, 2024

CVSS base score

7.1/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

TensorFlow is an open source platform for machine learning. In affected versions the implementation of `SparseBinCount` is vulnerable to a heap OOB access. This is because of missing validation between the elements of the `values` argument and the shape of the sparse output. 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.

Key dates

02Disclosure timeline

November 5, 2021 CVE published
August 4, 2024 Record updated