External risk intelligence

Linux Kernel Use-After-Free in MLD Delayed Work

CVE advisorySeverity: CRITICAL (CVSS 9.8)

CVE-2026-72322

This vulnerability exists within the internal Linux kernel networking stack regarding MLD (Multicast Listener Discovery) delayed work processing. It requires a specific race condition during device teardown to trigger. It is not a service or application reachable via the public internet, but rather a low-level kernel component management issue.

Use After Free

Halo Surface Signal: 1 out of 5 — much less likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A critical vulnerability has been identified in the Linux kernel related to how it handles network device shutdown and multicast listener discovery. This issue can lead to a system crash if a specific race condition occurs. The main concern is confirming whether our systems are exposed to this low-level kernel problem.

  • Network device shutdown has a critical kernel flaw.
  • Matters if kernel networking components are affected.
  • Confirm relevance and exposure of kernel components.

Attack Path

How an attacker could exploit the issue

An attacker could trigger a kernel panic by exploiting a race condition in the Linux kernel's handling of multicast messages. This race condition occurs when a network device is being removed while simultaneously processing incoming multicast queries. The vulnerability can lead to a denial-of-service condition, crashing the entire system.

  • Race condition during network device removal.
  • Maliciously timed MLD query processing.
  • System instability or kernel panic.

Live Threat

Current exploitation, exposure, and threat context

A critical kernel panic could occur when a race condition arises between network device teardown and incoming MLD query processing, leading to a Use-After-Free vulnerability. This happens when a network device is being destroyed, and the kernel attempts to process MLD queries simultaneously. The system may become unstable or crash when the delayed work attempts to access freed memory.

  • Kernel network device state could be corrupted.
  • A race condition could trigger memory access errors.
  • System instability or kernel panic may result.

Operational Fix

Recommended remediation, mitigation, and detection steps

This vulnerability in the Linux kernel's IPv6 multicast handling requires a coordinated effort involving infrastructure and platform teams. The immediate first step is to identify all systems running the affected kernel version, determine their exposure, and confirm business criticality. Once these are understood, the accountable owner can be identified to plan appropriate remediation, which may involve vendor coordination or careful maintenance window planning.

  • Infrastructure and Platform teams own this.
  • Verify affected kernel and asset exposure.
  • Plan remediation during maintenance windows.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is the Linux kernel in the context of CVE-2026-72322?

The Linux kernel is the fundamental core of an operating system that manages hardware resources and provides essential services for all other software. In this case, the vulnerability specifically impacts the IPv6 networking subsystem, which handles how data packets are transmitted and received using the modern Internet Protocol standard.

How does this Use-After-Free vulnerability work?

A Use-After-Free occurs when software attempts to use a segment of computer memory after it has already been freed. In CVE-2026-72322, the kernel incorrectly tries to access memory associated with a network device that is currently being shut down, causing a system-wide crash or kernel panic.

What triggers this kernel flaw?

The issue is triggered by a rare race condition occurring exactly when a network device is being removed while the system is simultaneously processing incoming Multicast Listener Discovery (MLD) queries. Normal network traffic that does not overlap with the specific moment a device is being torn down will not trigger this memory error.

Is my system at risk according to Halo Surface Signal?

Halo Surface Signal indicates a very unlikely risk for most environments. This is a low-level kernel component issue rather than an internet-facing application service. Because it requires a precise race condition during device teardown, it is difficult for external actors to reliably trigger through public network access.

How should I begin addressing this issue?

Start by identifying which of your systems are running the specific Linux kernel versions containing this vulnerability. Once identified, evaluate the importance of those assets to your operations and coordinate with your platform or infrastructure teams to schedule necessary updates during upcoming maintenance windows.

References