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 brcmfsdioremove() tries to free resources via invalid bus pointer. This happens because sdiodev->bus is set 2 times: first in brcmfsdioprobe() and second time in brcmfsdiodprobe(). Fix this by chaning the brcmfsdioprobe() function to return the error code and set sdio->bus only there.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43144.json",
"cna_assigner": "Linux"
}