Input validation error in TensorFlow - CVE-2021-29575
Published: May 13, 2021 / Updated: May 4, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper input validation in tf.raw_ops.ReverseSequence when processing invalid seq_dim or batch_dim arguments. A remote attacker can supply crafted argument values to cause a denial of service.
Negative values for seq_dim can trigger a stack overflow or a CHECK-failure, and similar behavior can occur with invalid batch_dim values.