Input validation error in TensorFlow - CVE-2022-35984
Published: September 15, 2022 / Updated: May 3, 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 ParameterizedTruncatedNormal when processing a valid shape argument of type int64. A remote attacker can supply a crafted shape input to cause a denial of service.
The issue is triggered by a mismatched type CHECK failure because the operation assumes the shape input is int32.