First published: Tue Nov 05 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: bpf: Add the missing BPF_LINK_TYPE invocation for sockmap There is an out-of-bounds read in bpf_link_show_fdinfo() for the sockmap link fd. Fix it by adding the missing BPF_LINK_TYPE invocation for sockmap link Also add comments for bpf_link_type to prevent missing updates in the future.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.10<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50123 has a moderate severity level due to the potential for an out-of-bounds read in the Linux kernel.
To fix CVE-2024-50123, update the Linux kernel to a version that includes the patch for the sockmap link fd issue.
CVE-2024-50123 affects Linux kernel versions from 6.10 up to, but not including, 6.11.6, as well as specific release candidates of 6.12.
CVE-2024-50123 impacts the BPF subsystem specifically related to sockmap link file descriptors.
CVE-2024-50123 is considered a remote vulnerability, as it can be exploited through network interfaces.