CVE-2022-21726: Out-of-bounds Read
(updated )
Tensorflow is an Open Source Machine Learning Framework. The implementation of Dequantize
does not fully validate the value of axis
and can result in heap OOB accesses. The axis
argument can be -1
(the default value for the optional argument) or any other positive value at most the number of dimensions of the input. Unfortunately, the upper bound is not checked and this results in reading past the end of the array containing the dimensions of the input tensor. The fix will be included in TensorFlow We will also cherrypick this commit on TensorFlow, TensorFlow, and TensorFlow, as these are also affected and still in supported range.
References
Detect and mitigate CVE-2022-21726 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →