Bug 2502279 (CVE-2026-63865) - CVE-2026-63865 kernel: bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
Summary: CVE-2026-63865 kernel: bpf: Drop task_to_inode and inet_conn_established from...
Keywords:
Status: NEW
Alias: CVE-2026-63865
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 15:01 UTC by OSIDB Bzimport
Modified: 2026-07-21 19:15 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 15:01:42 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.