Null pointer dereference in `UncompressElement`
GHSA-6gv8-p3vj-pxvr · BIT-tensorflow-2021-37649 · CVE-2021-37649 · PYSEC-2021-271 · PYSEC-2021-562 · PYSEC-2021-760
Published · Modified
Description
Impact
The code for tf.raw_ops.UncompressElement can be made to trigger a null pointer dereference:
import tensorflow as tf
data = tf.data.Dataset.from_tensors([0.0])
tf.raw_ops.UncompressElement(
compressed=tf.data.experimental.to_variant(data),
output_types=[tf.int64],
output_shapes=[2])
The implementation obtains a pointer to a CompressedElement from a Variant tensor and then proceeds to dereference it for decompressing. There is no check that the Variant tensor contained a CompressedElement, so the pointer is actually nullptr.
Patches
We have patched the issue in GitHub commit 7bdf50bb4f5c54a4997c379092888546c97c3ebd.
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.
References
- WEB https://github.com/tensorflow/tensorflow/security/advisories/GHSA-6gv8-p3vj-pxvr
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2021-37649
- WEB https://github.com/tensorflow/tensorflow/commit/7bdf50bb4f5c54a4997c379092888546c97c3ebd
- WEB https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2021-562.yaml
- WEB https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2021-760.yaml
- WEB https://github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2021-271.yaml
- PACKAGE https://github.com/tensorflow/tensorflow
Ready to move
Start Securing
Free, no credit card | First findings in minutes