Out of bounds segmentation fault due to unequal op inputs in Tensorflow
Moderate severity
GitHub Reviewed
Published
Nov 18, 2022
in
tensorflow/tensorflow
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Nov 18, 2022
Published to the GitHub Advisory Database
Nov 21, 2022
Reviewed
Nov 21, 2022
Last updated
Feb 1, 2023
Impact
tf.raw_ops.DynamicStitch
specifies input sizes when it is registered.When it receives a differing number of inputs, such as when it is called with an
indices
size 1 and adata
size 2, it will crash.Patches
We have patched the issue in GitHub commit f5381e0e10b5a61344109c1b7c174c68110f7629.
The fix will be included in TensorFlow 2.11. We will also cherrypick this commit on TensorFlow 2.10.1 as this is also 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.
Attribution
This vulnerability has been reported by Zizhuang Deng of IIE, UCAS
References