CVE-2026-97474
Last modified
CVE-2026-97474 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: purge async notifications upon nic error This fixes a kernel panic in reconfig failure: 1. we have a BSS connection 2.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: purge async notifications upon nic error This fixes a kernel panic in reconfig failure: 1. we have a BSS connection 2. we have a NAN connection 3. FW error occurs 4. reconfig restores the BSS connection 5. however, restoring the NAN connection fails due to a FW error. 6. erroneously, ieee80211_handle_reconfig_failure is called and marks all interfaces as not-in-driver (will be fixed in a different patch). 7. mac80211 frees the links of the BSS connection but doesn't tell the driver about that, as it thinks that this vif is not in the driver. 8. in ieee80211_stop_device, *ALL* wiphy works are getting flushed (erroneously?) 9. Therefore, async_handlers_wk is being executed, processing the statistics notification that was received after we restored the BSS connection. 10. the notification handler dereferences fw_id_to_bss_conf[id], which is now a dangling pointer, as mac80211 already freed this link in (7). 11. On the first access to one of the links fields, we panic. While this can and should be fixed by removing the call to ieee80211_handle_reconfig_failure in (6), it is also not a good idea to carry and maybe handle notifications from a dead FW. We do purge the notifications when we stop the FW, but in reconfig failure we stop the FW too late, after the notifications are processed. In addition, async_handlers_wk can always be scheduled before the reconfig work. Purge the notifications immediately when transport notifies about a nic error.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 1b3b7b521041d55459f8457db8921e9778482063; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a40ad60a47f7c904b75a9ff83b39edebf3961c85; < 6.18.53 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97474?
How severe is CVE-2026-97474?
How do I fix CVE-2026-97474?
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-97455In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-97456In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9746When using $changestreams and $_requestReshardingResumeToken…7.1
- CVE-2026-9747Adding fromRouter:true and runtimeConstants.userRoles could …7.1
- CVE-2026-97472In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97473In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97476In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97478In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97479In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9748The $_internalConvertBucketIndexStats stage used PauseExecut…7.1
Are you affected by CVE-2026-97474?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
