Junglewise Threat Intelligence

CVE-2026-64553: Linux Kernel information leak in psample packet sampling

CVE-2026-64553 · Severity: info · CVSS 0 · Published 2026-07-27

Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's packet sampling component could allow a local user to view small amounts of sensitive kernel memory. The issue occurs because the system fails to properly clear internal data buffers before sending network information to userspace. While the amount of leaked data is small, it could potentially be used by an attacker to bypass security protections or gain insights into the system's internal operations.

Technical details

An information leak exists in the psample netlink channel (net/psample/psample.c) within the Linux kernel. The vulnerability is caused by 'open coding' the nla_put() functionality to optimize performance, which inadvertently skipped clearing the 4-byte alignment padding for the PSAMPLE_ATTR_DATA attribute. When the packet data length is not a multiple of 4 bytes, the remaining bytes in the padding contain residual kernel memory. A local attacker with access to the netlink socket can capture these samples and read the uninitialized bytes. The issue has been resolved by explicitly zeroing the padding using skb_put_zero().

Affected products

  • Linux Linux 4.11 to 6.10.y

Timeline

  • 2026-06-15: disclosed: Initial patch authored by Jakub Kicinski
  • 2026-07-24: patched: Patch committed to stable trees
  • 2026-07-27: advisory: CVE published to NVD

References