Integer overflow in TensorFlow - CVE-2021-29534
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.SparseConcat when processing user-supplied shapes. A remote attacker can provide crafted shape values that trigger an integer overflow and a CHECK failure to cause a denial of service.
The issue is triggered when a dimension derived from shapes[0] causes overflow during TensorShape construction.