CVE-2023-53356
Last modified
CVE-2023-53356 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.8, < 5.10.188 |
| Linux | Linux Kernel | >= 5.11, < 5.15.121 |
| Linux | Linux Kernel | >= 5.16, < 6.1.39 |
| Linux | Linux Kernel | >= 6.2, < 6.4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53356?
How severe is CVE-2023-53356?
How do I fix CVE-2023-53356?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53350In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53351In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53352In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53353In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53354In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53355In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53357In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53358In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-53359In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5336The iPanorama 360 – WordPress Virtual Tour Builder plugin fo…6.5
- CVE-2023-53360In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53361In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53356?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
