CVE-2024-47675
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
21/10/2024
Last modified:
23/10/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()<br />
<br />
If bpf_link_prime() fails, bpf_uprobe_multi_link_attach() goes to the<br />
error_free label and frees the array of bpf_uprobe&#39;s without calling<br />
bpf_uprobe_unregister().<br />
<br />
This leaks bpf_uprobe->uprobe and worse, this frees bpf_uprobe->consumer<br />
without removing it from the uprobe->consumers list.
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.6 (including) | 6.6.54 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.10.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.11.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



