CVE-2021-37646 - log back

CVE-2021-37646 created at 13 Aug 2021 07:58:01
Severity
+ Medium
Remote
+ Local
Type
+ Incorrect calculation
Description
+ In TensorFlow before version 2.6.0 the implementation of tf.raw_ops.StringNGrams is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. The implementation calls reserve on a tstring with a value that sometimes can be negative if user supplies negative ngram_widths. The reserve method calls TF_TString_Reserve which has an unsigned long argument for the size of the buffer. Hence, the implicit conversion transforms the negative value to a large integer.
References
+ https://github.com/tensorflow/tensorflow/security/advisories/GHSA-h6jh-7gv5-28vg
+ https://github.com/tensorflow/tensorflow/commit/c283e542a3f422420cfdb332414543b62fc4e4a5
Notes