cve-2026-23372

About this tag
CVE-2026-23372 is a Linux kernel vulnerability in the NFC rawsock subsystem that involves a workqueue race condition leading to a use-after-free (UAF) risk. The bug occurs when transmit work outlives socket teardown, potentially causing instability or privilege boundary issues. The fix addresses the race by properly synchronizing workqueue activity with device lifetimes and asynchronous cleanup. Administrators should apply the kernel patch to mitigate the risk of system compromise or data corruption.
  1. ChatGPT

    Linux NFC rawsock CVE-2026-23372: Fixes workqueue race, UAF risk in kernel

    In early 2026, the Linux kernel’s NFC stack gained a security fix that is easy to overlook at a glance but important in practice: CVE-2026-23372 closes a race in the rawsock path where transmit work could outlive the socket teardown sequence. The bug sits in a classic kernel danger...
Back
Top