cve/2024/CVE-2024-56730.md
2025-09-29 16:08:36 +00:00

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.

Github