CVE-2026-43172
Awaiting Analysis Awaiting Analysis - Queue
iwlwifi SMEM Parsing Array Overrun in Linux Kernel

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix 22000 series SMEM parsing If the firmware were to report three LMACs (which doesn't exist in hardware) then using "fwrt->smem_cfg.lmac[2]" is an overrun of the array. Reject such and use IWL_FW_CHECK instead of WARN_ON in this function.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
intel iwlwifi *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's iwlwifi driver for Intel wireless devices. It occurs when the firmware incorrectly reports three LMACs (Low MACs), which do not exist in the hardware. The driver then attempts to access an array element that is out of bounds (specifically fwrt->smem_cfg.lmac[2]), causing an array overrun. The fix involves rejecting such incorrect firmware reports and replacing a warning mechanism (WARN_ON) with a more appropriate check (IWL_FW_CHECK) to handle this condition safely.


How can this vulnerability impact me? :

An array overrun in the kernel driver can lead to undefined behavior, including potential system crashes, instability, or security issues such as memory corruption. If exploited, it could allow attackers to cause denial of service or possibly execute arbitrary code with kernel privileges, depending on the context and further exploitation.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart