Junglewise Threat Intelligence

CVE-2026-53275: Linux kernel use-after-free in IPv6 MLD query processing

CVE-2026-53275 · Severity: info · CVSS 7.5 · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's handling of IPv6 multicast network traffic. An attacker could potentially send specially crafted network packets to cause a system crash or instability. This affects the availability of any Linux-based system processing IPv6 multicast listener discovery (MLD) queries.

Technical details

A use-after-free (UAF) vulnerability exists in net/ipv6/mcast.c within the __mld_query_work function. When processing an MLD (Multicast Listener Discovery) query, the kernel retrieves a pointer to the multicast group address from the socket buffer (skb) header. However, subsequent calls to pskb_may_pull() can cause the skb header to be reallocated, invalidating the original pointer. If the kernel later dereferences this stale pointer without reloading it, a UAF occurs. The fix involves copying the multicast group address into a local variable during initial parsing to ensure it remains valid regardless of skb header reallocations. This can be triggered by remote network traffic and results in a kernel panic (DoS).

Affected products

  • Linux Linux Kernel All versions prior to the June 2026 patches

Timeline

  • 2026-06-03: disclosed: Initial patch submitted by Ido Schimmel
  • 2026-06-19: patched: Patches committed to stable kernel trees
  • 2026-06-25: advisory: CVE-2026-53275 published

References

Related threats