CVE-2023-54159
CVE-2023-54159 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (7th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60286
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2023-54159?
- 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.
- Is CVE-2023-54159 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (7th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-54159?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-54159 have an EU (EUVD) identifier?
- Yes. CVE-2023-54159 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60286.
- When was CVE-2023-54159 published?
- CVE-2023-54159 was published on 2025-12-24 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/012936502a9cb7b0604e85bb961eb15e2bb40dd9
- https://git.kernel.org/stable/c/26ca30516b2c49dd04c134cbdf122311c538df98
- https://git.kernel.org/stable/c/3a7d4959560a2ee493ef222e3b63d359365f41ec
- https://git.kernel.org/stable/c/b636aff94a67be46582d4321d11743f1a10cc2c1
- https://git.kernel.org/stable/c/d28f4091ea7ec3510fd6a3c6d433234e7a2bef14
- https://git.kernel.org/stable/c/ee53a7a88027cea765c68f3b00a50b8f58d6f786
- https://git.kernel.org/stable/c/f26273428657ef4ca74740e578ae45a3be492f6f