CVE-2024-56675
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
27/12/2024
Last modified:
10/02/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors<br />
<br />
Uprobes always use bpf_prog_run_array_uprobe() under tasks-trace-RCU<br />
protection. But it is possible to attach a non-sleepable BPF program to a<br />
uprobe, and non-sleepable BPF programs are freed via normal RCU (see<br />
__bpf_prog_put_noref()). This leads to UAF of the bpf_prog because a normal<br />
RCU grace period does not imply a tasks-trace-RCU grace period.<br />
<br />
Fix it by explicitly waiting for a tasks-trace-RCU grace period after<br />
removing the attachment of a bpf_prog to a perf_event.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
CPE | From | Up to |
---|---|---|
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.0 (including) | 6.1.121 (excluding) |
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.67 (excluding) |
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.6 (excluding) |
cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* | ||
cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page