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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-05 18:15
Updated : 2024-11-08 20:03
NVD link : CVE-2024-50123
Mitre link : CVE-2024-50123
CVE.ORG link : CVE-2024-50123
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read