CVE-2022-29210
TensorFlow Inconsistent Tensor Hash and Pointer Vulnerability (Information Disclosure)
Description
TensorFlow is an open source platform for machine learning. In version 2.8.0, the `TensorKey` hash function used total estimated `AllocatedBytes()`, which (a) is an estimate per tensor, and (b) is a very poor hash function for constants (e.g. `int32_t`). It also tried to access individual tensor bytes through `tensor.data()` of size `AllocatedBytes()`. This led to ASAN failures because the `AllocatedBytes()` is an estimate of total bytes allocated by a tensor, including any pointed-to constructs (e.g. strings), and does not refer to contiguous bytes in the `.data()` buffer. The discoverers could not use this byte vector anyway because types such as `tstring` include pointers, whereas they needed to hash the string values themselves. This issue is patched in Tensorflow versions 2.9.0 and 2.8.1.
INFO
Published Date :
May 21, 2022, 12:15 a.m.
Last Modified :
June 28, 2023, 8:26 p.m.
Source :
[email protected]
Remotely Exploitable :
No
Impact Score :
3.6
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-29210
.
URL | Resource |
---|---|
https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/framework/tensor_key.h#L53-L64 | Third Party Advisory |
https://github.com/tensorflow/tensorflow/commit/1b85a28d395dc91f4d22b5f9e1e9a22e92ccecd6 | Patch Third Party Advisory |
https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1 | Release Notes Third Party Advisory |
https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0 | Release Notes Third Party Advisory |
https://github.com/tensorflow/tensorflow/security/advisories/GHSA-hc2f-7r5r-r2hg | Patch Third Party Advisory |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-29210
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-29210
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
Reanalysis by [email protected]
Jun. 28, 2023
Action Type Old Value New Value Added CWE NIST CWE-787 -
Initial Analysis by [email protected]
Jun. 03, 2022
Action Type Old Value New Value Added CVSS V2 NIST (AV:L/AC:L/Au:N/C:N/I:N/A:P) Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Changed Reference Type https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/framework/tensor_key.h#L53-L64 No Types Assigned https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/framework/tensor_key.h#L53-L64 Third Party Advisory Changed Reference Type https://github.com/tensorflow/tensorflow/commit/1b85a28d395dc91f4d22b5f9e1e9a22e92ccecd6 No Types Assigned https://github.com/tensorflow/tensorflow/commit/1b85a28d395dc91f4d22b5f9e1e9a22e92ccecd6 Patch, Third Party Advisory Changed Reference Type https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1 No Types Assigned https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1 Release Notes, Third Party Advisory Changed Reference Type https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0 No Types Assigned https://github.com/tensorflow/tensorflow/releases/tag/v2.9.0 Release Notes, Third Party Advisory Changed Reference Type https://github.com/tensorflow/tensorflow/security/advisories/GHSA-hc2f-7r5r-r2hg No Types Assigned https://github.com/tensorflow/tensorflow/security/advisories/GHSA-hc2f-7r5r-r2hg Patch, Third Party Advisory Added CPE Configuration OR *cpe:2.3:a:google:tensorflow:2.8.0:*:*:*:*:*:*:*
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-29210
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-29210
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.04 }} 0.00%
score
0.12127
percentile