已开启
CVE-2021-37686 #225
openeuler-ci-bot创建于  2021年8月19日
openeuler-ci-bot
openeuler-ci-bot成员
2021年8月19日 创建

一、漏洞信息
漏洞编号:CVE-2021-37686
漏洞归属组件:tensorflow
漏洞归属的版本:2.10.0,2.12.1,2.3.1
CVSS V3.0分值:
BaseScore:5.5 Medium
Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞简述:
TensorFlow is an end-to-end open source platform for machine learning. In affected versions the strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for ellipsis in axis definition. An attacker can craft a model such that ellipsis_end_idx is smaller than i (e.g., always negative). In this case, the inner loop does not increase i and the continue statement causes execution to skip over the preincrement at the end of the outer loop. We have patched the issue in GitHub commit dfa22b348b70bb89d6d6ec0ff53973bacb4f4695. TensorFlow 2.6.0 is the only affected version.
漏洞公开时间:2021-08-13 06:15
漏洞创建时间:2021-08-19 09:12:46
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2021-37686

更多参考(点击展开)
参考来源 参考链接 来源链接
CONFIRM https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mhhc-q96p-mfm9
MISC https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695
redhat https://access.redhat.com/security/cve/CVE-2021-37686
debian https://security-tracker.debian.org/tracker/CVE-2021-37686

漏洞分析指导链接:
https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md
漏洞数据来源:
其它
漏洞补丁信息:

详情(点击展开)
影响的包 修复版本 修复补丁 问题引入补丁 来源
https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695 MISC
https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695 nvd
tensorflow https://github.com/tensorflow/tensorflow/commit/dfa22b348b70bb89d6d6ec0ff53973bacb4f4695 tensorflow

二、漏洞分析结构反馈
影响性分析说明:

openEuler评分:
5.5
Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
受影响版本排查(受影响/不受影响):
2.openEuler-24.03-LTS(2.12.1):
3.master(2.12.1):
4.openEuler-22.03-LTS-SP4(2.10.0):

修复是否涉及abi变化(是/否):
2.openEuler-24.03-LTS(2.12.1):
3.master(2.12.1):
4.openEuler-22.03-LTS-SP4(2.10.0):

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
2021年8月19日 评论:

Hey openeuler-ci-bot, Welcome to openEuler Community.
All of the projects in openEuler Community are maintained by @openeuler-ci-bot.
That means the developers can comment below every pull request or issue to trigger Bot Commands.
Please follow instructions at https://gitee.com/openeuler/community/blob/master/en/sig-infrastructure/command.md to find the details.

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
2021年8月19日 评论:

@sinever ,@hubble_zhu ,@njlzk ,@ZhengZhenyu ,@yangzhao_kl ,@
issue处理注意事项:
1. 当前issue受影响的分支提交pr时, 须在pr描述中填写当前issue编号进行关联, 否则无法关闭当前issue;
2. 模板内容需要填写完整, 无论是受影响或者不受影响都需要填写完整内容,未引入的分支不需要填写, 否则无法关闭当前issue;
3. 以下为模板中需要填写完整的内容, 请复制到评论区回复, 注: 内容的标题名称(影响性分析说明, openEuler评分, 受影响版本排查(受影响/不受影响), 修复是否涉及abi变化(是/否))不能省略,省略后cve-manager将无法正常解析填写内容.


影响性分析说明:

openEuler评分: (评分和向量)

受影响版本排查(受影响/不受影响):

修复是否涉及abi变化(是/否):


issue处理具体操作请参考:
https://gitee.com/openeuler/cve-manager/blob/master/doc/md/manual.md
pr关联issue具体操作请参考:
https://gitee.com/help/articles/4142

likedislike
openeuler-ci-botopeneuler-ci-bot成员
2021年8月19日 创建了CVE和安全问题
此处折叠了8条事件消息 查看更多
openeuler-ci-botopeneuler-ci-bot成员
2021年9月30日 修改了描述
2021年10月8日 评论:

该漏洞CVE已评审,安全委员会已同意报备,暂时挂起

likedislike
Wwangchong1995924
2021年10月8日 将任务状态从 待办的 修改为已挂起
此处折叠了12条事件消息 查看更多
XXingSongSun
6月2日 关联了pull request:Fix CVE-2021-37686