Out-of-bounds read in TensorFlow - CVE-2021-29551
Published: May 13, 2021 / Updated: May 4, 2026
TensorFlow
TensorFlow
Description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to out-of-bounds read in MatrixTriangularSolve when processing empty input tensors after a failed validation condition. A remote attacker can send crafted input tensors to disclose sensitive information.
The issue occurs because kernel execution is not terminated after the validation check sets a non-OK status.