Junglewise Threat Intelligence

CVE-2026-53069: Linux kernel null pointer dereference in xdp_master_redirect

CVE-2026-53069 · Severity: info · CVSS 5.5 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking subsystem could allow an attacker to cause a system crash (kernel panic). This occurs when processing specific network traffic through a bonded network interface that has not been fully initialized. This issue primarily impacts system availability and could be used to perform a denial-of-service attack.

Technical details

A null pointer dereference exists in the xdp_master_redirect() function within the Linux kernel's BPF/networking component. The vulnerability is triggered when a bonded interface in round-robin mode has not been brought up (IFF_UP is not set), leaving the per-CPU counter 'rr_tx_counter' unallocated. Because bpf_master_redirect_enabled_key is a global static key, XDP traffic can still reach the redirection logic for uninitialized devices, leading to a kernel panic. The fix introduces a check for the IFF_UP flag in xdp_master_redirect() to ensure the master device is fully initialized before proceeding. Patches have been released for various stable kernel branches.

Affected products

  • Linux Linux kernel

Timeline

  • 2026-04-11: other: Patch submitted by developer
  • 2026-06-24: advisory: CVE published

References

Related threats