
Cloud Vulnerability DB
A community-led vulnerabilities database
A denial of service vulnerability (CVE-2023-2269) was discovered in the Linux Kernel Device Mapper-Multipathing sub-component. The vulnerability, found by Zheng Zhang, is due to a possible recursive locking scenario that results in a deadlock in table_clear in drivers/md/dm-ioctl.c. The issue affects Linux kernel versions prior to 6.2 (Ubuntu Security, NetApp Security).
The vulnerability stems from improper handling of locking in the device mapper implementation. Specifically, in tableclear, it first acquires a write lock (downwrite(&hashlock)) and before the lock is released, there is a path through tableclear -> _devstatus -> dmgetinactivetable that attempts to acquire the same read lock (downread(&hash_lock)) again, resulting in a deadlock scenario (Kernel Mailing List). The vulnerability has been assigned a CVSS score of 4.4 (Medium) with vector CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H (NetApp Security).
When successfully exploited, this vulnerability can lead to a denial of service (DoS) condition through a kernel deadlock. The impact is limited to local system availability, with no direct impact on confidentiality or integrity (Ubuntu Security, NetApp Security).
The issue has been fixed in various Linux distributions through security updates. The fix involves moving tableclear()'s _devstatus() call to after its upwrite(&hashlock) to prevent the nested locking scenario. Fixed versions include Ubuntu 23.04 (6.2.0-27.28), Ubuntu 22.04 LTS (5.15.0-79.86), Debian Bookworm (6.1.37-1), and Fedora versions 36, 37, and 38 with kernel 6.2.15 (Ubuntu Security, Debian Security, Fedora Updates).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."