Edward Loper

3 exploits Active since Nov 2021
CVE-2022-21737 WRITEUP MEDIUM WRITEUP
TensorFlow < 2.5.3 - Denial of Service via Bincount Operation CHECK Failure
Tensorflow is an Open Source Machine Learning Framework. The implementation of `*Bincount` operations allows malicious users to cause denial of service by passing in arguments which would trigger a `CHECK`-fail. There are several conditions that the input arguments must satisfy. Some are not caught during shape inference and others are not caught during kernel implementation. This results in `CHECK` failures later when the output tensors get allocated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
CVSS 6.5
CVE-2021-41212 WRITEUP HIGH WRITEUP
TensorFlow < 2.4.4, 2.6.0-2.6.1 - Out-of-bounds Read
TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for `tf.ragged.cross` can trigger a read outside of bounds of heap allocated array. 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.
CVSS 7.1
CVE-2021-41214 WRITEUP HIGH WRITEUP
TensorFlow < 2.4.4, 2.6.0-2.6.1 - Access of Uninitialized Pointer in Ragged Cross Shape Inference
TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for `tf.ragged.cross` has an undefined behavior due to binding a reference to `nullptr`. 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.
CVSS 7.8