CVE-2021-41198 - log back

CVE-2021-41198 created at 06 Nov 2021 00:12:34
Severity
+ Medium
Remote
+ Local
Type
+ Denial of service
Description
+ In TensorFlow before version 2.6.1, if tf.tile is called with a large input argument then the TensorFlow process will crash due to a CHECK-failure caused by an overflow. The number of elements in the output tensor is too much for the int64_t type and the overflow is detected via a CHECK statement. This aborts the process.
References
+ https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2p25-55c9-h58q
+ https://github.com/tensorflow/tensorflow/issues/46911
+ https://github.com/tensorflow/tensorflow/commit/9294094df6fea79271778eb7e7ae1bad8b5ef98f
Notes