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

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

Overview

CVE-2026-23192 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:

linkwatch: use __dev_put() in callers to prevent UAF

After linkwatch_do_dev() calls __dev_put() to release the linkwatch

reference, the device refcount may drop to 1. At this point,

netdev_run_todo() can proceed (since linkwatch_sync_dev() sees an

empty list and returns without blocking), wait for the refcount to

become 1 via netdev_wait_allrefs_any(), and then free the device

via kobject_put().

This creates a use-after-free when __linkwatch_run_queue() tries to

call netdev_unlock_ops() on the already-freed device.

Note that adding netdev_lock_ops()/netdev_unlock_ops() pair in

netdev_run_todo() before kobject_put() would not work, because

netdev_lock_ops() is conditional - it only locks when

netdev_need_ops_lock() returns true. If the device doesn't require

ops_lock, linkwatch won't hold any lock, and netdev_run_todo()

acquiring the lock won't provide synchronization.

Fix this by moving __dev_put() from linkwatch_

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.15.1, < 6.18.10 Affected

Frequently Asked Questions

What is CVE-2026-23192?

CVE-2026-23192 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-23192?

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

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

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