CVE-2026-23192 Vulnerability Analysis & Exploit Details

CVE-2026-23192
Vulnerability Scoring

7.8
/10
Very High Risk

Highly exploitable, CVE-2026-23192 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-23192 Details

Status: Modified

Last updated: 🕑 03 Apr 2026, 14:16 UTC
Originally published on: 🕔 14 Feb 2026, 17:15 UTC

Time between publication and last update: 47 days

CVSS Release: version 3

CVSS3 Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVE-2026-23192 Vulnerability Summary

CVE-2026-23192: 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_do_dev() to its callers. The device reference logically pairs with de-listing the device, so it's reasonable for the caller that did the de-listing to release it. This allows placing __dev_put() after all device accesses are complete, preventing UAF. The bug can be reproduced by adding mdelay(2000) after linkwatch_do_dev() in __linkwatch_run_queue(), then running: ip tuntap add mode tun name tun_test ip link set tun_test up ip link set tun_test carrier off ip link set tun_test carrier on sleep 0.5 ip tuntap del mode tun name tun_test KASAN report: ================================================================== BUG: KASAN: use-after-free in netdev_need_ops_lock include/net/netdev_lock.h:33 [inline] BUG: KASAN: use-after-free in netdev_unlock_ops include/net/netdev_lock.h:47 [inline] BUG: KASAN: use-after-free in __linkwatch_run_queue+0x865/0x8a0 net/core/link_watch.c:245 Read of size 8 at addr ffff88804de5c008 by task kworker/u32:10/8123 CPU: 0 UID: 0 PID: 8123 Comm: kworker/u32:10 Not tainted syzkaller #0 PREEMPT(full) Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 Workqueue: events_unbound linkwatch_event Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x100/0x190 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0x156/0x4c9 mm/kasan/report.c:482 kasan_report+0xdf/0x1a0 mm/kasan/report.c:595 netdev_need_ops_lock include/net/netdev_lock.h:33 [inline] netdev_unlock_ops include/net/netdev_lock.h:47 [inline] __linkwatch_run_queue+0x865/0x8a0 net/core/link_watch.c:245 linkwatch_event+0x8f/0xc0 net/core/link_watch.c:304 process_one_work+0x9c2/0x1840 kernel/workqueue.c:3257 process_scheduled_works kernel/workqueue.c:3340 [inline] worker_thread+0x5da/0xe40 kernel/workqueue.c:3421 kthread+0x3b3/0x730 kernel/kthread.c:463 ret_from_fork+0x754/0xaf0 arch/x86/kernel/process.c:158 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:246 </TASK> ==================================================================

Assessing the Risk of CVE-2026-23192

Access Complexity Graph

The exploitability of CVE-2026-23192 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-23192

CVE-2026-23192 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-23192, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-23192, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2026-23192 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2026-23192 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2026-23192 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-23192 References

External References

CWE Common Weakness Enumeration

CWE-416

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:6.15.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-23192: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-5650 – A vulnerability was found in code-projects Online Application System for Admission 1.0. Impacted is an unknown function of the file /enrollment/dat...
  • CVE-2026-5649 – A vulnerability has been found in code-projects Online Application System for Admission 1.0. This issue affects some unknown processing of the file...
  • CVE-2026-5648 – A flaw has been found in code-projects Simple Laundry System 1.0. This vulnerability affects unknown code of the file /userfinishregister.php of th...
  • CVE-2026-5647 – A vulnerability was detected in code-projects Online Shoe Store 1.0. This affects an unknown part of the file /admin/admin_feature.php of the compo...
  • CVE-2026-5646 – A security vulnerability has been detected in code-projects Easy Blog Site 1.0. Affected by this issue is some unknown functionality of the file lo...