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

目标: 1000 元 · 已筹: 1325

100%

CVE-2021-37652— Google TensorFlow资源管理错误漏洞

CVSS 7.8 · High EPSS 0.17% · P7
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2021-37652 基础信息

漏洞信息

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

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

Vulnerability Title
Use after free in boosted trees creation in TensorFlow
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for `tf.raw_ops.BoostedTreesCreateEnsemble` can result in a use after free error if an attacker supplies specially crafted arguments. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/boosted_trees/resource_ops.cc#L55) uses a reference counted resource and decrements the refcount if the initialization fails, as it should. However, when the code was written, the resource was represented as a naked pointer but later refactoring has changed it to be a smart pointer. Thus, when the pointer leaves the scope, a subsequent `free`-ing of the resource occurs, but this fails to take into account that the refcount has already reached 0, thus the resource has been already freed. During this double-free process, members of the resource object are accessed for cleanup but they are invalid as the entire resource has been freed. We have patched the issue in GitHub commit 5ecec9c6fbdbc6be03295685190a45e7eee726ab. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
释放后使用
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Google TensorFlow资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Google TensorFlow是美国谷歌(Google)公司的一套用于机器学习的端到端开源平台。 Google TensorFlow 2.5.1,2.4.3和2.3.4存在资源管理错误漏洞,攻击者可以利用该漏洞导致TensorFlow异常终止。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
tensorflowtensorflow >= 2.5.0, < 2.5.1 -

二、漏洞 CVE-2021-37652 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2021-37652 的情报信息

登录查看更多情报信息。

CVE-2021-37652 补丁与修复 (1)

CVE-2021-37652 厂商安全公告 (1)

同批安全公告 · tensorflow · 2021-08-12 · 共 58 条

CVE-2021-376789.3 CRITICALGoogle TensorFlow 代码问题漏洞
CVE-2021-376398.4 HIGHGoogle TensorFlow代码问题漏洞
CVE-2021-376817.8 HIGHGoogle TensorFlow 代码问题漏洞
CVE-2021-376657.8 HIGHGoogle TensorFlow 输入验证错误漏洞
CVE-2021-376637.8 HIGHGoogle TensorFlow 输入验证错误漏洞
CVE-2021-376677.8 HIGHGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-376897.8 HIGHGoogle TensorFlow 代码问题漏洞
CVE-2021-376887.8 HIGHGoogle TensorFlow 代码问题漏洞
CVE-2021-376767.8 HIGHGoogle TensorFlow缓冲区错误漏洞
CVE-2021-376717.8 HIGHGoogle TensorFlow缓冲区错误漏洞
CVE-2021-376667.8 HIGHGoogle TensorFlow缓冲区错误漏洞
CVE-2021-376487.8 HIGHGoogle TensorFlow 代码问题漏洞
CVE-2021-376507.8 HIGHGoogle TensorFlow缓冲区错误漏洞
CVE-2021-376437.7 HIGHGoogle TensorFlow代码问题漏洞
CVE-2021-376387.7 HIGHGoogle TensorFlow 代码问题漏洞
CVE-2021-376477.7 HIGHGoogle TensorFlow代码问题漏洞
CVE-2021-376377.7 HIGHGoogle TensorFlow代码问题漏洞
CVE-2021-376497.7 HIGHGoogle TensorFlow 代码问题漏洞
CVE-2021-376647.3 HIGHGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-376597.3 HIGHGoogle TensorFlow代码问题漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2021-37652

暂无评论


发表评论