← Back to CVE List

CVE-2024-50171

Published: 2024-11-07T10:15Z
Last Modified: 2024-11-13T19:03Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcm_sysport_xmit() The bcm_sysport_xmit() returns NETDEV_TX_OK without freeing skb in case of dma_map_single() fails, add dev_kfree_skb() to fix it. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt