Crash due to erroneous `StatusOr` in TensorFlow
Moderate severity
GitHub Reviewed
Published
Feb 2, 2022
in
tensorflow/tensorflow
•
Updated Feb 3, 2023
Description
Reviewed
Feb 4, 2022
Published by the National Vulnerability Database
Feb 4, 2022
Published to the GitHub Advisory Database
Feb 9, 2022
Last updated
Feb 3, 2023
Impact
A
GraphDef
from a TensorFlowSavedModel
can be maliciously altered to cause a TensorFlow process to crash due to encountering aStatusOr
value that is an error and forcibly extracting the value from it:If
ctor_type
is an error status,ValueOrDie
results in a crash.Patches
We have patched the issue in GitHub commit 955059813cc325dc1db5e2daa6221271406d4439.
We have patched the issue in multiple GitHub commits and these will be included in TensorFlow 2.8.0 and TensorFlow 2.7.1, as both are affected.
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