2 matches found
CVE-2026-80949
CVE-2026-80949 is a memory leak in the Linux kernel's brcmfmac Wi-Fi driver. In the function brcmf_sdio_read_control() , memory allocated for buf is not freed in certain error paths, leading to unreleased kernel memory. The fix adds vfree() calls to those error paths. No CVSS score or exploitatio...
SaveExploits0References4
PT-2026-90079
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix memory leak in brcmf sdio read control The memory allocated for buf is not freed in some of the error paths in brcmf sdio read control. Fix that by adding vfree calls. arend: rework as suggested by Johannes...
SaveExploits0References5
20