First published: Thu Nov 07 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <3.16 | |
Linux Kernel | >=4.19<4.19.323 | |
Linux Kernel | >=4.20<5.4.285 | |
Linux Kernel | >=5.5<5.10.229 | |
Linux Kernel | >=5.11<5.15.170 | |
Linux Kernel | >=5.16<6.1.115 | |
Linux Kernel | >=6.2<6.6.59 | |
Linux Kernel | >=6.7<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50171 has been categorized as a low severity vulnerability due to its potential memory leak in the Linux kernel.
To fix CVE-2024-50171, update your Linux kernel to a version that incorporates the fix for bcm_sysport_xmit().
CVE-2024-50171 affects multiple versions of the Linux kernel, including those before 3.16 and between 4.19 and 6.12-rc3.
No, CVE-2024-50171 is not classified as a critical vulnerability, rather it poses a low risk primarily due to a memory leak.
CVE-2024-50171 specifically impacts the net subsystem, particularly the bcm_sysport_xmit() function.