Security Advisory

CVE-2022-50321

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-09-15 14:48:54
Last updated 2026-05-11 19:17:03
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit() The brcmf_netdev_start_xmit() returns NETDEV_TX_OK without freeing skb in case of pskb_expand_head() fails, add dev_kfree_skb() to fix it. Compile tested only.