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
329
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-36904
Done
#I9U4LA
CVE和安全问题
openeuler-ci-bot
owner
Opened this issue
2024-06-01 05:49
一、漏洞信息 漏洞编号:[CVE-2024-36904](https://nvd.nist.gov/vuln/detail/CVE-2024-36904) 漏洞归属组件:[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 V2.0分值: BaseScore:0.0 None Vector:CVSS:2.0/ 漏洞简述: In the Linux kernel, the following vulnerability has been resolved:tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Anderson Nascimento reported a use-after-free splat in tcp_twsk_unique()with nice analysis.Since commit ec94c2696f0b ( tcp/dccp: avoid one atomic operation fortimewait hashdance ), inet_twsk_hashdance() sets TIME-WAIT socket ssk_refcnt after putting it into ehash and releasing the bucket lock.Thus, there is a small race window where other threads could try toreuse the port during connect() and call sock_hold() in tcp_twsk_unique()for the TIME-WAIT socket with zero refcnt.If that happens, the refcnt taken by tcp_twsk_unique() is overwrittenand sock_put() will cause underflow, triggering a real use-after-freesomewhere else.To avoid the use-after-free, we need to use refcount_inc_not_zero() intcp_twsk_unique() and give up on reusing the port if it returns false.[0]:refcount_t: addition on 0; use-after-free.WARNING: CPU: 0 PID: 1039313 at lib/refcount.c:25 refcount_warn_saturate+0xe5/0x110CPU: 0 PID: 1039313 Comm: trigger Not tainted 6.8.6-200.fc39.x86_64 #1Hardware name: VMware, Inc. VMware20,1/440BX Desktop Reference Platform, BIOS VMW201.00V.21805430.B64.2305221830 05/22/2023RIP: 0010:refcount_warn_saturate+0xe5/0x110Code: 42 8e ff 0f 0b c3 cc cc cc cc 80 3d aa 13 ea 01 00 0f 85 5e ff ff ff 48 c7 c7 f8 8e b7 82 c6 05 96 13 ea 01 01 e8 7b 42 8e ff <0f> 0b c3 cc cc cc cc 48 c7 c7 50 8f b7 82 c6 05 7a 13 ea 01 01 e8RSP: 0018:ffffc90006b43b60 EFLAGS: 00010282RAX: 0000000000000000 RBX: ffff888009bb3ef0 RCX: 0000000000000027RDX: ffff88807be218c8 RSI: 0000000000000001 RDI: ffff88807be218c0RBP: 0000000000069d70 R08: 0000000000000000 R09: ffffc90006b439f0R10: ffffc90006b439e8 R11: 0000000000000003 R12: ffff8880029ede84R13: 0000000000004e20 R14: ffffffff84356dc0 R15: ffff888009bb3ef0FS: 00007f62c10926c0(0000) GS:ffff88807be00000(0000) knlGS:0000000000000000CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033CR2: 0000000020ccb000 CR3: 000000004628c005 CR4: 0000000000f70ef0PKRU: 55555554Call Trace: <TASK> ? refcount_warn_saturate+0xe5/0x110 ? __warn+0x81/0x130 ? refcount_warn_saturate+0xe5/0x110 ? report_bug+0x171/0x1a0 ? refcount_warn_saturate+0xe5/0x110 ? handle_bug+0x3c/0x80 ? exc_invalid_op+0x17/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? refcount_warn_saturate+0xe5/0x110 tcp_twsk_unique+0x186/0x190 __inet_check_established+0x176/0x2d0 __inet_hash_connect+0x74/0x7d0 ? __pfx___inet_check_established+0x10/0x10 tcp_v4_connect+0x278/0x530 __inet_stream_connect+0x10f/0x3d0 inet_stream_connect+0x3a/0x60 __sys_connect+0xa8/0xd0 __x64_sys_connect+0x18/0x20 do_syscall_64+0x83/0x170 entry_SYSCALL_64_after_hwframe+0x78/0x80RIP: 0033:0x7f62c11a885dCode: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a3 45 0c 00 f7 d8 64 89 01 48RSP: 002b:00007f62c1091e58 EFLAGS: 00000296 ORIG_RAX: 000000000000002aRAX: ffffffffffffffda RBX: 0000000020ccb004 RCX: 00007f62c11a885dRDX: 0000000000000010 RSI: 0000000020ccb000 RDI: 0000000000000003RBP: 00007f62c1091e90 R08: 0000000000000000 R09: 0000000000000000R10: 0000000000000000 R11: 0000000000000296 R12: 00007f62c10926c0R13: ffffffffffffff88 R14: 0000000000000000 R15: 00007ffe237885b0 </TASK> 漏洞公开时间:2024-05-31 00:15:13 漏洞创建时间:2024-06-01 05:49:25 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2024-36904 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/13ed7cdf079686ccd3618335205700c03f6fb446 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/1796ca9c6f5bd50554214053af5f47d112818ee3 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/1d9cf07810c30ef7948879567d10fd1f01121d34 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/27b0284d8be182a81feb65581ab6a724dfd596e8 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/517e32ea0a8c72202d0d8aa8df50a7cd3d6fdefc | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/6e48faad92be13166184d21506e4e54c79c13adc | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/84546cc1aeeb4df3e444b18a4293c9823f974be9 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html | | | suse_bugzilla | http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36904 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-36904.mbox | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/84546cc1aeeb4df3e444b18a4293c9823f974be9 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/1796ca9c6f5bd50554214053af5f47d112818ee3 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/1d9cf07810c30ef7948879567d10fd1f01121d34 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/27b0284d8be182a81feb65581ab6a724dfd596e8 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/13ed7cdf079686ccd3618335205700c03f6fb446 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/6e48faad92be13166184d21506e4e54c79c13adc | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/517e32ea0a8c72202d0d8aa8df50a7cd3d6fdefc | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://www.cve.org/CVERecord?id=CVE-2024-36904 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | redhat_bugzilla | https://lore.kernel.org/linux-cve-announce/2024053036-CVE-2024-36904-2273@gregkh/T | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4583 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4823 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4831 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:5102 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:5101 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:5692 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:6206 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | ubuntu | https://www.cve.org/CVERecord?id=CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/linus/f2db7230f73a80dbb179deab78f88a7947f0ab7e (6.9) | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/84546cc1aeeb4df3e444b18a4293c9823f974be9 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/1796ca9c6f5bd50554214053af5f47d112818ee3 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/1d9cf07810c30ef7948879567d10fd1f01121d34 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/27b0284d8be182a81feb65581ab6a724dfd596e8 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/13ed7cdf079686ccd3618335205700c03f6fb446 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/6e48faad92be13166184d21506e4e54c79c13adc | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/517e32ea0a8c72202d0d8aa8df50a7cd3d6fdefc | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6949-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6952-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6953-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6955-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6956-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6957-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-3 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6949-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6952-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-3 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-4 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-4 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://launchpad.net/bugs/cve/CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | debian | | https://security-tracker.debian.org/tracker/CVE-2024-36904 | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2024-36904 | | mageia | | http://advisories.mageia.org/MGASA-2024-0263.html | | amazon_linux_explore | https://access.redhat.com/security/cve/CVE-2024-36904 | https://explore.alas.aws.amazon.com/CVE-2024-36904.html | | amazon_linux_explore | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36904 | https://explore.alas.aws.amazon.com/CVE-2024-36904.html | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | linux | | https://git.kernel.org/linus/f2db7230f73a80dbb179deab78f88a7947f0ab7e | https://git.kernel.org/linus/ec94c2696f0bcd5ae92a553244e4ac30d2171a2d | ubuntu | </details> 二、漏洞分析结构反馈 影响性分析说明: In the Linux kernel, the following vulnerability has been resolved:tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Anderson Nascimento reported a use-after-free splat in tcp_twsk_unique()with nice analysis.Since commit ec94c2696f0b ( tcp/dccp: avoid one atomic operation fortimewait hashdance ), inet_twsk_hashdance() sets TIME-WAIT socket ssk_refcnt after putting it into ehash and releasing the bucket lock.Thus, there is a small race window where other threads could try toreuse the port during connect() and call sock_hold() in tcp_twsk_unique()for the TIME-WAIT socket with zero refcnt.If that happens, the refcnt taken by tcp_twsk_unique() is overwrittenand sock_put() will cause underflow, triggering a real use-after-freesomewhere else.To avoid the use-after-free, we need to use refcount_inc_not_zero() intcp_twsk_unique() and give up on reusing the port if it returns false.[0]:refcount_t: addition on 0; use-after-free.WARNING: CPU: 0 PID: 1039313 at lib/refcount.c:25 refcount_warn_saturate+0xe5/0x110CPU: 0 PID: 1039313 Comm: trigger Not tainted 6.8.6-200.fc39.x86_64 #1Hardware name: VMware, Inc. VMware20,1/440BX Desktop Reference Platform, BIOS VMW201.00V.21805430.B64.2305221830 05/22/2023RIP: 0010:refcount_warn_saturate+0xe5/0x110Code: 42 8e ff 0f 0b c3 cc cc cc cc 80 3d aa 13 ea 01 00 0f 85 5e ff ff ff 48 c7 c7 f8 8e b7 82 c6 05 96 13 ea 01 01 e8 7b 42 8e ff <0f> 0b c3 cc cc cc cc 48 c7 c7 50 8f b7 82 c6 05 7a 13 ea 01 01 e8RSP: 0018:ffffc90006b43b60 EFLAGS: 00010282RAX: 0000000000000000 RBX: ffff888009bb3ef0 RCX: 0000000000000027RDX: ffff88807be218c8 RSI: 0000000000000001 RDI: ffff88807be218c0RBP: 0000000000069d70 R08: 0000000000000000 R09: ffffc90006b439f0R10: ffffc90006b439e8 R11: 0000000000000003 R12: ffff8880029ede84R13: 0000000000004e20 R14: ffffffff84356dc0 R15: ffff888009bb3ef0FS: 00007f62c10926c0(0000) GS:ffff88807be00000(0000) knlGS:0000000000000000CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033CR2: 0000000020ccb000 CR3: 000000004628c005 CR4: 0000000000f70ef0PKRU: 55555554Call Trace: <TASK> ? refcount_warn_saturate+0xe5/0x110 ? __warn+0x81/0x130 ? refcount_warn_saturate+0xe5/0x110 ? report_bug+0x171/0x1a0 ? refcount_warn_saturate+0xe5/0x110 ? handle_bug+0x3c/0x80 ? exc_invalid_op+0x17/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? refcount_warn_saturate+0xe5/0x110 tcp_twsk_unique+0x186/0x190 __inet_check_established+0x176/0x2d0 __inet_hash_connect+0x74/0x7d0 ? __pfx___inet_check_established+0x10/0x10 tcp_v4_connect+0x278/0x530 __inet_stream_connect+0x10f/0x3d0 inet_stream_connect+0x3a/0x60 __sys_connect+0xa8/0xd0 __x64_sys_connect+0x18/0x20 do_syscall_64+0x83/0x170 entry_SYSCALL_64_after_hwframe+0x78/0x80RIP: 0033:0x7f62c11a885dCode: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a3 45 0c 00 f7 d8 64 89 01 48RSP: 002b:00007f62c1091e58 EFLAGS: 00000296 ORIG_RAX: 000000000000002aRAX: ffffffffffffffda RBX: 0000000020ccb004 RCX: 00007f62c11a885dRDX: 0000000000000010 RSI: 0000000020ccb000 RDI: 0000000000000003RBP: 00007f62c1091e90 R08: 0000000000000000 R09: 0000000000000000R10: 0000000000000000 R11: 0000000000000296 R12: 00007f62c10926c0R13: ffffffffffffff88 R14: 0000000000000000 R15: 00007ffe237885b0 </TASK> openEuler评分: 7.0 Vector:CVSS:2.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 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.openEuler-22.03-LTS-SP4(5.10.0):受影响 5.openEuler-24.03-LTS(6.6.0):受影响 6.master(6.6.0):不受影响 7.openEuler-24.03-LTS-Next(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):否 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-HotPatchSA-2024-1034
一、漏洞信息 漏洞编号:[CVE-2024-36904](https://nvd.nist.gov/vuln/detail/CVE-2024-36904) 漏洞归属组件:[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 V2.0分值: BaseScore:0.0 None Vector:CVSS:2.0/ 漏洞简述: In the Linux kernel, the following vulnerability has been resolved:tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Anderson Nascimento reported a use-after-free splat in tcp_twsk_unique()with nice analysis.Since commit ec94c2696f0b ( tcp/dccp: avoid one atomic operation fortimewait hashdance ), inet_twsk_hashdance() sets TIME-WAIT socket ssk_refcnt after putting it into ehash and releasing the bucket lock.Thus, there is a small race window where other threads could try toreuse the port during connect() and call sock_hold() in tcp_twsk_unique()for the TIME-WAIT socket with zero refcnt.If that happens, the refcnt taken by tcp_twsk_unique() is overwrittenand sock_put() will cause underflow, triggering a real use-after-freesomewhere else.To avoid the use-after-free, we need to use refcount_inc_not_zero() intcp_twsk_unique() and give up on reusing the port if it returns false.[0]:refcount_t: addition on 0; use-after-free.WARNING: CPU: 0 PID: 1039313 at lib/refcount.c:25 refcount_warn_saturate+0xe5/0x110CPU: 0 PID: 1039313 Comm: trigger Not tainted 6.8.6-200.fc39.x86_64 #1Hardware name: VMware, Inc. VMware20,1/440BX Desktop Reference Platform, BIOS VMW201.00V.21805430.B64.2305221830 05/22/2023RIP: 0010:refcount_warn_saturate+0xe5/0x110Code: 42 8e ff 0f 0b c3 cc cc cc cc 80 3d aa 13 ea 01 00 0f 85 5e ff ff ff 48 c7 c7 f8 8e b7 82 c6 05 96 13 ea 01 01 e8 7b 42 8e ff <0f> 0b c3 cc cc cc cc 48 c7 c7 50 8f b7 82 c6 05 7a 13 ea 01 01 e8RSP: 0018:ffffc90006b43b60 EFLAGS: 00010282RAX: 0000000000000000 RBX: ffff888009bb3ef0 RCX: 0000000000000027RDX: ffff88807be218c8 RSI: 0000000000000001 RDI: ffff88807be218c0RBP: 0000000000069d70 R08: 0000000000000000 R09: ffffc90006b439f0R10: ffffc90006b439e8 R11: 0000000000000003 R12: ffff8880029ede84R13: 0000000000004e20 R14: ffffffff84356dc0 R15: ffff888009bb3ef0FS: 00007f62c10926c0(0000) GS:ffff88807be00000(0000) knlGS:0000000000000000CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033CR2: 0000000020ccb000 CR3: 000000004628c005 CR4: 0000000000f70ef0PKRU: 55555554Call Trace: <TASK> ? refcount_warn_saturate+0xe5/0x110 ? __warn+0x81/0x130 ? refcount_warn_saturate+0xe5/0x110 ? report_bug+0x171/0x1a0 ? refcount_warn_saturate+0xe5/0x110 ? handle_bug+0x3c/0x80 ? exc_invalid_op+0x17/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? refcount_warn_saturate+0xe5/0x110 tcp_twsk_unique+0x186/0x190 __inet_check_established+0x176/0x2d0 __inet_hash_connect+0x74/0x7d0 ? __pfx___inet_check_established+0x10/0x10 tcp_v4_connect+0x278/0x530 __inet_stream_connect+0x10f/0x3d0 inet_stream_connect+0x3a/0x60 __sys_connect+0xa8/0xd0 __x64_sys_connect+0x18/0x20 do_syscall_64+0x83/0x170 entry_SYSCALL_64_after_hwframe+0x78/0x80RIP: 0033:0x7f62c11a885dCode: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a3 45 0c 00 f7 d8 64 89 01 48RSP: 002b:00007f62c1091e58 EFLAGS: 00000296 ORIG_RAX: 000000000000002aRAX: ffffffffffffffda RBX: 0000000020ccb004 RCX: 00007f62c11a885dRDX: 0000000000000010 RSI: 0000000020ccb000 RDI: 0000000000000003RBP: 00007f62c1091e90 R08: 0000000000000000 R09: 0000000000000000R10: 0000000000000000 R11: 0000000000000296 R12: 00007f62c10926c0R13: ffffffffffffff88 R14: 0000000000000000 R15: 00007ffe237885b0 </TASK> 漏洞公开时间:2024-05-31 00:15:13 漏洞创建时间:2024-06-01 05:49:25 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2024-36904 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/13ed7cdf079686ccd3618335205700c03f6fb446 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/1796ca9c6f5bd50554214053af5f47d112818ee3 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/1d9cf07810c30ef7948879567d10fd1f01121d34 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/27b0284d8be182a81feb65581ab6a724dfd596e8 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/517e32ea0a8c72202d0d8aa8df50a7cd3d6fdefc | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/6e48faad92be13166184d21506e4e54c79c13adc | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/84546cc1aeeb4df3e444b18a4293c9823f974be9 | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html | | | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html | | | suse_bugzilla | http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36904 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-36904.mbox | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/84546cc1aeeb4df3e444b18a4293c9823f974be9 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/1796ca9c6f5bd50554214053af5f47d112818ee3 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/1d9cf07810c30ef7948879567d10fd1f01121d34 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/27b0284d8be182a81feb65581ab6a724dfd596e8 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/13ed7cdf079686ccd3618335205700c03f6fb446 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/6e48faad92be13166184d21506e4e54c79c13adc | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/517e32ea0a8c72202d0d8aa8df50a7cd3d6fdefc | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | suse_bugzilla | https://www.cve.org/CVERecord?id=CVE-2024-36904 | https://bugzilla.suse.com/show_bug.cgi?id=1225732 | | redhat_bugzilla | https://lore.kernel.org/linux-cve-announce/2024053036-CVE-2024-36904-2273@gregkh/T | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4583 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4823 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:4831 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:5102 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:5101 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:5692 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | redhat_bugzilla | https://access.redhat.com/errata/RHSA-2024:6206 | https://bugzilla.redhat.com/show_bug.cgi?id=2284541 | | ubuntu | https://www.cve.org/CVERecord?id=CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/linus/f2db7230f73a80dbb179deab78f88a7947f0ab7e (6.9) | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/84546cc1aeeb4df3e444b18a4293c9823f974be9 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/1796ca9c6f5bd50554214053af5f47d112818ee3 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/1d9cf07810c30ef7948879567d10fd1f01121d34 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/27b0284d8be182a81feb65581ab6a724dfd596e8 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/13ed7cdf079686ccd3618335205700c03f6fb446 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/6e48faad92be13166184d21506e4e54c79c13adc | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/517e32ea0a8c72202d0d8aa8df50a7cd3d6fdefc | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6949-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6952-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6953-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6955-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6956-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6957-1 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-3 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6949-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6952-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-2 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-3 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6950-4 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://ubuntu.com/security/notices/USN-6951-4 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://nvd.nist.gov/vuln/detail/CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://launchpad.net/bugs/cve/CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | ubuntu | https://security-tracker.debian.org/tracker/CVE-2024-36904 | https://ubuntu.com/security/CVE-2024-36904 | | debian | | https://security-tracker.debian.org/tracker/CVE-2024-36904 | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2024-36904 | | mageia | | http://advisories.mageia.org/MGASA-2024-0263.html | | amazon_linux_explore | https://access.redhat.com/security/cve/CVE-2024-36904 | https://explore.alas.aws.amazon.com/CVE-2024-36904.html | | amazon_linux_explore | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36904 | https://explore.alas.aws.amazon.com/CVE-2024-36904.html | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: 其它 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | linux | | https://git.kernel.org/linus/f2db7230f73a80dbb179deab78f88a7947f0ab7e | https://git.kernel.org/linus/ec94c2696f0bcd5ae92a553244e4ac30d2171a2d | ubuntu | </details> 二、漏洞分析结构反馈 影响性分析说明: In the Linux kernel, the following vulnerability has been resolved:tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Anderson Nascimento reported a use-after-free splat in tcp_twsk_unique()with nice analysis.Since commit ec94c2696f0b ( tcp/dccp: avoid one atomic operation fortimewait hashdance ), inet_twsk_hashdance() sets TIME-WAIT socket ssk_refcnt after putting it into ehash and releasing the bucket lock.Thus, there is a small race window where other threads could try toreuse the port during connect() and call sock_hold() in tcp_twsk_unique()for the TIME-WAIT socket with zero refcnt.If that happens, the refcnt taken by tcp_twsk_unique() is overwrittenand sock_put() will cause underflow, triggering a real use-after-freesomewhere else.To avoid the use-after-free, we need to use refcount_inc_not_zero() intcp_twsk_unique() and give up on reusing the port if it returns false.[0]:refcount_t: addition on 0; use-after-free.WARNING: CPU: 0 PID: 1039313 at lib/refcount.c:25 refcount_warn_saturate+0xe5/0x110CPU: 0 PID: 1039313 Comm: trigger Not tainted 6.8.6-200.fc39.x86_64 #1Hardware name: VMware, Inc. VMware20,1/440BX Desktop Reference Platform, BIOS VMW201.00V.21805430.B64.2305221830 05/22/2023RIP: 0010:refcount_warn_saturate+0xe5/0x110Code: 42 8e ff 0f 0b c3 cc cc cc cc 80 3d aa 13 ea 01 00 0f 85 5e ff ff ff 48 c7 c7 f8 8e b7 82 c6 05 96 13 ea 01 01 e8 7b 42 8e ff <0f> 0b c3 cc cc cc cc 48 c7 c7 50 8f b7 82 c6 05 7a 13 ea 01 01 e8RSP: 0018:ffffc90006b43b60 EFLAGS: 00010282RAX: 0000000000000000 RBX: ffff888009bb3ef0 RCX: 0000000000000027RDX: ffff88807be218c8 RSI: 0000000000000001 RDI: ffff88807be218c0RBP: 0000000000069d70 R08: 0000000000000000 R09: ffffc90006b439f0R10: ffffc90006b439e8 R11: 0000000000000003 R12: ffff8880029ede84R13: 0000000000004e20 R14: ffffffff84356dc0 R15: ffff888009bb3ef0FS: 00007f62c10926c0(0000) GS:ffff88807be00000(0000) knlGS:0000000000000000CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033CR2: 0000000020ccb000 CR3: 000000004628c005 CR4: 0000000000f70ef0PKRU: 55555554Call Trace: <TASK> ? refcount_warn_saturate+0xe5/0x110 ? __warn+0x81/0x130 ? refcount_warn_saturate+0xe5/0x110 ? report_bug+0x171/0x1a0 ? refcount_warn_saturate+0xe5/0x110 ? handle_bug+0x3c/0x80 ? exc_invalid_op+0x17/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? refcount_warn_saturate+0xe5/0x110 tcp_twsk_unique+0x186/0x190 __inet_check_established+0x176/0x2d0 __inet_hash_connect+0x74/0x7d0 ? __pfx___inet_check_established+0x10/0x10 tcp_v4_connect+0x278/0x530 __inet_stream_connect+0x10f/0x3d0 inet_stream_connect+0x3a/0x60 __sys_connect+0xa8/0xd0 __x64_sys_connect+0x18/0x20 do_syscall_64+0x83/0x170 entry_SYSCALL_64_after_hwframe+0x78/0x80RIP: 0033:0x7f62c11a885dCode: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a3 45 0c 00 f7 d8 64 89 01 48RSP: 002b:00007f62c1091e58 EFLAGS: 00000296 ORIG_RAX: 000000000000002aRAX: ffffffffffffffda RBX: 0000000020ccb004 RCX: 00007f62c11a885dRDX: 0000000000000010 RSI: 0000000020ccb000 RDI: 0000000000000003RBP: 00007f62c1091e90 R08: 0000000000000000 R09: 0000000000000000R10: 0000000000000000 R11: 0000000000000296 R12: 00007f62c10926c0R13: ffffffffffffff88 R14: 0000000000000000 R15: 00007ffe237885b0 </TASK> openEuler评分: 7.0 Vector:CVSS:2.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 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.openEuler-22.03-LTS-SP4(5.10.0):受影响 5.openEuler-24.03-LTS(6.6.0):受影响 6.master(6.6.0):不受影响 7.openEuler-24.03-LTS-Next(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):否 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-HotPatchSA-2024-1034
Comments (
14
)
Sign in
to comment
Status
Done
Backlog
已挂起
Doing
Done
Declined
Assignees
Not set
sanglipeng
sanglipeng
Assignee
Collaborator
+Assign
+Mention
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)
参与者(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