445
VMScore

CVE-2020-15265

Published: 21/10/2020 Updated: 17/08/2021
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

In Tensorflow before version 2.4.0, an attacker can pass an invalid `axis` value to `tf.quantization.quantize_and_dequantize`. This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation. However, dim_size only does a DCHECK to validate the argument and then uses it to access the corresponding element of an array. Since in normal builds, `DCHECK`-like macros are no-ops, this results in segfault and access out of bounds of the array. The issue is patched in eccb7ec454e6617738554a255d77f08e60ee0808 and TensorFlow 2.4.0 will be released containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

google tensorflow

Vendor Advisories

In Tensorflow before version 240, an attacker can pass an invalid axis value to tfquantizationquantize_and_dequantize This results in accessing a dimension outside the rank of the input tensor in the C++ kernel implementation However, dim_size only does a DCHECK to validate the argument and then uses it to access the corresponding element of ...