Lucene search

K
cvelistGitHub_MCVELIST:CVE-2020-26269
HistoryDec 10, 2020 - 10:10 p.m.

CVE-2020-26269 Heap out of bounds read in filesystem glob matching in TensorFlow

2020-12-1022:10:28
CWE-125
GitHub_M
www.cve.org
7
tensorflow
filesystem
vulnerability

EPSS

0.001

Percentile

39.7%

In TensorFlow release candidate versions 2.4.0rc*, the general implementation for matching filesystem paths to globbing pattern is vulnerable to an access out of bounds of the array holding the directories. There are multiple invariants and preconditions that are assumed by the parallel implementation of GetMatchingPaths but are not verified by the PRs introducing it (#40861 and #44310). Thus, we are completely rewriting the implementation to fully specify and validate these. This is patched in version 2.4.0. This issue only impacts master branch and the release candidates for TF version 2.4. The final release of the 2.4 release will be patched.

CNA Affected

[
  {
    "product": "tensorflow",
    "vendor": "tensorflow",
    "versions": [
      {
        "status": "affected",
        "version": ".4.0rc*"
      }
    ]
  }
]

EPSS

0.001

Percentile

39.7%

Related for CVELIST:CVE-2020-26269