
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23437 is a race condition vulnerability in the Linux kernel's network shaper (net: shaper) subsystem that can lead to use-after-free conditions when accessing an unregistered network device during Netlink operations. The flaw was published on April 3, 2026, and affects Linux kernel versions 6.13 through 6.18.19, 6.19 through 6.19.9, and 7.0 release candidates (rc1 through rc7). It carries a CVSS v3.1 base score of 5.5 (Medium), reflecting a local attack vector with low privileges required and high availability impact (GitHub Advisory, Feedly).
The root cause is a missing liveness check (CWE not formally assigned) during the conversion from a reference-counted netdev to a locked/RCU-protected netdev within the kernel's network shaper Netlink operation handlers. Specifically, the kernel looks up a netdev during the preparation phase of Netlink ops (pre-callbacks) and takes a reference to it; later, in the callback body, it accesses the device under RCU protection without verifying that the netdev has not been unregistered in the interim. This creates a time-of-check to time-of-use (TOCTOU) race condition where a concurrent device unregistration can result in use-after-free memory access on the read path. The fix addresses only the read cases (RCU-protected paths); write-path protection requires a separate change (GitHub Advisory, Feedly).
Successful exploitation can cause kernel denial of service through crashes (system unavailability), and may also lead to information disclosure or potential privilege escalation depending on the memory state at the time of the use-after-free access. The vulnerability is confined to the local system scope — there is no confidentiality or integrity impact per the CVSS assessment — but kernel-level crashes can affect all processes and services running on the affected host. Systems running affected kernel versions that expose Netlink-based network shaper operations to low-privileged local users are at risk (GitHub Advisory, Feedly).
Patches are available in Linux kernel versions 6.18.20 (for the 6.18.x stable branch), 6.19.10 (for the 6.19.x branch), and 7.0-rc5 or later for development versions. The specific fix commits are 0f9ea7141f365b4f27226898e62220fb98ef8dc6, 348758ba74e6a348299965b16a97cfb817545cc0, and 581eee0890a8bde44f1fb78ad3e70502a897d583 on the kernel stable tree. Distribution-specific updates have been issued by SUSE (SUSE-SU-2026:21834-1, SUSE-SU-2026:21975-1, SUSE-SU-2026:21973-1) and Amazon Linux 2023 (ALAS2023-2026-1596). As a workaround, restricting local user access to Netlink operations targeting the network shaper subsystem can reduce exposure until patching is feasible (GitHub Advisory, Feedly).
The vulnerability was disclosed via the standard Linux kernel CVE announcement process through lore.kernel.org and subsequently tracked by major Linux distributions including SUSE and Amazon Linux, which issued security advisories. The Yocto Project security mailing list also discussed the issue across multiple messages. No notable independent researcher commentary or significant social media discussion has been identified beyond routine distribution advisory tracking (Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."