Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-23171

7.8 · HIGH
Published Feb 14, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23171 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

bonding: fix use-after-free due to enslave fail after slave array update

Fix a use-after-free which happens due to enslave failure after the new

slave has been added to the array. Since the new slave can be used for Tx

immediately, we can use it after it has been freed by the enslave error

cleanup path which frees the allocated slave memory. Slave update array is

supposed to be called last when further enslave failures are not expected.

Move it after xdp setup to avoid any problems.

It is very easy to reproduce the problem with a simple xdp_pass prog:

ip l add bond1 type bond mode balance-xor

ip l set bond1 up

ip l set dev bond1 xdp object xdp_pass.o sec xdp_pass

ip l add dumdum type dummy

Then run in parallel:

while :; do ip l set dumdum master bond1 1>/dev/null 2>&1; done;

mausezahn bond1 -a own -b rand -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn"

The crash happens almost immediately:

[ 605.6028

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.15, < 6.18.9 Affected

Frequently Asked Questions

What is CVE-2026-23171?

CVE-2026-23171 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-23171?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-23171?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-23171?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23171 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.