CVE-2023-54159
Last modified
CVE-2023-54159 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu->lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it may lock @mtu->lock and free qmu ring, then qmu irq hanlder may get a NULL gpd, avoid the KE by checking gpd's value before handling it. e.g. qmu done irq on cpu0 thread running on cpu1 qmu_done_tx() handle gpd [0] mtu3_requ_complete() mtu3_gadget_ep_disable() unlock @mtu->lock give back request lock @mtu->lock mtu3_ep_disable() mtu3_gpd_ring_free() unlock @mtu->lock lock @mtu->lock get next gpd [1] [1]: goto [0] to handle next gpd, and next gpd may be NULL.. 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: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu->lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it may lock @mtu->lock and free qmu ring, then qmu irq hanlder may get a NULL gpd, avoid the KE by checking gpd's value before handling it. e.g. qmu done irq on cpu0 thread running on cpu1 qmu_done_tx() handle gpd [0] mtu3_requ_complete() mtu3_gadget_ep_disable() unlock @mtu->lock give back request lock @mtu->lock mtu3_ep_disable() mtu3_gpd_ring_free() unlock @mtu->lock lock @mtu->lock get next gpd [1] [1]: goto [0] to handle next gpd, and next gpd may be NULL.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < 26ca30516b2c49dd04c134cbdf122311c538df98; >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < 012936502a9cb7b0604e85bb961eb15e2bb40dd9; >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < ee53a7a88027cea765c68f3b00a50b8f58d6f786; >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < f26273428657ef4ca74740e578ae45a3be492f6f; >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < b636aff94a67be46582d4321d11743f1a10cc2c1; >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < 3a7d4959560a2ee493ef222e3b63d359365f41ec; >= 48e0d3735aa557a8adaf94632ca3cf78798e8505, < d28f4091ea7ec3510fd6a3c6d433234e7a2bef14 |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54159?
How severe is CVE-2023-54159?
How do I fix CVE-2023-54159?
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-54153In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54154In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54155In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54156In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54157In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54158In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5416The Funnelforms Free plugin for WordPress is vulnerable to u…4.3
- CVE-2023-54160In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54161Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54162In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54163NLB mKlik Macedonia 3.3.12 contains a SQL injection vulnerab…8.8
- CVE-2023-54164In the Linux kernel, the following vulnerability has been re…8
Are you affected by CVE-2023-54159?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
