Security Advisory

CVE-2026-80949

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-09-11 19:42:19
Last updated 2026-09-14 11:59:06
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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]