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

5.5 · MEDIUM
Published Feb 14, 2026 linux CWE-667

Overview

CVE-2026-23130 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 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, 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:

wifi: ath12k: fix dead lock while flushing management frames

Commit [1] converted the management transmission work item into a

wiphy work. Since a wiphy work can only run under wiphy lock

protection, a race condition happens in below scenario:

1. a management frame is queued for transmission.

2. ath12k_mac_op_flush() gets called to flush pending frames associated

with the hardware (i.e, vif being NULL). Then in ath12k_mac_flush()

the process waits for the transmission done.

3. Since wiphy lock has been taken by the flush process, the transmission

work item has no chance to run, hence the dead lock.

>From user view, this dead lock results in below issue:

wlp8s0: authenticate with xxxxxx (local address=xxxxxx)

wlp8s0: send auth to xxxxxx (try 1/3)

wlp8s0: authenticate with xxxxxx (local address=xxxxxx)

wlp8s0: send auth to xxxxxx (try 1/3)

wlp8s0: authenticated

wlp8s0: associate with xxxxxx (try 1/3)

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 >= 6.14, < 6.18.8 Affected

Frequently Asked Questions

What is CVE-2026-23130?

CVE-2026-23130 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 5.5 (MEDIUM).

How severe is CVE-2026-23130?

This vulnerability has a CVSS 3.1 base score of 5.5, 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-23130?

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

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

Browse by year 2026