Out-of-bounds write in Linux kernel - CVE-2026-64354
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an out-of-bounds write in btf_repeat_fields() when processing malformed user-supplied BTF during BPF_BTF_LOAD. A local user can submit crafted BTF data to cause a denial of service.
The issue arises from integer wraparound in the expanded field count calculation before repeated fields are copied into a fixed-size scratch array.