Integer overflow in TensorFlow - CVE-2021-41199
Published: November 5, 2021 / Updated: May 3, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to integer overflow in tf.image.resize when processing a large size argument. A local user can supply a large size value to cause a denial of service.
The process aborts due to a CHECK failure when the output tensor size exceeds the int64_t range.