
Cloud Vulnerability DB
A community-led vulnerabilities database
A race condition vulnerability was discovered in the Linux kernel (CVE-2025-40134) that affects the device mapper (dm) subsystem. The vulnerability was disclosed on November 12, 2025, and involves a NULL pointer dereference in the _dmsuspend() function. The issue specifically affects the Linux kernel's device mapper component, which is used for mapping physical block devices to higher-level virtual block devices (NVD).
The vulnerability stems from a race condition between dm device suspend and table load operations that can lead to a null pointer dereference. The issue occurs when suspend is invoked before table load completes, resulting in a kernel NULL pointer dereference at address 0x54. The problem manifests in the interaction between two threads: T1 handling dmsuspend and T2 handling tableload, where the sequence of operations can lead to accessing an uninitialized tag_set pointer (NVD).
When exploited, this vulnerability causes a kernel NULL pointer dereference, which typically results in a system crash or denial of service condition. The issue affects systems using the device mapper functionality in the Linux kernel, particularly during device suspension operations (NVD).
The issue has been fixed by implementing additional checks in the _dmsuspend() function to verify if a valid table (map) exists before performing request-based suspend and waiting for target I/O. When the map is NULL, the fix skips table-dependent suspend steps, as no I/O can reach any target in this state. The patch has been included in various Linux distributions, with Debian providing fixes in version 6.1.158-1~deb11u1 (Debian Security).
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."