CVE-2026-53089
The CVE-2026-53089 issue concerns the Linux kernel BPF offload info retrieval for maps/programs. When querying offloaded map/prog info, the code previously called get_net(dev_net(offmap->netdev)) to obtain the network namespace, which could race with netns destruction. If the netns refcount ha...