NONE · 0

CVE-2026-80669

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable xfrm_decode_session hook attachment BPF LSM programs can currently attach to xfrm_decode_session(). That hook may ret...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable xfrm_decode_session hook attachment BPF LSM programs can currently attach to xfrm_decode_session(). That hook may return an error, but security_skb_classify_flow() calls it from a void path and triggers BUG_ON() 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.

References

FAQ

What is CVE-2026-80669?

CVE-2026-80669 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: bpf: Disable xfrm_decode_session hook attachment BPF LSM programs can currently attach to xfrm_decode_session(). That hook may ret...

How severe is CVE-2026-80669?

CVSS scoring is not yet available for CVE-2026-80669. Check NVD for updates.

Is there a patch for CVE-2026-80669?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.