CVE-2026-31755
Published: May 1, 2026
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: fix NULL pointer dereference in ep_queue When the gadget endpoint is disabled or not yet configured, the ep->desc pointer can be NULL. This leads to a NULL pointer dereference when __cdns3_gadget_ep_queue() is called, causing a kernel crash. Add a check to return -ESHUTDOWN if ep->desc is NULL, which is the standard return code for unconfigured endpoints. This prevents potential crashes when ep_queue is called on endpoints that are not ready.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 7733f6c32e36ff9d7adadf40001039bf219b1cbe - < 3d1433fe34b224b90259e207e5389e95b504ef04affected 7733f6c32e36ff9d7adadf40001039bf219b1cbe - < fb2ad0c1334a3eccfe4ed203f9eef5a4879226f6affected 7733f6c32e36ff9d7adadf40001039bf219b1cbe - < 9ab9b0e5fcdac325f950fc8b6caa08a9e22a0db9affected 7733f6c32e36ff9d7adadf40001039bf219b1cbe - < d61446dfc9d387775bb1b95b081953201b9222afaffected 7733f6c32e36ff9d7adadf40001039bf219b1cbe - < 390536cc6af4ca5566bc3bf1f8b704700380cd2c+2 more versions |
Linux | Linux | affected 5.4unaffected 0 - < 5.4unaffected 5.15.203 - <= 5.15.*unaffected 6.1.168 - <= 6.1.*unaffected 6.6.134 - <= 6.6.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now