CVE-2021-37644 - log back

CVE-2021-37644 created at 13 Aug 2021 07:58:01
Severity
+ Medium
Remote
+ Local
Type
+ Denial of service
Description
+ In TensorFlow before version 2.6.0 providing a negative element to num_elements list argument of tf.raw_ops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The implementation calls std::vector.resize() with the new size controlled by input given by the user, without checking that this input is valid.
References
+ https://github.com/tensorflow/tensorflow/security/advisories/GHSA-27j5-4p9v-pp67
+ https://github.com/tensorflow/tensorflow/commit/8a6e874437670045e6c7dc6154c7412b4a2135e2
Notes