Incorrect Conversion between Numeric Types in TensorFlow - CVE-2021-37669
Published: August 12, 2021 / Updated: May 3, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to integer conversion to unsigned in tf.raw_ops.NonMaxSuppressionV5 and CombinedNonMaxSuppression when processing a negative max output size value. A remote attacker can supply a specially crafted argument to cause a denial of service.
The issue can be triggered in applications serving models that use these NMS operations.