First published: Thu Nov 07 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() The sun3_82586_send_packet() returns NETDEV_TX_OK without freeing skb in case of skb->len being too long, add dev_kfree_skb() to fix it.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.12<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 | |
Linux Kernel | =6.12-rc4 | |
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-50168 has been classified as a moderate severity vulnerability affecting the Linux kernel.
To fix CVE-2024-50168, ensure you update your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2024-50168 affects several Linux kernel versions ranging from 2.6.12 to 6.12-rc4.
CVE-2024-50168 impacts the networking component in the Linux kernel related to the sun3_82586 driver.
CVE-2024-50168 is a memory leak vulnerability caused by the sun3_82586_send_packet() function not freeing the skb in certain conditions.