PT-2026-64575 · Linux+1 · Linux Kernel+1
CVE-2026-64354
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the BPF subsystem where the
btf parse struct metas() function processes user-supplied BTF (BPF Type Format) during BPF BTF LOAD. The btf repeat fields() function expands repeatable fields into a fixed-size scratch array used by btf parse fields(). Because the remaining-capacity check uses u32 for the expanded field count calculation, a malformed BTF can cause an integer wrap. This allows the check to pass even if the count exceeds the array capacity, leading to a buffer overflow when memcpy() writes past the end of the array.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu