CVE-2022-48950
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: perf: Fix perf_pending_task() UaF Per syzbot it is possible for perf_pending_task() to run after the event is free()'d. There are two related but distinct cases: - the task_work was already queued before destroying the event; - destroying the event itself queues the task_work. The first cannot be solved using task_work_cancel() since perf_release() itself might be called from a task_work (____fput), which means the current->task_works list is already empty and task_work_cancel() won't be able to find the perf_pending_task()...
- CVSS
- 7.8
- EPSS
- 0.25% 16.5% percentile
- CISA KEV
- Not listed
- Published
- 2024.10.22