CVE-2021-41199 - log back

CVE-2021-41199 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.image.resize 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-5hx2-qx8j-qjqm
+ https://github.com/tensorflow/tensorflow/issues/46914
+ https://github.com/tensorflow/tensorflow/commit/e5272d4204ff5b46136a1ef1204fc00597e21837
Notes