目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2022-23563— Google Tensorflow 安全漏洞

一分钟漏洞结论

影响对象
tensorflow tensorflow
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Google TensorFlow是美国谷歌(Google)公司的一套用于机器学习的端到端开源平台。 Tensorflow 存在安全漏洞,该漏洞源于 TensorFlow 使用 tempfile.mktemp 来创建临时文件。虽然这在测试中是可以接受的,但在实用程序和库中这是危险的,因为不同的进程可以在检查 mktemp 中的文件名和通过后续操作实际创建文件之间创建文件(TOC/TOU 类型弱点)。

CVSS 7.1 · High EPSS 0.11% · P1

可能的 ATT&CK 技术 1 AI

T1564.004 · NTFS File Attributes
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2022-23563 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Insecure temporary file in Tensorflow
来源: CVE Program / CVE List V5
Vulnerability Description
Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses `tempfile.mktemp` to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in `mktemp` and the actual creation of the file by a subsequent operation (a TOC/TOU type of weakness). In several instances, TensorFlow was supposed to actually create a temporary directory instead of a file. This logic bug is hidden away by the `mktemp` function usage. We have patched the issue in several commits, replacing `mktemp` with the safer `mkstemp`/`mkdtemp` functions, according to the usage pattern. Users are advised to upgrade as soon as possible.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
检查时间与使用时间(TOCTOU)的竞争条件
来源: CVE Program / CVE List V5
Vulnerability Title
Google Tensorflow 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Google TensorFlow是美国谷歌(Google)公司的一套用于机器学习的端到端开源平台。 Tensorflow 存在安全漏洞,该漏洞源于 TensorFlow 使用 tempfile.mktemp 来创建临时文件。虽然这在测试中是可以接受的,但在实用程序和库中这是危险的,因为不同的进程可以在检查 mktemp 中的文件名和通过后续操作实际创建文件之间创建文件(TOC/TOU 类型弱点)。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
tensorflow tensorflow >= 2.7.0, < 2.7.1 -

二、漏洞 CVE-2022-23563 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2022-23563 的情报信息

登录查看更多情报信息。

CVE-2022-23563 厂商安全公告 (1)

同批安全公告 · tensorflow · 2022-02-04 · 共 36 条

CVE-2022-23561 8.8 HIGH Google TensorFlow 缓冲区错误漏洞
CVE-2022-23594 8.8 HIGH Google TensorFlow 缓冲区错误漏洞
CVE-2022-23587 8.8 HIGH Tensorflow 输入验证错误漏洞
CVE-2022-23559 8.8 HIGH Google Tensorflow 输入验证错误漏洞
CVE-2022-23560 8.8 HIGH Google TensorFlow 缓冲区错误漏洞
CVE-2022-23574 8.8 HIGH Google TensorFlow 缓冲区错误漏洞
CVE-2022-23566 8.8 HIGH Google TensorFlow 缓冲区错误漏洞
CVE-2022-23592 8.1 HIGH Google TensorFlow 缓冲区错误漏洞
CVE-2022-23558 7.6 HIGH Google TensorFlow 输入验证错误漏洞
CVE-2022-23562 7.6 HIGH Google TensorFlow 输入验证错误漏洞
CVE-2022-23584 7.6 HIGH Google TensorFlow 资源管理错误漏洞
CVE-2022-23573 7.6 HIGH Google Tensorflow 安全漏洞
CVE-2022-23591 7.5 HIGH Google TensorFlow 资源管理错误漏洞
CVE-2022-23575 6.5 MEDIUM Google TensorFlow 输入验证错误漏洞
CVE-2022-23557 6.5 MEDIUM Google TensorFlow 数字错误漏洞
CVE-2022-23570 6.5 MEDIUM Google TensorFlow 代码问题漏洞
CVE-2022-23564 6.5 MEDIUM Google Tensorflow 安全漏洞
CVE-2022-23565 6.5 MEDIUM Google Tensorflow 安全漏洞
CVE-2022-23582 6.5 MEDIUM Google Tensorflow 安全漏洞
CVE-2022-23583 6.5 MEDIUM Google TensorFlow 安全漏洞

显示前 20 条,共 36 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2022-23563

暂无评论


发表评论