First published: Tue Apr 25 2023(Updated: )
A bug in the Linux kernel version 6.2.0 by syzkaller with our own templates. The bug causes a possible recursive locking scenario, resulting in a deadlock. The key trace is as follows: down_read+0x9d/0x450 kernel/locking/rwsem.c:1509 dm_get_inactive_table+0x2b/0xc0 drivers/md/dm-ioctl.c:773 __dev_status+0x4fd/0x7c0 drivers/md/dm-ioctl.c:844 table_clear+0x197/0x280 drivers/md/dm-ioctl.c:1537 In table_clear, it acquires a write lock <a href="https://elixir.bootlin.com/linux/v6.2/source/drivers/md/dm-ioctl.c#L1520">https://elixir.bootlin.com/linux/v6.2/source/drivers/md/dm-ioctl.c#L1520</a> down_write(&_hash_lock); Then before the lock is released at L1539, there is a path shown above: table_clear -> __dev_status -> dm_get_inactive_table -> down_read <a href="https://elixir.bootlin.com/linux/v6.2/source/drivers/md/dm-ioctl.c#L773">https://elixir.bootlin.com/linux/v6.2/source/drivers/md/dm-ioctl.c#L773</a> down_read(&_hash_lock); It tries to acquire the same read lock again, resulting in the deadlock problem
Credit: secalert@redhat.com secalert@redhat.com secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 | |
Linux Kernel | =6.2 | |
Fedora | =36 | |
Fedora | =37 | |
Fedora | =38 | |
Debian | =10.0 | |
Debian | =11.0 | |
Debian | =12.0 | |
All of | ||
netapp h300s firmware | ||
netapp h300s | ||
All of | ||
NetApp H500S Firmware | ||
netapp h500s | ||
All of | ||
netapp h700s firmware | ||
netapp h700s | ||
All of | ||
netapp h410s firmware | ||
netapp h410s | ||
All of | ||
netapp h410c firmware | ||
netapp h410c |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-2269 is classified as a moderate severity vulnerability due to the possibility of causing a deadlock in the Linux kernel.
To fix CVE-2023-2269, upgrade to a patched version of the Linux kernel such as 5.10.223-1 or later.
CVE-2023-2269 affects Linux kernel version 6.2 and specific versions of Fedora and Debian.
Exploitation of CVE-2023-2269 can lead to a system deadlock, rendering the system unresponsive.
There is no known workaround for CVE-2023-2269; the best mitigation is to apply the available updates.