CVE-2026-80669
Received Received - Intake

BPF LSM Hook Disabled in Linux Kernel

Vulnerability report for CVE-2026-80669, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a flaw where BPF LSM programs can attach to the xfrm_decode_session hook. The hook may return an error, but a function called security_skb_classify_flow() calls it without handling errors, leading to a BUG_ON() panic if an error occurs. The fix disables BPF attachment to this hook to prevent system crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's BPF LSM subsystem and does not have direct network or system detection commands. The issue involves BPF programs attaching to the xfrm_decode_session hook, which can cause a kernel panic. Monitor kernel logs for BUG_ON errors or crashes related to BPF or xfrm operations.

Impact Analysis

This vulnerability could cause a kernel panic if a BPF LSM program attaches to the xfrm_decode_session hook and triggers an error. A kernel panic results in system instability or a complete system crash, leading to potential data loss or service disruption.

Compliance Impact

This vulnerability does not directly impact compliance with standards like GDPR or HIPAA as it is a Linux kernel issue related to BPF LSM program attachment and packet classification. No evidence suggests it affects data protection or privacy controls required by these regulations.

Mitigation Strategies

Update your Linux kernel to a version that includes the fix for this vulnerability. Disable BPF LSM programs from attaching to the xfrm_decode_session hook if possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80669. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart