CVE-2026-89524
Last modified
CVE-2026-89524 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: clamp assoc request/response lengths before subtracting IE offsets ath6kl_cfg80211_connect_event() subtracts fixed IE offsets from assoc_req_len (-= 4) and assoc_resp_len (-= 6), both u8, with no lower bound. The aggregate check recently added to ath6kl_wmi_connect_event_rx() bounds the declared lengths from above (their sum must fit the received event), but an assoc request/response shorter than its fixed offset still underflows here: the u8 wraps to ~250, and cfg80211_connect_result() / cfg80211_roamed() then treat that wrapped value as the IE length and copy that many bytes out of the small assoc_info buffer to user space via nl80211, disclosing adjacent slab memory. Clamp both lengths to their offsets before subtracting. Found by 0sec (https://0sec.ai) using automated source analysis; the missing lower bound is evident from source. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: clamp assoc request/response lengths before subtracting IE offsets ath6kl_cfg80211_connect_event() subtracts fixed IE offsets from assoc_req_len (-= 4) and assoc_resp_len (-= 6), both u8, with no lower bound. The aggregate check recently added to ath6kl_wmi_connect_event_rx() bounds the declared lengths from above (their sum must fit the received event), but an assoc request/response shorter than its fixed offset still underflows here: the u8 wraps to ~250, and cfg80211_connect_result() / cfg80211_roamed() then treat that wrapped value as the IE length and copy that many bytes out of the small assoc_info buffer to user space via nl80211, disclosing adjacent slab memory. Clamp both lengths to their offsets before subtracting. Found by 0sec (https://0sec.ai) using automated source analysis; the missing lower bound is evident from source. Compile-tested.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bdcd81707973cf8aa9305337166f8ee842a050d4, < 225587bdbf4b0eb5265a71ee4dc183561a1857fc; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < d337213a889705a69735079606d0b4c672b17605; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < e11d5ae96d5e52cb48fa27c6ad352d766d0322fb; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < 6deb4d7a0c3d91821b2a8d5239e3d9933d9217d9; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < e3619bed5da125713b29ac881dc66f5e06606f88; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < e1330d719c047c4d8190a16be034b29fc601a815; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < 8eb73016fb3968cf2db3987a92764563a3af773a; >= bdcd81707973cf8aa9305337166f8ee842a050d4, < 3bbd05723d15dd06f0560bcd94fbf9a91b5f5613 |
| Linux | Linux | 3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89524?
How severe is CVE-2026-89524?
How do I fix CVE-2026-89524?
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-89519In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8952Privilege escalation in the Application Update component. Th…8.8
- CVE-2026-89520In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89521In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-89522In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89523In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89525In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89526In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89527In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89528In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89529In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8953Sandbox escape due to use-after-free in the Disability Acces…9.6
Are you affected by CVE-2026-89524?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
