CVE-2026-80669: bpf: Disable xfrm_decode_session hook attachment
In the Linux kernel, the following vulnerability has been resolved:
bpf: Disable xfrmdecodesession hook attachment
BPF LSM programs can currently attach to xfrmdecodesession(). That hook may return an error, but securityskbclassifyflow() calls it from a void path and triggers BUGON() if an error is returned.
Disable BPF attachment to the hook to prevent a BPF LSM program from turning packet classification into a full panic.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Configuration
Disable BPF attachment to the xfrm_decode_session() hook to prevent BPF LSM programs from attaching there.
Linux kernel BPF LSM Disable BPF attachment to xfrm_decode_session() hook = enabled