SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-80949

UNKNOWN · CVSS N/A EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's brcmfmac driver, specifically in the brcmf_sdio_read_control() function, where memory allocated for a buffer is not properly freed in certain error scenarios, leading to a memory leak. This could potentially result in increased memory consumption over time, impacting system performance and stability. Organizations using Linux systems with the affected kernel should prioritize applying the fix to mitigate the risk of resource exhaustion.

CVE
CVE-2026-80949
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD 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]