CVE-2026-45932
Awaiting Analysis Awaiting Analysis - Queue
BPF tcx/netkit Detach Permission Bypass Fix

Publication date: 2026-05-27

Last updated on: 2026-05-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix tcx/netkit detach permissions when prog fd isn't given This commit fixes a security issue where BPF_PROG_DETACH on tcx or netkit devices could be executed by any user when no program fd was provided, bypassing permission checks. The fix adds a capability check for CAP_NET_ADMIN or CAP_SYS_ADMIN in this case.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-30
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-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 exists in the Linux kernel's handling of BPF (Berkeley Packet Filter) program detach operations on tcx or netkit devices. Specifically, when a user attempts to detach a BPF program without providing a program file descriptor (fd), the system incorrectly allows any user to perform the detach operation without proper permission checks.

The issue was that the BPF_PROG_DETACH operation could be executed by any user if no program fd was given, effectively bypassing the intended permission checks. The fix introduced a capability check requiring the user to have either CAP_NET_ADMIN or CAP_SYS_ADMIN privileges to perform the detach in such cases.

Impact Analysis

This vulnerability could allow unauthorized users to detach BPF programs from tcx or netkit devices without proper permissions. This could lead to disruption or manipulation of network filtering or monitoring functions that rely on BPF programs, potentially impacting system security or network behavior.

Mitigation Strategies

The vulnerability is fixed by adding a capability check for CAP_NET_ADMIN or CAP_SYS_ADMIN when detaching BPF programs on tcx or netkit devices without a program file descriptor.

To mitigate this vulnerability, you should update your Linux kernel to a version that includes this fix.

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