CVE-2026-68472: wifi: cfg80211: validate EHT MLE before MLD ID read
In the Linux kernel, the following vulnerability has been resolved:
wifi: cfg80211: validate EHT MLE before MLD ID read
cfg80211gennewie() copies ML probe response elements from the parent frame when the parent EHT multi-link element has an MLD ID matching the nontransmitted BSSID index.
The code only checked that the extension element had more than one byte before calling ieee80211mlegetmldid(). That helper assumes a BASIC MLE with enough common info and documents that callers must first use ieee80211mletypeok().
Attack chain: malicious AP sends a short EHT MLE in an MBSSID beacon. cfg80211informbssframedata() stores the copied IE buffer. cfg80211parsembssiddata() builds the nontransmitted BSS IE. cfg80211gennewie() sees the EHT MLE in the parent frame. ieee80211mlegetmldid() then reads past the IE boundary.
Validate the MLE type and size before reading the MLD ID. This matches the contract required by the MLE helper and rejects the short element before any internal MLE fields are accessed.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-68472?
CVE-2026-68472 has a risk severity rating of 33.
How do I fix CVE-2026-68472?
To fix CVE-2026-68472, update your Linux kernel to the latest version that addresses this vulnerability.
What systems are affected by CVE-2026-68472?
CVE-2026-68472 affects the Linux kernel's wifi subsystem, specifically related to the cfg80211 module.
What type of vulnerability is CVE-2026-68472?
CVE-2026-68472 is a security vulnerability in the Linux kernel that involves improper validation in the cfg80211 module.
When was CVE-2026-68472 published?
CVE-2026-68472 was published on August 15, 2026.