Improper Check or Handling of Exceptional Conditions in TensorFlow - CVE-2020-15192
Published: September 24, 2020 / Updated: May 4, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper error handling in dlpack.to_dlpack in tensorflow/c/eager/dlpack.cc when processing a list of strings that triggers validation failure. A local user can pass a crafted input list to cause a denial of service.
The issue occurs because error status values are not checked before execution continues after allocation.