Out-of-bounds read in Linux kernel - CVE-2026-64223
Published: July 27, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to an out-of-bounds read in ieee80211_parse_neg_ttlm() when parsing negotiated TTLM elements with sparse link-map presence bits. A remote attacker can send a specially crafted negotiated TTLM element to disclose sensitive information.
The read data is written into negotiated link-map fields but is gated by valid_links before any driver state is affected.