Out-of-bounds read in TensorFlow - CVE-2021-37679
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 the conversion from a Variant tensor to a RaggedTensor when processing nested tf.map_fn calls with RaggedTensor input and no function signature. A remote attacker can supply crafted RaggedTensor input to disclose sensitive information.
The issue can occur because the implementation does not check that all inner shapes match.