In the Linux kernel, the following vulnerability has been resolved:
usb: gadget: u_serial: Add null pointer check in gserial_suspend
Consider a case where gserial_disconnect has already cleared
gser->ioport. And if gserial_suspend gets called afterwards,
it will lead to accessing of gser->ioport and thus causing
null pointer dereference.
Avoid this by adding a null pointer check. Added a static
spinlock to prevent gser->ioport from becoming null after
the newly added null pointer check.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-09-17 15:15
Updated : 2026-01-14 19:16
NVD link : CVE-2023-53356
Mitre link : CVE-2023-53356
CVE.ORG link : CVE-2023-53356
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
