Integer Overflow or Wraparound in TensorFlow
Moderate severity
GitHub Reviewed
Published
Feb 2, 2022
in
tensorflow/tensorflow
•
Updated Jan 11, 2023
Description
Reviewed
Feb 3, 2022
Published to the GitHub Advisory Database
Feb 9, 2022
Last updated
Jan 11, 2023
Impact
The Grappler component of TensorFlow is vulnerable to a denial of service via
CHECK
-failure (assertion failure) in constant folding:The
output_prop
tensor has a shape that is controlled by user input and this can result in triggering one of theCHECK
s in thePartialTensorShape
constructor. This is an instance of TFSA-2021-198 (CVE-2021-41197).Patches
We have patched the issue in GitHub commit be7b286d40bc68cb0b56f702186cc4837d508058.
The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
For more information
Please consult our security guide for more information regarding the security model and how to contact us with issues and questions.
References