First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() If bpf_link_prime() fails, bpf_uprobe_multi_link_attach() goes to the error_free label and frees the array of bpf_uprobe's without calling bpf_uprobe_unregister(). This leaks bpf_uprobe->uprobe and worse, this frees bpf_uprobe->consumer without removing it from the uprobe->consumers list.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | >=6.6<6.6.54 | |
Linux kernel | >=6.7<6.10.13 | |
Linux kernel | >=6.11<6.11.2 | |
Linux Kernel | >=6.6<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47675 has a severity rating that indicates a potential risk for a use-after-free vulnerability in the Linux kernel.
To fix CVE-2024-47675, upgrade the Linux kernel to a version that patches the vulnerability.
CVE-2024-47675 affects Linux kernel versions from 6.6 to 6.6.54, 6.7 to 6.10.13, and 6.11 to 6.11.2.
In the context of CVE-2024-47675, a use-after-free vulnerability allows a program to access memory that has already been freed, potentially leading to security issues.
Exploitation of CVE-2024-47675 may require specific conditions, so its ease of exploitation depends on the environment and usage of the affected kernel functions.