CVE-2026-43030
In the Linux kernel, the following vulnerability has been resolved:
bpf: Fix regsafe() for pointers to packet
In case rold->reg->range == BEYOND_PKT_END && rcur->reg->range == N
regsafe() may return true which may lead to current state with
valid packet range not being explored. Fix the bug.
More information : https://git.kernel.org/stable/c/015a74476dc1ab6923d89f1ee009aaf43faa7185
