CVE-2023-54029
Null Pointer Dereference in Linux iwlwifi MLO Handling
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's iwlwifi driver related to MLO (Multi-Link Operation). The issue arises because the code incorrectly uses vif->bss_conf.chandef.chan->band, which can lead to a NULL pointer dereference since bss_conf is not used in MLO. Additionally, for real MLO, both LMACs need to be considered because a station might be active on both simultaneously. The fix addresses these issues to prevent the NULL pointer dereference and properly handle multiple LMACs.
How can this vulnerability impact me? :
This vulnerability can cause a NULL pointer dereference in the Linux kernel's wifi driver, which may lead to system crashes or instability when using MLO features. This could disrupt network connectivity or cause denial of service on affected systems.