CVE-2022-23592 (CNNVD-202202-424)
中文标题:
Google TensorFlow 缓冲区错误漏洞
英文标题:
Out of bounds read in Tensorflow
漏洞描述
中文描述:
Google TensorFlow是美国谷歌(Google)公司的一套用于机器学习的端到端开源平台。 Tensorflow 存在缓冲区错误漏洞,该漏洞源于TensorFlow的类型推断可能会导致堆读取越界,因为边界检查是在DCHECK中完成的(在生产过程中是没有操作的)。攻击者可利用该漏洞可以控制input idx变量,使ix大于node .args中的值的数量。修复将包含在TensorFlow 2.8.0中。这是唯一受影响的版本。
英文描述:
Tensorflow is an Open Source Machine Learning Framework. TensorFlow's type inference can cause a heap out of bounds read as the bounds checking is done in a `DCHECK` (which is a no-op during production). An attacker can control the `input_idx` variable such that `ix` would be larger than the number of values in `node_t.args`. The fix will be included in TensorFlow 2.8.0. This is the only affected version.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| tensorflow | tensorflow | = 2.8.0-rc0 | - | - |
cpe:2.3:a:tensorflow:tensorflow:=_2.8.0-rc0:*:*:*:*:*:*:*
|
| tensorflow | * | - | - |
cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
CVSS评分详情
3.1 (cna)
HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2022-23592 |
2025-11-11 15:21:18 | 2025-11-11 07:37:20 |
| NVD | nvd_CVE-2022-23592 |
2025-11-11 14:58:14 | 2025-11-11 07:45:36 |
| CNNVD | cnnvd_CNNVD-202202-424 |
2025-11-11 15:10:49 | 2025-11-11 07:57:09 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 缓冲区错误
- cnnvd_id: 未提取 -> CNNVD-202202-424
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 1 -> 2
- data_sources: ['cve'] -> ['cve', 'nvd']