Lucene search

K
cvelistGitHub_MCVELIST:CVE-2022-35939
HistorySep 16, 2022 - 7:40 p.m.

CVE-2022-35939 Out of bounds write in `scatter_nd` op in TensorFlow Lite

2022-09-1619:40:11
CWE-787
GitHub_M
www.cve.org
1
tensorflow lite
scatternd function
out of bounds write
github commit
tensorflow 2.10.0

7 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H

9.8 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

50.4%

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have patched the issue in GitHub commit b4d4b4cb019bd7240a52daa4ba61e3cc814f0384. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this commit on TensorFlow 2.9.1, TensorFlow 2.8.1, and TensorFlow 2.7.2, as these are also affected and still in supported range. There are no known workarounds for this issue.

CNA Affected

[
  {
    "product": "tensorflow",
    "vendor": "tensorflow",
    "versions": [
      {
        "status": "affected",
        "version": "< 2.7.2"
      },
      {
        "status": "affected",
        "version": ">= 2.8.0, < 2.8.1"
      },
      {
        "status": "affected",
        "version": ">= 2.9.0, < 2.9.1"
      }
    ]
  }
]

7 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H

9.8 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

50.4%

Related for CVELIST:CVE-2022-35939