Junglewise Threat Intelligence

CVE-2026-53219: Linux Kernel information leak in netfilter x_tables

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

Technologies: Linux. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking subsystem could allow a local user to view sensitive internal memory addresses. This occurs when the system attempts to provide network rule information to a user but fails halfway through, leaving internal pointers in the user's memory buffer. While this does not directly allow for data theft or system crashes, it provides technical details that could help an attacker bypass security protections in more complex attacks.

Technical details

An information leak exists in the x_tables component of the Linux kernel's netfilter subsystem (specifically in IPv4, IPv6, and ARP implementations). The vulnerability occurs in the 'get-entries' path where the kernel copies rule entry headers to userspace before sanitizing counter fields. On SMP kernels, the 'pcnt' field contains a raw per-CPU allocation address. If a userspace buffer faults after the header copy but before the sanitized counter copy, the raw kernel pointer remains in userspace memory. This allows a local attacker to bypass KASLR or gain insights into kernel memory layout. The fix reorders the copy operations to ensure the sensitive pointer is never written to userspace before being overwritten by sanitized data.

Affected products

  • Linux Linux 71ae0dff02d7 to b74ba3343eb4 (and other stable branches)

Timeline

  • 2026-06-06: other: Patch authored by Kyle Zeng
  • 2026-06-25: advisory: CVE published in NVD dataset

References