In the Linux kernel, the following vulnerability has been resolved:
bpf: Check validity of link->type in bpflinkshow_fdinfo()
If a newly-added link type doesn't invoke BPFLINKTYPE(), accessing bpflinktype_strs[link->type] may result in an out-of-bounds access.
To spot such missed invocations early in the future, checking the validity of link->type in bpflinkshow_fdinfo() and emitting a warning when such invocations are missed.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/53xxx/CVE-2024-53099.json",
"cna_assigner": "Linux"
}