CVE-2021-37672: Heap OOB in `SdcaOptimizerV2` in TensorFlow
Impact An attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to tf.rawops.SdcaOptimizerV2:
python import tensorflow as tf tf.rawops.SdcaOptimizerV2( sparseexampleindices=[[1]], sparsefeatureindices=[[1]], sparsefeaturevalues=[[1.0,2.0]], densefeatures=[[1.0]], exampleweights=[1.0], examplelabels=[], sparseindices=[1], sparseweights=[1.0], denseweights=[[1.0]], examplestatedata=[[100.0,100.0,100.0,100.0]], losstype='logisticloss', l1=100.0, l2=100.0, numlosspartitions=1, numinneriterations=1, adaptive=True)
The implementation does not check that the length of examplelabels is the same as the number of examples.
Patches We have patched the issue in GitHub commit a4e138660270e7599793fa438cd7b2fc2ce215a6.
The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.
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 members of the Aivul Team from Qihoo 360.
Other sources
TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to tf.rawops.SdcaOptimizerV2. The implementation does not check that the length of examplelabels is the same as the number of examples. We have patched the issue in GitHub commit a4e138660270e7599793fa438cd7b2fc2ce215a6. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
pip/tensorflow-gputo a version that resolves this vulnerability.Fixed in 2.5.1 - Upgrade
Upgrade
pip/tensorflow-gputo a version that resolves this vulnerability.Fixed in 2.4.3 - Upgrade
Upgrade
pip/tensorflow-gputo a version that resolves this vulnerability.Fixed in 2.3.4 - Upgrade
Upgrade
pip/tensorflow-cputo a version that resolves this vulnerability.Fixed in 2.5.1 - Upgrade
Upgrade
pip/tensorflow-cputo a version that resolves this vulnerability.Fixed in 2.4.3 - Upgrade
Upgrade
pip/tensorflow-cputo a version that resolves this vulnerability.Fixed in 2.3.4 - Upgrade
Upgrade
pip/tensorflowto a version that resolves this vulnerability.Fixed in 2.5.1 - Upgrade
Upgrade
pip/tensorflowto a version that resolves this vulnerability.Fixed in 2.4.3 - Upgrade
Upgrade
pip/tensorflowto a version that resolves this vulnerability.Fixed in 2.3.4 - Upgrade
Upgrade
tensorflowto a version that resolves this vulnerability.Fixed in 2.6.0Patch a4e138660270e7599793fa438cd7b2fc2ce215a6 - Upgrade
Upgrade
tensorflowto a version that resolves this vulnerability.Fixed in 2.5.1Patch a4e138660270e7599793fa438cd7b2fc2ce215a6 - Upgrade
Upgrade
tensorflowto a version that resolves this vulnerability.Fixed in 2.4.3Patch a4e138660270e7599793fa438cd7b2fc2ce215a6 - Upgrade
Upgrade
tensorflowto a version that resolves this vulnerability.Fixed in 2.3.4Patch a4e138660270e7599793fa438cd7b2fc2ce215a6
Event History
Frequently Asked Questions
What is the severity of CVE-2021-37672?
CVE-2021-37672 is considered a medium severity vulnerability as it allows attackers to read out-of-bounds memory segments.
How do I fix CVE-2021-37672?
To remediate CVE-2021-37672, update TensorFlow to version 2.5.1 or later, or to version 2.4.3 if you are using TensorFlow 2.4.x.
What versions of TensorFlow are affected by CVE-2021-37672?
CVE-2021-37672 affects TensorFlow versions from 2.3.0 to 2.4.3, including version 2.5.0 and release candidates of 2.6.0.
What type of exploit is associated with CVE-2021-37672?
The exploit for CVE-2021-37672 involves sending specially crafted illegal arguments to the tf.raw_ops.SdcaOptimizerV2 function.
What are the potential impacts of CVE-2021-37672?
The potential impact of CVE-2021-37672 includes unauthorized access to sensitive information due to heap memory read vulnerabilities.