Input validation error in TensorFlow - CVE-2022-29204
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 improper input validation in tf.raw_ops.UnsortedSegmentJoin when processing a crafted num_segments argument. A remote attacker can supply a negative num_segments value to cause a denial of service.
The issue results in a CHECK-failure triggered by an assertion failure during output tensor allocation.