112 Star 72 Fork 316

src-openEuler/kernel

CVE-2022-49942

已完成
CVE和安全问题 拥有者
创建于  
2025-06-19 10:42

一、漏洞信息
漏洞编号:CVE-2022-49942
漏洞归属组件:kernel
漏洞归属的版本:6.6.0
CVSS V3.0分值:
BaseScore:N/A None
Vector:CVSS:3.0/
漏洞简述:
In the Linux kernel, the following vulnerability has been resolved:wifi: mac80211: Don t finalize CSA in IBSS mode if state is disconnectedWhen we are not connected to a channel, sending channel switch announcement doesn t make any sense.The BSS list is empty in that case. This causes the for loop incfg80211_get_bss() to be bypassed, so the function returns NULL(check line 1424 of net/wireless/scan.c), causing the WARN_ON()in ieee80211_ibss_csa_beacon() to get triggered (check line 500of net/mac80211/ibss.c), which was consequently reported on thesyzkaller dashboard.Thus, check if we have an existing connection before generatingthe CSA beacon in ieee80211_ibss_finish_csa().
漏洞公开时间:2025-06-18 19:15:21
漏洞创建时间:2025-06-19 10:42:04
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2022-49942

更多参考(点击展开)
参考来源 参考链接 来源链接
https://git.kernel.org/stable/c/15bc8966b6d3a5b9bfe4c9facfa02f2b69b1e5f0
https://git.kernel.org/stable/c/1691a48aef0a82d1754b9853dae7e3f5cacdf70b
https://git.kernel.org/stable/c/552ba102a6898630a7d16887f29e606d6fabe508
https://git.kernel.org/stable/c/66689c5c02acd4d76c28498fe220998610aec61e
https://git.kernel.org/stable/c/864e280cb3a9a0f5212b16ef5057c4e692f7039d
https://git.kernel.org/stable/c/cdb9a8da9b84800eb15506cd9363cf0cf059e677
https://git.kernel.org/stable/c/d9eb37db6a28b59a95a3461450ee209654c5f95b
https://git.kernel.org/stable/c/dd649b49219a0388cc10fc40e4c2ea681566a780
https://www.cve.org/CVERecord?id=CVE-2022-49942
https://nvd.nist.gov/vuln/detail/CVE-2022-49942
https://lore.kernel.org/linux-cve-announce/2025061807-CVE-2022-49942-8f93@gregkh/T
https://bugzilla.redhat.com/show_bug.cgi?id=2373421
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942
https://access.redhat.com/security/cve/CVE-2022-49942

漏洞分析指导链接:
https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md
漏洞数据来源:
七彩瞬析开源风险感知平台
漏洞补丁信息:

详情(点击展开)
影响的包 修复版本 修复补丁 问题引入补丁 来源
gregkh/linux https://github.com/gregkh/linux/commit/15bc8966b6d3a5b9bfe4c9facfa02f2b69b1e5f0.patch ljqc
https://git.kernel.org/stable/c/15bc8966b6d3a5b9bfe4c9facfa02f2b69b1e5f0 nvd
https://git.kernel.org/stable/c/1691a48aef0a82d1754b9853dae7e3f5cacdf70b nvd
https://git.kernel.org/stable/c/552ba102a6898630a7d16887f29e606d6fabe508 nvd
https://git.kernel.org/stable/c/66689c5c02acd4d76c28498fe220998610aec61e nvd
https://git.kernel.org/stable/c/864e280cb3a9a0f5212b16ef5057c4e692f7039d nvd
https://git.kernel.org/stable/c/cdb9a8da9b84800eb15506cd9363cf0cf059e677 nvd
https://git.kernel.org/stable/c/d9eb37db6a28b59a95a3461450ee209654c5f95b nvd
https://git.kernel.org/stable/c/dd649b49219a0388cc10fc40e4c2ea681566a780 nvd

二、漏洞分析结构反馈
影响性分析说明:
In the Linux kernel, the following vulnerability has been resolved:wifi: mac80211: Don t finalize CSA in IBSS mode if state is disconnectedWhen we are not connected to a channel, sending channel switch announcement doesn t make any sense.The BSS list is empty in that case. This causes the for loop incfg80211_get_bss() to be bypassed, so the function returns NULL(check line 1424 of net/wireless/scan.c), causing the WARN_ON()in ieee80211_ibss_csa_beacon() to get triggered (check line 500of net/mac80211/ibss.c), which was consequently reported on thesyzkaller dashboard.Thus, check if we have an existing connection before generatingthe CSA beacon in ieee80211_ibss_finish_csa().
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.12.33):不受影响
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):不受影响
8.openEuler-24.03-LTS-SP2(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.12.33):否
4.openEuler-24.03-LTS(6.6.0):否
5.openEuler-24.03-LTS-Next(6.6.0):否
6.openEuler-22.03-LTS-SP4(5.10.0):否
7.openEuler-24.03-LTS-SP1(6.6.0):否
8.openEuler-24.03-LTS-SP2(6.6.0):否

原因说明:
1.openEuler-20.03-LTS-SP4(4.19.90):正常修复
2.master(6.12.33):不受影响-漏洞代码不能被攻击者触发
3.openEuler-24.03-LTS-Next(6.6.0):不受影响-漏洞代码不能被攻击者触发
4.openEuler-22.03-LTS-SP3(5.10.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):不受影响-漏洞代码不存在
8.openEuler-24.03-LTS-SP2(6.6.0):不受影响-漏洞代码不存在

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

评论 (8)

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
预计工期 (小时)
开始日期   -   截止日期
-
置顶选项
优先级
关联仓库
关联里程碑
关联分支
参与者(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

搜索帮助