In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Nov 7, 2024
to the GitHub Advisory Database
•
Updated Nov 13, 2024
Description
Published by the National Vulnerability Database
Nov 7, 2024
Published to the GitHub Advisory Database
Nov 7, 2024
Last updated
Nov 13, 2024
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.
References