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
73
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-2024-26859
Done
#I9HK9J
CVE和安全问题
openeuler-ci-bot
owner
Opened this issue
2024-04-17 20:44
一、漏洞信息 漏洞编号:[CVE-2024-26859](https://nvd.nist.gov/vuln/detail/CVE-2024-26859) 漏洞归属组件:[kernel](https://gitee.com/src-openeuler/kernel) 漏洞归属的版本:4.19.140,4.19.194,4.19.90,5.10.0,6.1.0,6.1.14,6.1.19,6.1.5,6.1.6,6.1.8,6.4.0,6.6.0 CVSS V3.0分值: BaseScore:0.0 None Vector:CVSS:3.0/ 漏洞简述: In the Linux kernel, the following vulnerability has been resolved:net/bnx2x: Prevent access to a freed page in page_poolFix race condition leading to system crash during EEH error handlingDuring EEH error recovery, the bnx2x driver s transmit timeout logiccould cause a race condition when handling reset tasks. Thebnx2x_tx_timeout() schedules reset tasks via bnx2x_sp_rtnl_task(),which ultimately leads to bnx2x_nic_unload(). In bnx2x_nic_unload()SGEs are freed using bnx2x_free_rx_sge_range(). However, this couldoverlap with the EEH driver s attempt to reset the device usingbnx2x_io_slot_reset(), which also tries to free SGEs. This racecondition can result in system crashes due to accessing freed memorylocations in bnx2x_free_rx_sge()799 static inline void bnx2x_free_rx_sge(struct bnx2x *bp,800 struct bnx2x_fastpath *fp, u16 index)801 {802 struct sw_rx_page *sw_buf = &fp->rx_page_ring[index];803 struct page *page = sw_buf->page;....where sw_buf was set to NULL after the call to dma_unmap_page()by the preceding thread. EEH: Beginning: slot_reset PCI 0011:01:00.0#10000: EEH: Invoking bnx2x->slot_reset() bnx2x: [bnx2x_io_slot_reset:14228(eth1)]IO slot reset initializing... bnx2x 0011:01:00.0: enabling device (0140 -> 0142) bnx2x: [bnx2x_io_slot_reset:14244(eth1)]IO slot reset --> driver unload Kernel attempted to read user page (0) - exploit attempt? (uid: 0) BUG: Kernel NULL pointer dereference on read at 0x00000000 Faulting instruction address: 0xc0080000025065fc Oops: Kernel access of bad area, sig: 11 [#1] ..... Call Trace: [c000000003c67a20] [c00800000250658c] bnx2x_io_slot_reset+0x204/0x610 [bnx2x] (unreliable) [c000000003c67af0] [c0000000000518a8] eeh_report_reset+0xb8/0xf0 [c000000003c67b60] [c000000000052130] eeh_pe_report+0x180/0x550 [c000000003c67c70] [c00000000005318c] eeh_handle_normal_event+0x84c/0xa60 [c000000003c67d50] [c000000000053a84] eeh_event_handler+0xf4/0x170 [c000000003c67da0] [c000000000194c58] kthread+0x1c8/0x1d0 [c000000003c67e10] [c00000000000cf64] ret_from_kernel_thread+0x5c/0x64To solve this issue, we need to verify page pool allocations beforefreeing. 漏洞公开时间:2024-04-17 19:15:08 漏洞创建时间:2024-04-17 12:44:19 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2024-26859 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | | | suse_bugzilla | http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-26859 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://www.cve.org/CVERecord?id=CVE-2024-26859 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-26859.mbox | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | redhat_bugzilla | https://lore.kernel.org/linux-cve-announce/2024041735-CVE-2024-26859-a906@gregkh/T | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4211 | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4352 | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | | ubuntu | https://www.cve.org/CVERecord?id=CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/linus/d27e2da94a42655861ca4baea30c8cd65546f25d (6.9-rc1) | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://launchpad.net/bugs/cve/CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | debian | | https://security-tracker.debian.org/tracker/CVE-2024-26859 | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2024-26859 | | cve_search | | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | | cve_search | | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | | cve_search | | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | | cve_search | | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | | cve_search | | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | | cve_search | | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | | cve_search | | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | | cve_search | | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | | cve_search | | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: openBrain开源漏洞感知系统 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | linux | | https://git.kernel.org/linus/d27e2da94a42655861ca4baea30c8cd65546f25d | https://git.kernel.org/linus/4cace675d687ebd2d813e90af80ff87ee85202f9 | ubuntu | </details> 二、漏洞分析结构反馈 影响性分析说明: Reserved. openEuler评分: 5.5 Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H 受影响版本排查(受影响/不受影响): 1.openEuler-20.03-LTS-SP4(4.19.90):受影响 2.openEuler-22.03-LTS-SP3(5.10.0):受影响 3.openEuler-22.03-LTS-SP4(5.10.0):不受影响 4.master(6.6.0):不受影响 5.openEuler-24.03-LTS(6.6.0):不受影响 6.openEuler-24.03-LTS-Next(6.6.0):不受影响 7.openEuler-24.03-LTS-SP1(6.6.0):不受影响 修复是否涉及abi变化(是/否): 1.openEuler-20.03-LTS-SP4(4.19.90):否 2.openEuler-22.03-LTS-SP1(5.10.0):否 3.openEuler-22.03-LTS-SP3(5.10.0):否 4.master(6.6.0):否 5.openEuler-24.03-LTS(6.6.0):否 6.openEuler-24.03-LTS-Next(6.6.0):否 7.openEuler-22.03-LTS-SP4(5.10.0):否 8.openEuler-24.03-LTS-SP1(6.6.0):否 原因说明: 1.openEuler-20.03-LTS-SP4(4.19.90):正常修复 2.openEuler-22.03-LTS-SP3(5.10.0):正常修复 3.master(6.6.0):不受影响-漏洞代码不能被攻击者触发 4.openEuler-24.03-LTS-Next(6.6.0):不受影响-漏洞代码不能被攻击者触发 5.openEuler-22.03-LTS-SP4(5.10.0):不受影响-漏洞代码不存在 6.openEuler-24.03-LTS(6.6.0):不受影响-漏洞代码不存在 7.openEuler-24.03-LTS-SP1(6.6.0):不受影响-漏洞代码不存在
一、漏洞信息 漏洞编号:[CVE-2024-26859](https://nvd.nist.gov/vuln/detail/CVE-2024-26859) 漏洞归属组件:[kernel](https://gitee.com/src-openeuler/kernel) 漏洞归属的版本:4.19.140,4.19.194,4.19.90,5.10.0,6.1.0,6.1.14,6.1.19,6.1.5,6.1.6,6.1.8,6.4.0,6.6.0 CVSS V3.0分值: BaseScore:0.0 None Vector:CVSS:3.0/ 漏洞简述: In the Linux kernel, the following vulnerability has been resolved:net/bnx2x: Prevent access to a freed page in page_poolFix race condition leading to system crash during EEH error handlingDuring EEH error recovery, the bnx2x driver s transmit timeout logiccould cause a race condition when handling reset tasks. Thebnx2x_tx_timeout() schedules reset tasks via bnx2x_sp_rtnl_task(),which ultimately leads to bnx2x_nic_unload(). In bnx2x_nic_unload()SGEs are freed using bnx2x_free_rx_sge_range(). However, this couldoverlap with the EEH driver s attempt to reset the device usingbnx2x_io_slot_reset(), which also tries to free SGEs. This racecondition can result in system crashes due to accessing freed memorylocations in bnx2x_free_rx_sge()799 static inline void bnx2x_free_rx_sge(struct bnx2x *bp,800 struct bnx2x_fastpath *fp, u16 index)801 {802 struct sw_rx_page *sw_buf = &fp->rx_page_ring[index];803 struct page *page = sw_buf->page;....where sw_buf was set to NULL after the call to dma_unmap_page()by the preceding thread. EEH: Beginning: slot_reset PCI 0011:01:00.0#10000: EEH: Invoking bnx2x->slot_reset() bnx2x: [bnx2x_io_slot_reset:14228(eth1)]IO slot reset initializing... bnx2x 0011:01:00.0: enabling device (0140 -> 0142) bnx2x: [bnx2x_io_slot_reset:14244(eth1)]IO slot reset --> driver unload Kernel attempted to read user page (0) - exploit attempt? (uid: 0) BUG: Kernel NULL pointer dereference on read at 0x00000000 Faulting instruction address: 0xc0080000025065fc Oops: Kernel access of bad area, sig: 11 [#1] ..... Call Trace: [c000000003c67a20] [c00800000250658c] bnx2x_io_slot_reset+0x204/0x610 [bnx2x] (unreliable) [c000000003c67af0] [c0000000000518a8] eeh_report_reset+0xb8/0xf0 [c000000003c67b60] [c000000000052130] eeh_pe_report+0x180/0x550 [c000000003c67c70] [c00000000005318c] eeh_handle_normal_event+0x84c/0xa60 [c000000003c67d50] [c000000000053a84] eeh_event_handler+0xf4/0x170 [c000000003c67da0] [c000000000194c58] kthread+0x1c8/0x1d0 [c000000003c67e10] [c00000000000cf64] ret_from_kernel_thread+0x5c/0x64To solve this issue, we need to verify page pool allocations beforefreeing. 漏洞公开时间:2024-04-17 19:15:08 漏洞创建时间:2024-04-17 12:44:19 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2024-26859 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | | | suse_bugzilla | http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-26859 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://www.cve.org/CVERecord?id=CVE-2024-26859 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-26859.mbox | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | suse_bugzilla | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | https://bugzilla.suse.com/show_bug.cgi?id=1223049 | | redhat_bugzilla | https://lore.kernel.org/linux-cve-announce/2024041735-CVE-2024-26859-a906@gregkh/T | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4211 | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4352 | https://bugzilla.redhat.com/show_bug.cgi?id=2275733 | | ubuntu | https://www.cve.org/CVERecord?id=CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/linus/d27e2da94a42655861ca4baea30c8cd65546f25d (6.9-rc1) | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://launchpad.net/bugs/cve/CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2024-26859 | https://ubuntu.com/security/CVE-2024-26859 | | debian | | https://security-tracker.debian.org/tracker/CVE-2024-26859 | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2024-26859 | | cve_search | | https://git.kernel.org/stable/c/7bcc090c81116c66936a7415f2c6b1483a4bcfd9 | | cve_search | | https://git.kernel.org/stable/c/4f37d3a7e004bbf560c21441ca9c022168017ec4 | | cve_search | | https://git.kernel.org/stable/c/8eebff95ce9558be66a36aa7cfb43223f3ab4699 | | cve_search | | https://git.kernel.org/stable/c/8ffcd3ccdbda0c918c4a0f922ef1c17010f1b598 | | cve_search | | https://git.kernel.org/stable/c/cf7d8cba639ae792a42c2a137b495eac262ac36c | | cve_search | | https://git.kernel.org/stable/c/3a9f78b297e08ca8e88ae3ecff1f6fe2766dc5eb | | cve_search | | https://git.kernel.org/stable/c/c51f8b6930db3f259b8820b589f2459d2df3fc68 | | cve_search | | https://git.kernel.org/stable/c/44f9f1abb0ecc43023225ab9539167facbabf0ec | | cve_search | | https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: openBrain开源漏洞感知系统 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | linux | | https://git.kernel.org/linus/d27e2da94a42655861ca4baea30c8cd65546f25d | https://git.kernel.org/linus/4cace675d687ebd2d813e90af80ff87ee85202f9 | ubuntu | </details> 二、漏洞分析结构反馈 影响性分析说明: Reserved. openEuler评分: 5.5 Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H 受影响版本排查(受影响/不受影响): 1.openEuler-20.03-LTS-SP4(4.19.90):受影响 2.openEuler-22.03-LTS-SP3(5.10.0):受影响 3.openEuler-22.03-LTS-SP4(5.10.0):不受影响 4.master(6.6.0):不受影响 5.openEuler-24.03-LTS(6.6.0):不受影响 6.openEuler-24.03-LTS-Next(6.6.0):不受影响 7.openEuler-24.03-LTS-SP1(6.6.0):不受影响 修复是否涉及abi变化(是/否): 1.openEuler-20.03-LTS-SP4(4.19.90):否 2.openEuler-22.03-LTS-SP1(5.10.0):否 3.openEuler-22.03-LTS-SP3(5.10.0):否 4.master(6.6.0):否 5.openEuler-24.03-LTS(6.6.0):否 6.openEuler-24.03-LTS-Next(6.6.0):否 7.openEuler-22.03-LTS-SP4(5.10.0):否 8.openEuler-24.03-LTS-SP1(6.6.0):否 原因说明: 1.openEuler-20.03-LTS-SP4(4.19.90):正常修复 2.openEuler-22.03-LTS-SP3(5.10.0):正常修复 3.master(6.6.0):不受影响-漏洞代码不能被攻击者触发 4.openEuler-24.03-LTS-Next(6.6.0):不受影响-漏洞代码不能被攻击者触发 5.openEuler-22.03-LTS-SP4(5.10.0):不受影响-漏洞代码不存在 6.openEuler-24.03-LTS(6.6.0):不受影响-漏洞代码不存在 7.openEuler-24.03-LTS-SP1(6.6.0):不受影响-漏洞代码不存在
Comments (
16
)
Sign in
to comment
Status
Done
Backlog
已挂起
Doing
Done
Declined
Assignees
Not set
Labels
CVE/FIXED
sig/Kernel
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)
参与者(2)
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