CVE-2022-50266 (CNNVD-202509-2171)
中文标题:
Linux kernel 安全漏洞
英文标题:
kprobes: Fix check for probe enabled in kill_kprobe()
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未正确检查探针启用状态,可能导致空指针取消引用。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs to be called always fails. This is because before that we set the KPROBE_FLAG_GONE flag for kprobe so that "!kprobe_disabled(p)" is always false. The disarm_kprobe_ftrace() call introduced by commit: 0cb2f1372baa ("kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler") to fix the NULL pointer reference problem. When the probe is enabled, if we do not disarm it, this problem still exists. Fix it by putting the probe enabled check before setting the KPROBE_FLAG_GONE flag.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | 3c5f8d371b7fef3e3714c4a062c7f3b4aa41d122 | - | - |
cpe:2.3:a:linux:linux:3c5f8d371b7fef3e3714c4a062c7f3b4aa41d122:*:*:*:*:*:*:*
|
| Linux | Linux | 9b55d84deec88c02b053a819acf08a6d471dda02 | - | - |
cpe:2.3:a:linux:linux:9b55d84deec88c02b053a819acf08a6d471dda02:*:*:*:*:*:*:*
|
| Linux | Linux | 2295608b44c91df767a5c68027f9c9e52ecb28e7 | - | - |
cpe:2.3:a:linux:linux:2295608b44c91df767a5c68027f9c9e52ecb28e7:*:*:*:*:*:*:*
|
| Linux | Linux | ce7ff920092130f249b75f9fe177edb3362fefe8 | - | - |
cpe:2.3:a:linux:linux:ce7ff920092130f249b75f9fe177edb3362fefe8:*:*:*:*:*:*:*
|
| Linux | Linux | 3995f7a60feceba6c8f762f4aff3184f90a1291d | - | - |
cpe:2.3:a:linux:linux:3995f7a60feceba6c8f762f4aff3184f90a1291d:*:*:*:*:*:*:*
|
| Linux | Linux | 247c62ebdfae450bb76dd89cd4724df6be07df75 | - | - |
cpe:2.3:a:linux:linux:247c62ebdfae450bb76dd89cd4724df6be07df75:*:*:*:*:*:*:*
|
| Linux | Linux | 5.9 | - | - |
cpe:2.3:a:linux:linux:5.9:*:*:*:*:*:*:*
|
| linux | linux_kernel | * | - | - |
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
| linux | linux_kernel | 5.9 | - | - |
cpe:2.3:o:linux:linux_kernel:5.9:-:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2022-50266 |
2025-11-11 15:21:44 | 2025-11-11 07:37:58 |
| NVD | nvd_CVE-2022-50266 |
2025-11-11 14:58:37 | 2025-11-11 07:46:08 |
| CNNVD | cnnvd_CNNVD-202509-2171 |
2025-11-11 15:12:57 | 2025-11-11 08:00:11 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 7 -> 9
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202509-2171
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']