Junglewise Threat Intelligence

CVE-2026-53131: Linux Kernel Netfilter missing Ethernet header validation

CVE-2026-53131 · Severity: info · CVSS 0 · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking subsystem could allow for system instability or crashes when processing certain network packets. The issue occurs in the Netfilter component, which handles firewalling and packet filtering, when it incorrectly assumes a packet has a standard Ethernet header. This could potentially be exploited to disrupt network services or cause a denial-of-service condition.

Technical details

Multiple components within Netfilter, including ip6t_eui64, xt_mac, and various ipset types (bitmap:ip,mac, hash:ip,mac, hash:mac), as well as nf_log_syslog, were found to access the Ethernet header (eth_hdr) without sufficient validation. The code previously assumed the socket buffer (skb) was associated with an Ethernet device or only performed minimal bounds checking. An attacker could potentially trigger an out-of-bounds read or crash by sending packets that lack a proper Ethernet MAC header or are associated with non-Ethernet interfaces. The fix introduces explicit checks to verify the device type is ARPHRD_ETHER and that the MAC header is correctly set and of sufficient length (ETH_HLEN) before access.

Affected products

  • Linux Linux Kernel < 5.15.210, < 6.1.176, < 6.6.143, < 6.12.94, < 6.18.36, < 7.0.13

Timeline

  • 2026-06-25: advisory: CVE-2026-53131 published by NVD
  • 2026-06-19: patched: Fix committed to stable kernel trees

References

Related threats