Float cast overflow undefined behavior
Moderate severity
GitHub Reviewed
Published
Oct 20, 2020
in
tensorflow/tensorflow
•
Updated Oct 28, 2024
Description
Published by the National Vulnerability Database
Oct 21, 2020
Reviewed
Nov 13, 2020
Published to the GitHub Advisory Database
Nov 13, 2020
Last updated
Oct 28, 2024
Impact
When the
boxes
argument oftf.image.crop_and_resize
has a very large value, the CPU kernel implementation receives it as a C++nan
floating point value. Attempting to operate on this is undefined behavior which later produces a segmentation fault.Patches
We have patched the issue in c0319231333f0f16e1cc75ec83660b01fedd4182 and will release TensorFlow 2.4.0 containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.
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 in #42129
References