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

目标: 1000 元 · 已筹: 1336

100%

CVE-2021-29531— Google TensorFlow 代码问题漏洞

CVSS 2.5 · Low EPSS 0.19% · P9
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
CHECK-fail in tf.raw_ops.EncodePng
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a `CHECK` fail in PNG encoding by providing an empty input tensor as the pixel data. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/e312e0791ce486a80c9d23110841525c6f7c3289/tensorflow/core/kernels/image/encode_png_op.cc#L57-L60) only validates that the total number of pixels in the image does not overflow. Thus, an attacker can send an empty matrix for encoding. However, if the tensor is empty, then the associated buffer is `nullptr`. Hence, when calling `png::WriteImageToBuffer`(https://github.com/tensorflow/tensorflow/blob/e312e0791ce486a80c9d23110841525c6f7c3289/tensorflow/core/kernels/image/encode_png_op.cc#L79-L93), the first argument (i.e., `image.flat<T>().data()`) is `NULL`. This then triggers the `CHECK_NOTNULL` in the first line of `png::WriteImageToBuffer`(https://github.com/tensorflow/tensorflow/blob/e312e0791ce486a80c9d23110841525c6f7c3289/tensorflow/core/lib/png/png_io.cc#L345-L349). Since `image` is null, this results in `abort` being called after printing the stacktrace. Effectively, this allows an attacker to mount a denial of service attack. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
对因果或异常条件的不恰当检查
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Google TensorFlow 代码问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Google TensorFlow是美国谷歌(Google)公司的一套用于机器学习的端到端开源平台。 TensorFlow 2.4.2,2.3.3,2.2.3,2.1.4存在代码问题漏洞,攻击者可利用该漏洞可以通过利用来自实现CHECK失败来导致拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
tensorflowtensorflow < 2.1.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · tensorflow · 2021-05-14 · 共 108 条

CVE-2021-295917.3 HIGHGoogle TensorFlow 安全漏洞
CVE-2021-296057.1 HIGHGoogle TensorFlow 输入验证错误漏洞
CVE-2021-296067.1 HIGHGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-296147.1 HIGHGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-296016.3 MEDIUMGoogle TensorFlow输入验证错误漏洞
CVE-2021-296136.3 MEDIUMGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-296075.3 MEDIUMGoogle TensorFlow 代码问题漏洞
CVE-2021-296085.3 MEDIUMGoogle TensorFlow 安全漏洞
CVE-2021-296095.3 MEDIUMGoogle TensorFlow 代码问题漏洞
CVE-2021-295714.5 MEDIUMGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-295924.4 MEDIUMGoogle TensorFlow 代码问题漏洞
CVE-2021-296123.6 LOWGoogle TensorFlow缓冲区错误漏洞
CVE-2021-296113.6 LOWGoogle TensorFlow 输入验证错误漏洞
CVE-2021-296103.6 LOWGoogle TensorFlow缓冲区错误漏洞
CVE-2021-295252.5 LOWGoogle TensorFlow 数字错误漏洞
CVE-2021-295272.5 LOWGoogle TensorFlow 数字错误漏洞
CVE-2021-295842.5 LOWGoogle TensorFlow 输入验证错误漏洞
CVE-2021-295832.5 LOWGoogle TensorFlow 代码问题漏洞
CVE-2021-295822.5 LOWGoogle TensorFlow 缓冲区错误漏洞
CVE-2021-295722.5 LOWGoogle TensorFlow 代码问题漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2021-29531

暂无评论


发表评论