CVE-2020-15207
CVSS V2 Medium 6.8
CVSS V3 Critical 9
Description
In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses `ResolveAxis` to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the `DCHECK` does not trigger, then code execution moves ahead with a negative index. This, in turn, results in accessing data out of bounds which results in segfaults and/or data corruption. The issue is patched in commit 2d88f470dea2671b430884260f3626b1fe99830a, and is released in TensorFlow versions 1.15.4, 2.0.3, 2.1.2, 2.2.1, or 2.3.1.
Overview
- CVE ID
- CVE-2020-15207
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-09-25T19:15:15
- Last Modified Date
- 2021-11-18T17:27:27
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:google:tensorflow:*:*:*:*:lite:*:*:* | 1 | OR | 1.15.4 | |
cpe:2.3:a:google:tensorflow:*:*:*:*:lite:*:*:* | 1 | OR | 2.0.0 | 2.0.3 |
cpe:2.3:a:google:tensorflow:*:*:*:*:lite:*:*:* | 1 | OR | 2.1.0 | 2.1.2 |
cpe:2.3:a:google:tensorflow:*:*:*:*:lite:*:*:* | 1 | OR | 2.2.0 | 2.2.1 |
cpe:2.3:a:google:tensorflow:*:*:*:*:lite:*:*:* | 1 | OR | 2.3.0 | 2.3.1 |
cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:N/C:P/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 6.8
- Severity
- MEDIUM
- Exploitability Score
- 8.6
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- HIGH
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- CHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 9
- Base Severity
- CRITICAL
- Exploitability Score
- 2.2
- Impact Score
- 6
References
Reference URL | Reference Tags |
---|---|
https://github.com/tensorflow/tensorflow/commit/2d88f470dea2671b430884260f3626b1fe99830a | Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-q4qf-3fc6-8x34 | Exploit Third Party Advisory |
https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1 | Third Party Advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00065.html | Mailing List Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2020-15207 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15207 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 06:45:50 | Added to TrackCVE | |||
2022-12-04 23:27:41 | 2020-09-25T19:15Z | 2020-09-25T19:15:15 | CVE Published Date | updated |
2022-12-04 23:27:41 | 2021-11-18T17:27:27 | CVE Modified Date | updated | |
2022-12-04 23:27:41 | Analyzed | Vulnerability Status | updated |