NULL pointer dereference in Linux kernel - CVE-2026-43422
Published: May 8, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in gncm_bind in the legacy NCM USB gadget driver when binding the gadget function. A local user can trigger the vulnerable code path to cause a denial of service.
The issue occurs because the driver accesses the net_device before it is fully instantiated.