In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 25, 2024
to the GitHub Advisory Database
•
Updated May 24, 2024
Description
Published by the National Vulnerability Database
Mar 25, 2024
Published to the GitHub Advisory Database
Mar 25, 2024
Last updated
May 24, 2024
In the Linux kernel, the following vulnerability has been resolved:
net: usb: fix memory leak in smsc75xx_bind
Syzbot reported memory leak in smsc75xx_bind().
The problem was is non-freed memory in case of
errors after memory allocation.
backtrace:
[] kmalloc include/linux/slab.h:556 [inline]
[] kzalloc include/linux/slab.h:686 [inline]
[] smsc75xx_bind+0x7a/0x334 drivers/net/usb/smsc75xx.c:1460
[] usbnet_probe+0x3b6/0xc30 drivers/net/usb/usbnet.c:1728
References