| Summary | In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_xdp_store_bytes proto for read-only arg While making some maps in Cilium read-only from the BPF side, we noticed ; ret = ctx_store_bytes(ctx, l3_off + offsetof(struct iphdr, saddr), nat comes from a BPF_F_RDONLY_PROG map, so R3 is a PTR_TO_MAP_VALUE. Conversely, ARG_PTR_TO_UNINIT_MEM can also lead to the helper reading This patch simply fixes the expected argument type to match that of |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:11 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |