mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
966 B
966 B
CVE-2024-56730
Description
In the Linux kernel, the following vulnerability has been resolved:net/9p/usbg: fix handling of the failed kzalloc() memory allocationOn the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave thefollowing error report:./net/9p/trans_usbg.c:912:5-11: ERROR: allocation function on line 911 returnsNULL not ERR_PTR on failurekzalloc() failure is fixed to handle the NULL return case on the memory exhaustion.
POC
Reference
No PoCs from references.