CVE-2026-63865
Received Received - Intake

BPF LSM Hook Removal in Linux Kernel

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks bpf_lsm_task_to_inode() is called under rcu_read_lock() and bpf_lsm_inet_conn_established() is called from softirq context, so neither hook can be used by sleepable LSM programs.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
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 two BPF LSM hooks that cannot be used by sleepable LSM programs. bpf_lsm_task_to_inode() is called under rcu_read_lock() and bpf_lsm_inet_conn_established() runs in softirq context, making them unsuitable for sleepable LSM programs due to their execution environments.

Detection Guidance

This vulnerability is specific to the Linux kernel's BPF LSM hooks and cannot be directly detected using standard network or system commands. It requires kernel source code analysis or specialized BPF tools to identify affected systems. Check kernel version against patched releases and review BPF LSM program usage.

Impact Analysis

This vulnerability may allow bypass of certain security controls if sleepable LSM programs are incorrectly configured to use these hooks. It could lead to unauthorized access or privilege escalation in systems running affected Linux kernel versions.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It involves a Linux kernel issue where certain BPF LSM hooks cannot be used by sleepable programs due to context constraints. There is no indication this impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve this vulnerability. Monitor vendor advisories for kernel updates and apply them promptly.

Chat Assistant

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

EPSS Chart