Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
description of repo status
Open Source
>
Other
>
Operation System
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
128
Star
72
Fork
330
src-openEuler
/
kernel
Closed
Code
Issues
1197
Pull Requests
35
Wiki
Insights
Pipelines
Service
JavaDoc
PHPDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
CVE-2022-23036
Done
#I50WBV
CVE和安全问题
wangxiaoya
Opened this issue
2022-04-02 10:56
一、漏洞信息 漏洞编号:[CVE-2022-23036](https://nvd.nist.gov/vuln/detail/CVE-2022-23036) 漏洞归属组件:[kernel](https://gitee.com/src-openeuler/kernel) 漏洞归属的版本:4.19.194 CVSS V3.0分值: BaseScore:7.0 High Vector:CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 漏洞简述: Linux PV device frontends vulnerable to attacks by backends T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Several Linux PV device frontends are using the grant table interfaces for removing access rights of the backends in ways being subject to race conditions, resulting in potential data leaks, data corruption by malicious backends, and denial of service triggered by malicious backends: blkfront, netfront, scsifront and the gntalloc driver are testing whether a grant reference is still in use. If this is not the case, they assume that a following removal of the granted access will always succeed, which is not true in case the backend has mapped the granted page between those two operations. As a result the backend can keep access to the memory page of the guest no matter how the page will be used after the frontend I/O has finished. The xenbus driver has a similar problem, as it doesn t check the success of removing the granted access of a shared ring buffer. blkfront: CVE-2022-23036 netfront: CVE-2022-23037 scsifront: CVE-2022-23038 gntalloc: CVE-2022-23039 xenbus: CVE-2022-23040 blkfront, netfront, scsifront, usbfront, dmabuf, xenbus, 9p, kbdfront, and pvcalls are using a functionality to delay freeing a grant reference until it is no longer in use, but the freeing of the related data page is not synchronized with dropping the granted access. As a result the backend can keep access to the memory page even after it has been freed and then re-used for a different purpose. CVE-2022-23041 netfront will fail a BUG_ON() assertion if it fails to revoke access in the rx path. This will result in a Denial of Service (DoS) situation of the guest which can be triggered by the backend. CVE-2022-23042 漏洞公开时间:2022-03-11 04:15 漏洞创建时间:2022-04-02 10:56:38 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2022-23036 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | MISC | https://xenbits.xenproject.org/xsa/advisory-396.txt | | | MLIST | https://lists.debian.org/debian-lts-announce/2022/07/msg00000.html | | | nvd | https://access.redhat.com/security/cve/CVE-2022-23036 | | | suse_bugzilla | http://www.xenproject.org/security-policy.html | | | ubuntu | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23036 | | | ubuntu | https://xenbits.xen.org/xsa/advisory-396.html | | | ubuntu | https://ubuntu.com/security/notices/USN-5418-1 | | | ubuntu | https://ubuntu.com/security/notices/USN-5467-1 | | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2022-23036 | | | ubuntu | https://launchpad.net/bugs/cve/CVE-2022-23036 | | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2022-23036 | | | debian | https://security-tracker.debian.org/tracker/CVE-2022-23036 | | | oracle | https://www.oracle.com/security-alerts/linuxbulletinapr2022.html | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | linux_kernel | 4.14.271 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1b2f59f854e7069ba059adfe03d648ea643eba51 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 4.19.234 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=17659846fe336366b1663194f5669d10f5947f53 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 4.9.306 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=73e1d9b33f2bd93ce30719dfc8990b6328243b7e | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.10.105 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=3d81e85f30a8f712c3e4f2a507553d9063a20ed6 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.15.28 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1dd5b4b230f6d1345708c6204ccacdf83d53feaf | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.16.14 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=0ba1ab25bb5057869621b340dbd411cca3242467 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.4.184 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=44d86dccd2a5f02a66c6784378d1429412d84bf0 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | </details> 二、漏洞分析结构反馈 影响性分析说明: Linux PV device frontends vulnerable to attacks by backends T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Several Linux PV device frontends are using the grant table interfaces for removing access rights of the backends in ways being subject to race conditions, resulting in potential data leaks, data corruption by malicious backends, and denial of service triggered by malicious backends: blkfront, netfront, scsifront and the gntalloc driver are testing whether a grant reference is still in use. If this is not the case, they assume that a following removal of the granted access will always succeed, which is not true in case the backend has mapped the granted page between those two operations. As a result the backend can keep access to the memory page of the guest no matter how the page will be used after the frontend I/O has finished. The xenbus driver has a similar problem, as it doesn t check the success of removing the granted access of a shared ring buffer. blkfront: CVE-2022-23036 netfront: CVE-2022-23037 scsifront: CVE-2022-23038 gntalloc: CVE-2022-23039 xenbus: CVE-2022-23040 blkfront, netfront, scsifront, usbfront, dmabuf, xenbus, 9p, kbdfront, and pvcalls are using a functionality to delay freeing a grant reference until it is no longer in use, but the freeing of the related data page is not synchronized with dropping the granted access. As a result the backend can keep access to the memory page even after it has been freed and then re-used for a different purpose. CVE-2022-23041 netfront will fail a BUG_ON() assertion if it fails to revoke access in the rx path. This will result in a Denial of Service (DoS) situation of the guest which can be triggered by the backend. CVE-2022-23042 openEuler评分: 7.0 Vector:CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 1.openEuler-22.03-LTS:受影响 2.openEuler-20.03-LTS-SP1(4.19.90):受影响 3.openEuler-20.03-LTS-SP2(4.19.90):受影响 4.openEuler-20.03-LTS-SP3(4.19.90):受影响 修复是否涉及abi变化(是/否): 1.openEuler-22.03-LTS:否 2.openEuler-20.03-LTS-SP1(4.19.90):否 3.openEuler-20.03-LTS-SP2(4.19.90):否 4.openEuler-20.03-LTS-SP3(4.19.90):否 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2022-1631
一、漏洞信息 漏洞编号:[CVE-2022-23036](https://nvd.nist.gov/vuln/detail/CVE-2022-23036) 漏洞归属组件:[kernel](https://gitee.com/src-openeuler/kernel) 漏洞归属的版本:4.19.194 CVSS V3.0分值: BaseScore:7.0 High Vector:CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 漏洞简述: Linux PV device frontends vulnerable to attacks by backends T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Several Linux PV device frontends are using the grant table interfaces for removing access rights of the backends in ways being subject to race conditions, resulting in potential data leaks, data corruption by malicious backends, and denial of service triggered by malicious backends: blkfront, netfront, scsifront and the gntalloc driver are testing whether a grant reference is still in use. If this is not the case, they assume that a following removal of the granted access will always succeed, which is not true in case the backend has mapped the granted page between those two operations. As a result the backend can keep access to the memory page of the guest no matter how the page will be used after the frontend I/O has finished. The xenbus driver has a similar problem, as it doesn t check the success of removing the granted access of a shared ring buffer. blkfront: CVE-2022-23036 netfront: CVE-2022-23037 scsifront: CVE-2022-23038 gntalloc: CVE-2022-23039 xenbus: CVE-2022-23040 blkfront, netfront, scsifront, usbfront, dmabuf, xenbus, 9p, kbdfront, and pvcalls are using a functionality to delay freeing a grant reference until it is no longer in use, but the freeing of the related data page is not synchronized with dropping the granted access. As a result the backend can keep access to the memory page even after it has been freed and then re-used for a different purpose. CVE-2022-23041 netfront will fail a BUG_ON() assertion if it fails to revoke access in the rx path. This will result in a Denial of Service (DoS) situation of the guest which can be triggered by the backend. CVE-2022-23042 漏洞公开时间:2022-03-11 04:15 漏洞创建时间:2022-04-02 10:56:38 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2022-23036 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | MISC | https://xenbits.xenproject.org/xsa/advisory-396.txt | | | MLIST | https://lists.debian.org/debian-lts-announce/2022/07/msg00000.html | | | nvd | https://access.redhat.com/security/cve/CVE-2022-23036 | | | suse_bugzilla | http://www.xenproject.org/security-policy.html | | | ubuntu | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23036 | | | ubuntu | https://xenbits.xen.org/xsa/advisory-396.html | | | ubuntu | https://ubuntu.com/security/notices/USN-5418-1 | | | ubuntu | https://ubuntu.com/security/notices/USN-5467-1 | | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2022-23036 | | | ubuntu | https://launchpad.net/bugs/cve/CVE-2022-23036 | | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2022-23036 | | | debian | https://security-tracker.debian.org/tracker/CVE-2022-23036 | | | oracle | https://www.oracle.com/security-alerts/linuxbulletinapr2022.html | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | linux_kernel | 4.14.271 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1b2f59f854e7069ba059adfe03d648ea643eba51 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 4.19.234 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=17659846fe336366b1663194f5669d10f5947f53 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 4.9.306 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=73e1d9b33f2bd93ce30719dfc8990b6328243b7e | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.10.105 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=3d81e85f30a8f712c3e4f2a507553d9063a20ed6 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.15.28 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1dd5b4b230f6d1345708c6204ccacdf83d53feaf | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.16.14 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=0ba1ab25bb5057869621b340dbd411cca3242467 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | | linux_kernel | 5.4.184 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=44d86dccd2a5f02a66c6784378d1429412d84bf0 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 | linuxkernelcves | </details> 二、漏洞分析结构反馈 影响性分析说明: Linux PV device frontends vulnerable to attacks by backends T[his CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] Several Linux PV device frontends are using the grant table interfaces for removing access rights of the backends in ways being subject to race conditions, resulting in potential data leaks, data corruption by malicious backends, and denial of service triggered by malicious backends: blkfront, netfront, scsifront and the gntalloc driver are testing whether a grant reference is still in use. If this is not the case, they assume that a following removal of the granted access will always succeed, which is not true in case the backend has mapped the granted page between those two operations. As a result the backend can keep access to the memory page of the guest no matter how the page will be used after the frontend I/O has finished. The xenbus driver has a similar problem, as it doesn t check the success of removing the granted access of a shared ring buffer. blkfront: CVE-2022-23036 netfront: CVE-2022-23037 scsifront: CVE-2022-23038 gntalloc: CVE-2022-23039 xenbus: CVE-2022-23040 blkfront, netfront, scsifront, usbfront, dmabuf, xenbus, 9p, kbdfront, and pvcalls are using a functionality to delay freeing a grant reference until it is no longer in use, but the freeing of the related data page is not synchronized with dropping the granted access. As a result the backend can keep access to the memory page even after it has been freed and then re-used for a different purpose. CVE-2022-23041 netfront will fail a BUG_ON() assertion if it fails to revoke access in the rx path. This will result in a Denial of Service (DoS) situation of the guest which can be triggered by the backend. CVE-2022-23042 openEuler评分: 7.0 Vector:CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 1.openEuler-22.03-LTS:受影响 2.openEuler-20.03-LTS-SP1(4.19.90):受影响 3.openEuler-20.03-LTS-SP2(4.19.90):受影响 4.openEuler-20.03-LTS-SP3(4.19.90):受影响 修复是否涉及abi变化(是/否): 1.openEuler-22.03-LTS:否 2.openEuler-20.03-LTS-SP1(4.19.90):否 3.openEuler-20.03-LTS-SP2(4.19.90):否 4.openEuler-20.03-LTS-SP3(4.19.90):否 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2022-1631
Comments (
7
)
Sign in
to comment
Status
Done
Backlog
已挂起
Doing
Done
Declined
Assignees
Not set
成坚 (CHENG Jian)
gatieme
Assignee
Collaborator
+Assign
+Mention
Labels
CVE/UNAFFECTED
Not set
Projects
Unprojected
Unprojected
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(3)
1
https://gitee.com/src-openeuler/kernel.git
git@gitee.com:src-openeuler/kernel.git
src-openeuler
kernel
kernel
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register