CVE-2026-68472
Last modified
CVE-2026-68472 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate EHT MLE before MLD ID read cfg80211_gen_new_ie() 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 ieee80211_mle_get_mld_id(). That helper assumes a BASIC MLE with enough common info and documents that callers must first use ieee80211_mle_type_ok(). Attack chain: malicious AP sends a short EHT MLE in an MBSSID beacon. cfg80211_inform_bss_frame_data() stores the copied IE buffer. cfg80211_parse_mbssid_data() builds the nontransmitted BSS IE. cfg80211_gen_new_ie() sees the EHT MLE in the parent frame. ieee80211_mle_get_mld_id() then reads past the IE boundary. Validate the MLE type and size before reading the MLD ID. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate EHT MLE before MLD ID read cfg80211_gen_new_ie() 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 ieee80211_mle_get_mld_id(). That helper assumes a BASIC MLE with enough common info and documents that callers must first use ieee80211_mle_type_ok(). Attack chain: malicious AP sends a short EHT MLE in an MBSSID beacon. cfg80211_inform_bss_frame_data() stores the copied IE buffer. cfg80211_parse_mbssid_data() builds the nontransmitted BSS IE. cfg80211_gen_new_ie() sees the EHT MLE in the parent frame. ieee80211_mle_get_mld_id() 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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 61dcfa8c2a8f6c53ce77b2c832b82990754b2aa9, < 584657c5fc58d7a840623a2fa06331c9661dd0f1; >= 61dcfa8c2a8f6c53ce77b2c832b82990754b2aa9, < 3b0505e43da8fb5b2a7994c3c3604e5a74692154; >= 61dcfa8c2a8f6c53ce77b2c832b82990754b2aa9, < 74e27cd1d98b546fdb276008a83708d062339661 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68472?
How severe is CVE-2026-68472?
How do I fix CVE-2026-68472?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68467In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68469In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6847Remote Code Execution vulnerability exists in ThemisNETPanel…9.3
- CVE-2026-68470In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68471In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68473In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68474In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68476In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-68477In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-68478In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68472?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
