113 Star 72 Fork 311

src-openEuler/kernel

CVE-2025-21629

Done
CVE和安全问题 owner
Opened this issue  
2025-01-17 01:16

一、漏洞信息
漏洞编号:CVE-2025-21629
漏洞归属组件:kernel
漏洞归属的版本:4.19.140,4.19.194,4.19.90,5.10.0,6.1.19,6.4.0,6.6.0
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
漏洞简述:
In the Linux kernel, the following vulnerability has been resolved:net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsThe blamed commit disabled hardware offoad of IPv6 packets withextension headers on devices that advertise NETIF_F_IPV6_CSUM,based on the definition of that feature in skbuff.h: * * - %NETIF_F_IPV6_CSUM * - Driver (device) is only able to checksum plain * TCP or UDP packets over IPv6. These are specifically * unencapsulated packets of the form IPv6|TCP or * IPv6|UDP where the Next Header field in the IPv6 * header is either TCP or UDP. IPv6 extension headers * are not supported with this feature. This feature * cannot be set in features for a device with * NETIF_F_HW_CSUM also set. This feature is being * DEPRECATED (see below).The change causes skb_warn_bad_offload to fire for BIG TCPpackets.[ 496.310233] WARNING: CPU: 13 PID: 23472 at net/core/dev.c:3129 skb_warn_bad_offload+0xc4/0xe0[ 496.310297] ? skb_warn_bad_offload+0xc4/0xe0[ 496.310300] skb_checksum_help+0x129/0x1f0[ 496.310303] skb_csum_hwoffload_help+0x150/0x1b0[ 496.310306] validate_xmit_skb+0x159/0x270[ 496.310309] validate_xmit_skb_list+0x41/0x70[ 496.310312] sch_direct_xmit+0x5c/0x250[ 496.310317] __qdisc_run+0x388/0x620BIG TCP introduced an IPV6_TLV_JUMBO IPv6 extension header tocommunicate packet length, as this is an IPv6 jumbogram. But, thefeature is only enabled on devices that support BIG TCP TSO. Theheader is only present for PF_PACKET taps like tcpdump, and nottransmitted by physical devices.For this specific case of extension headers that are nottransmitted, return to the situation before the blamed commitand support hardware offload.ipv6_has_hopopt_jumbo() tests not only whether this header is present,but also that it is the only extension header before a terminal (L4)header.
漏洞公开时间:2025-01-15 21:15:15
漏洞创建时间:2025-01-17 01:16:39
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2025-21629

更多参考(点击展开)
参考来源 参考链接 来源链接
416baaa9-dc9f-4396-8d5f-8c081fb06d67 https://git.kernel.org/stable/c/68e068cabd2c6c533ef934c2e5151609cf6ecc6d
416baaa9-dc9f-4396-8d5f-8c081fb06d67 https://git.kernel.org/stable/c/95ccf006bbc8b59044313b8c309dcf29c546abd4
416baaa9-dc9f-4396-8d5f-8c081fb06d67 https://git.kernel.org/stable/c/ac9cfef69565021c9e1022a493a9c40b03e2caf9
416baaa9-dc9f-4396-8d5f-8c081fb06d67 https://git.kernel.org/stable/c/d3b7a9c7597b779039a51d7b34116fbe424bf2b7
suse_bugzilla http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2025-21629 https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2025/CVE-2025-21629.mbox https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://git.kernel.org/stable/c/ac9cfef69565021c9e1022a493a9c40b03e2caf9 https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://git.kernel.org/stable/c/95ccf006bbc8b59044313b8c309dcf29c546abd4 https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://git.kernel.org/stable/c/d3b7a9c7597b779039a51d7b34116fbe424bf2b7 https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://git.kernel.org/stable/c/68e068cabd2c6c533ef934c2e5151609cf6ecc6d https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://www.cve.org/CVERecord?id=CVE-2025-21629 https://bugzilla.suse.com/show_bug.cgi?id=1235968
suse_bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2338186 https://bugzilla.suse.com/show_bug.cgi?id=1235968
redhat_bugzilla https://lore.kernel.org/linux-cve-announce/2025011517-CVE-2025-21629-e230@gregkh/T https://bugzilla.redhat.com/show_bug.cgi?id=2338186

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

详情(点击展开)

二、漏洞分析结构反馈
影响性分析说明:
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-24.03-LTS(6.6.0):受影响
2.openEuler-24.03-LTS-SP1(6.6.0):受影响
3.openEuler-20.03-LTS-SP4(4.19.90):不受影响
4.openEuler-22.03-LTS-SP3(5.10.0):不受影响
5.openEuler-22.03-LTS-SP4:不受影响
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-SP3(5.10.0):否
3.master(6.6.0):否
4.openEuler-24.03-LTS(6.6.0):否
5.openEuler-24.03-LTS-Next(6.6.0):否
6.openEuler-22.03-LTS-SP4:否
7.openEuler-24.03-LTS-SP1(6.6.0):否

原因说明:
1.openEuler-24.03-LTS(6.6.0):正常修复
2.openEuler-24.03-LTS-SP1(6.6.0):正常修复
3.master(6.6.0):不受影响-漏洞代码不能被攻击者触发
4.openEuler-24.03-LTS-Next(6.6.0):不受影响-漏洞代码不能被攻击者触发
5.openEuler-20.03-LTS-SP4(4.19.90):不受影响-漏洞代码不存在
6.openEuler-22.03-LTS-SP3(5.10.0):不受影响-漏洞代码不存在
7.openEuler-22.03-LTS-SP4:不受影响-漏洞代码不存在

三、漏洞修复
安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2025-1321

Comments (19)

Sign in to comment

Status
Assignees
Projects
Milestones
Pull Requests
Successfully merging a pull request will close this issue.
Branches
Duration (hours)
Planed to start   -   Planed to end
-
Top level
Priority
关联仓库
关联里程碑
关联分支
参与者(1)
5329419 openeuler ci bot 1632792936
1
https://gitee.com/src-openeuler/kernel.git
git@gitee.com:src-openeuler/kernel.git
src-openeuler
kernel
kernel

Search