漏洞标题
修复perf_cgroup_switch()中性能列表的破坏问题
漏洞描述信息
在Linux内核中,已解决了以下漏洞:
perf:修复perf_cgroup_switch()中的列表破坏问题
在cgrp_cpuctx_list上存在列表破坏。这个问题发生在以下路径上:
perf_cgroup_switch: list_for_each_entry(cgrp_cpuctx_list)
cpu_ctx_sched_in
ctx_sched_in
ctx_pinned_sched_in
merge_sched_in
perf_cgroup_event_disable: 从列表中移除事件
使用list_for_each_entry_safe()在迭代过程中允许移除条目。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
跨界内存写
漏洞标题
perf: Fix list corruption in perf_cgroup_switch()
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
perf: Fix list corruption in perf_cgroup_switch()
There's list corruption on cgrp_cpuctx_list. This happens on the
following path:
perf_cgroup_switch: list_for_each_entry(cgrp_cpuctx_list)
cpu_ctx_sched_in
ctx_sched_in
ctx_pinned_sched_in
merge_sched_in
perf_cgroup_event_disable: remove the event from the list
Use list_for_each_entry_safe() to allow removing an entry during
iteration.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于perf模块中发现列表损坏问题。perf_cgroup_switch中的cgrp_cpuctx_list列表损坏。
CVSS信息
N/A
漏洞类别
其他