CVE-2026-43144
Awaiting Analysis Awaiting Analysis - Queue
Kernel Oops in Broadcom WiFi SDIO Driver

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: brcmfmac: Fix potential kernel oops when probe fails When probe of the sdio brcmfmac device fails for some reasons (i.e. missing firmware), the sdiodev->bus is set to error instead of NULL, thus the cleanup later in brcmf_sdio_remove() tries to free resources via invalid bus pointer. This happens because sdiodev->bus is set 2 times: first in brcmf_sdio_probe() and second time in brcmf_sdiod_probe(). Fix this by chaning the brcmf_sdio_probe() function to return the error code and set sdio->bus only there.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-06
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel brcmfmac *
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 occurs in the Linux kernel's brcmfmac wifi driver related to the sdio device probe process. When the probe of the sdio brcmfmac device fails, for example due to missing firmware, the device's bus pointer is incorrectly set to an error value instead of NULL. Later, during cleanup, the driver attempts to free resources using this invalid bus pointer, which can cause a kernel oops (a type of kernel crash). The issue arises because the bus pointer is set twice in different probe functions, and the fix involves changing the probe function to return an error code and set the bus pointer only once.


How can this vulnerability impact me? :

This vulnerability can cause the Linux kernel to crash (kernel oops) when the brcmfmac wifi device probe fails. Such crashes can lead to system instability, unexpected reboots, or denial of service on affected systems using this wifi driver.


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