Out-of-bounds read in TensorFlow - CVE-2021-37672
Published: August 12, 2021 / Updated: May 3, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to an out-of-bounds read in tf.raw_ops.SdcaOptimizerV2 when processing specially crafted illegal arguments. A remote attacker can send specially crafted illegal arguments to disclose sensitive information.
The issue occurs because the implementation does not check that the length of example_labels matches the number of examples.