CVE-2020-15190 Details
Description
In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the `tf.raw_ops.Switch` operation takes as input a tensor and a boolean and outputs two tensors. Depending on the boolean value, one of the tensors is exactly the input tensor whereas the other one should be an empty tensor. However, the eager runtime traverses all tensors in the output. Since only one of the tensors is defined, the other one is `nullptr`, hence we are binding a reference to `nullptr`. This is undefined behavior and reported as an error if compiling with `-fsanitize=null`. In this case, this results in a segmentation fault The issue is patched in commit da8558533d925694483d2c136a9220d6d49d843c, and is released in TensorFlow versions 1.15.4, 2.0.3, 2.1.2, 2.2.1, or 2.3.1.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00065.html | CVE | Mailing ListThird Party Advisory |
| https://github.com/tensorflow/tensorflow/commit/da8558533d925694483d2c136a9220d6d49d843c | CVE | PatchThird Party Advisory |
| https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1 | CVE | Third Party Advisory |
| https://github.com/tensorflow/tensorflow/security/advisories/GHSA-4g9f-63rx-5cw4 | CVE | ExploitThird Party Advisory |
| http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00065.html | [email protected] | Mailing ListThird Party Advisory |
| https://github.com/tensorflow/tensorflow/commit/da8558533d925694483d2c136a9220d6d49d843c | [email protected] | PatchThird Party Advisory |
| https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1 | [email protected] | Third Party Advisory |
| https://github.com/tensorflow/tensorflow/security/advisories/GHSA-4g9f-63rx-5cw4 | [email protected] | ExploitThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-476 | NULL Pointer Dereference | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| google tensorflow | < 1.15.4 >= 2.0.0, < 2.0.3 >= 2.1.0, < 2.1.2 >= 2.2.0, < 2.2.1 >= 2.3.0, < 2.3.1 |
CPE
Remediation
| |
| opensuse leap | 15.2 |
CPE
Remediation
| |
Change History
12 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Nov 21, 2024 | CVE Modified | CVE |
| May 14, 2024 | CVE Modified | [email protected] |
| Nov 18, 2021 | Reanalysis | [email protected] |
| Sep 21, 2021 | Modified Analysis | [email protected] |
| Aug 17, 2021 | CPE Deprecation Remap | [email protected] |
| Aug 17, 2021 | CPE Deprecation Remap | [email protected] |
| Aug 17, 2021 | CPE Deprecation Remap | [email protected] |
| Aug 17, 2021 | CPE Deprecation Remap | [email protected] |
| Aug 17, 2021 | CPE Deprecation Remap | [email protected] |
| Oct 29, 2020 | CVE Modified | [email protected] |
| Oct 1, 2020 | Initial Analysis | [email protected] |