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

4.7 · MEDIUM
Published Feb 14, 2026 linux CWE-362 EPSS 0.09% (0th pctl)

Overview

CVE-2026-23167 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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:

nfc: nci: Fix race between rfkill and nci_unregister_device().

syzbot reported the splat below [0] without a repro.

It indicates that struct nci_dev.cmd_wq had been destroyed before

nci_close_device() was called via rfkill.

nci_dev.cmd_wq is only destroyed in nci_unregister_device(), which

(I think) was called from virtual_ncidev_close() when syzbot close()d

an fd of virtual_ncidev.

The problem is that nci_unregister_device() destroys nci_dev.cmd_wq

first and then calls nfc_unregister_device(), which removes the

device from rfkill by rfkill_unregister().

So, the device is still visible via rfkill even after nci_dev.cmd_wq

is destroyed.

Let's unregister the device from rfkill first in nci_unregister_device().

Note that we cannot call nfc_unregister_device() before

nci_close_device() because

1) nfc_unregister_device() calls device_del() which frees

all memory allocated by devm_kzalloc() and linked to

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 >= 3.2, < 5.10.249 Affected

Frequently Asked Questions

What is CVE-2026-23167?

CVE-2026-23167 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-23167?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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-23167?

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-23167?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23167 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.