CVE-2020-15265 is a vulnerability in Tensorflow < 2.4.0 allowing attackers to trigger a segfault. Learn about the impact, affected systems, exploitation, and mitigation steps.
In Tensorflow before version 2.4.0, an attacker can pass an invalid
axis
value to tf.quantization.quantize_and_dequantize
, leading to a segfault and out-of-bounds access in the C++ kernel implementation. This CVE has a CVSS base score of 5.9.
Understanding CVE-2020-15265
What is CVE-2020-15265?
CVE-2020-15265 is a vulnerability in Tensorflow versions prior to 2.4.0 that allows an attacker to trigger a segfault by passing an invalid
axis
value.
The Impact of CVE-2020-15265
The vulnerability has a medium severity base score of 5.9, with high availability impact due to the potential for a denial of service (DoS) attack.
Technical Details of CVE-2020-15265
Vulnerability Description
axis
value to tf.quantization.quantize_and_dequantize
in Tensorflow.Affected Systems and Versions
Exploitation Mechanism
axis
value, the attacker can trigger a segfault in the C++ kernel implementation, leading to out-of-bounds access.Mitigation and Prevention
Immediate Steps to Take
tf.quantization.quantize_and_dequantize
.Long-Term Security Practices
Patching and Updates