CVE-2026-45932
Analyzed Analyzed - Analysis Complete

BPF tcx/netkit Detach Permission Bypass Fix

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

Publication date: 2026-05-27

Last updated on: 2026-06-24

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-06-24
Generated
2026-07-07
AI Q&A
2026-05-28
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 6.19 (inc) to 6.19.4 (exc)
linux linux_kernel From 6.6 (inc) to 6.18.14 (exc)

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
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.

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.

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