CVE-2023-54117
Last modified
CVE-2023-54117 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: s390/dcssblk: fix kernel crash with list_add corruption Commit fb08a1908cb1 ("dax: simplify the dax_device <-> gendisk association") introduced new logic for gendisk association, requiring drivers to explicitly call dax_add_host() and dax_remove_host(). For dcssblk driver, some dax_remove_host() calls were missing, e.g. in device remove path. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: s390/dcssblk: fix kernel crash with list_add corruption Commit fb08a1908cb1 ("dax: simplify the dax_device <-> gendisk association") introduced new logic for gendisk association, requiring drivers to explicitly call dax_add_host() and dax_remove_host(). For dcssblk driver, some dax_remove_host() calls were missing, e.g. in device remove path. The commit also broke error handling for out_dax case in device add path, resulting in an extra put_device() w/o the previous get_device() in that case. This lead to stale xarray entries after device add / remove cycles. In the case when a previously used struct gendisk pointer (xarray index) would be used again, because blk_alloc_disk() happened to return such a pointer, the xa_insert() in dax_add_host() would fail and go to out_dax, doing the extra put_device() in the error path. In combination with an already flawed error handling in dcssblk (device_register() cleanup), which needs to be addressed in a separate patch, this resulted in a missing device_del() / klist_del(), and eventually in the kernel crash with list_add corruption on a subsequent device_add() / klist_add(). Fix this by adding the missing dax_remove_host() calls, and also move the put_device() in the error path to restore the previous logic.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fb08a1908cb119a4585611d91461ab6d27756b14, < 6489ec0107860345bc57dcde39e63dfb05ac5c11; >= fb08a1908cb119a4585611d91461ab6d27756b14, < b7ad75c77349beb4983b9f27108d9b3f33ae1413; >= fb08a1908cb119a4585611d91461ab6d27756b14, < b5c531a9a7d8e047c90c909f09cef06a9f8e62f4; >= fb08a1908cb119a4585611d91461ab6d27756b14, < c8f40a0bccefd613748d080147469a4652d6e74c |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54117?
How severe is CVE-2023-54117?
How do I fix CVE-2023-54117?
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-54111In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54112In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54113In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54114In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54115In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54116In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54118In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54119In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5412The Image horizontal reel scroll slideshow plugin for WordPr…6.5
- CVE-2023-54120In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54121In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54122In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54117?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
