CVE-2022-35960: `CHECK` failure in `TensorListReserve` in TensorFlow
TensorFlow is an open source platform for machine learning. In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in CheckIsAlignedAndSingleElement. We have patched the issue in GitHub commit b5f6fbfba76576202b72119897561e3bd4f179c7. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2022-35960?
CVE-2022-35960 is classified as a moderate severity vulnerability in TensorFlow.
How do I fix CVE-2022-35960?
To fix CVE-2022-35960, upgrade TensorFlow to version 2.10.0 or later.
What versions of TensorFlow are affected by CVE-2022-35960?
CVE-2022-35960 affects TensorFlow versions from 2.7.0 to 2.9.0, as well as certain release candidates of version 2.10.
What is the impact of CVE-2022-35960 on TensorFlow users?
The impact of CVE-2022-35960 may result in runtime errors when using the TensorListReserve operation with an incorrect number of elements.
Is there a workaround for CVE-2022-35960 if I cannot upgrade TensorFlow?
There is no official workaround for CVE-2022-35960, so upgrading TensorFlow is highly recommended.