Integer overflow in TensorFlow - CVE-2022-29203
Published: May 17, 2022 / Updated: May 2, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to integer overflow in tf.raw_ops.SpaceToBatchND when processing crafted input tensors. A remote attacker can supply a specially crafted block_shape value to trigger an assertion failure and cause a denial of service.
The overflowed result is used to allocate the output tensor.