Junglewise Threat Intelligence

CVE-2026-53175: Linux Kernel use-after-free in inet fragment queue flush

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

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking component could allow an attacker to cause a system crash. The issue occurs when the system is cleaning up network resources, specifically during the handling of fragmented internet traffic. This could lead to a denial-of-service condition, impacting the availability of affected servers or devices.

Technical details

A use-after-free (UAF) vulnerability exists in the Linux kernel's inet fragment reassembly logic. During network namespace (netns) teardown, the fqdir_pre_exit() function flushes fragment queues using inet_frag_queue_flush(). While this helper frees the associated socket buffers (skbs), it fails to reset internal pointers (fragments_tail and last_run_head) or set the INET_FRAG_COMPLETE flag. A race condition occurs if a fragment processing thread already obtained a reference to the queue before the flush; upon resuming, it may dereference the now-freed skb pointers. This affects IPv4, IPv6, nf_conntrack_reasm6, and 6lowpan reassembly. The fix involves explicitly resetting these pointers during the flush operation.

Affected products

  • Linux Linux Kernel 6.12.93 to 6.12.94, 6.18.3 and later

Timeline

  • 2026-06-02: other: Vulnerability fixed in upstream commits
  • 2026-06-25: disclosed: CVE published

References

Related threats