| Summary | In the Linux kernel, the following vulnerability has been resolved: bpf: Fix abuse of kprobe_write_ctx via freplace uprobe programs are allowed to modify struct pt_regs. Since the actual program type of uprobe is KPROBE, it can be abused to For example, SEC("?kprobe") SEC("?freplace") freplace_kprobe prog will attach to kprobe prog. Without this patch, when the kernel function runs, its first arg will To fix the abuse of kprobe_write_ctx=true via kprobe+freplace, disallow |
|---|---|
| Publication Date | June 25, 2026, 2:17 a.m. |
| Registration Date | June 27, 2026, 4:21 a.m. |
| Last Update | June 25, 2026, 2:17 a.m. |