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.
References
Link | Resource |
---|---|
https://github.com/tensorflow/tensorflow/commit/8b5b9dc96666a3a5d27fad7179ff215e3b74b67c | Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9jjw-hf72-3mxw | Exploit Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/commit/8b5b9dc96666a3a5d27fad7179ff215e3b74b67c | Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9jjw-hf72-3mxw | Exploit Patch Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 05:19
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/tensorflow/tensorflow/commit/8b5b9dc96666a3a5d27fad7179ff215e3b74b67c - Patch, Third Party Advisory | |
References | () https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9jjw-hf72-3mxw - Exploit, Patch, Third Party Advisory |
Information
Published : 2020-12-10 23:15
Updated : 2024-11-21 05:19
NVD link : CVE-2020-26269
Mitre link : CVE-2020-26269
CVE.ORG link : CVE-2020-26269
JSON object : View
Products Affected
- tensorflow
CWE
CWE-125
Out-of-bounds Read