CVE-2021-47498: dm rq: don't queue request to blk-mq during DM suspend
In the Linux kernel, the following vulnerability has been resolved:
dm rq: don't queue request to blk-mq during DM suspend
DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue.
But blk-mq's unquiesce may come from outside events, such as elevator
switch, updating nr_requests or others, and request may come during
suspend, so simply ask for blk-mq to requeue it.
Fixes one kernel panic issue when running updating nr_requests and
dm-mpath suspend/resume stress test.
Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw can cause a system crash when device-mapper request queues are suspended while block-multiqueue settings are changed. The business impact is availability: affected servers could panic and require recovery. The provided sources do not show remote attack capability or confirmed active exploitation.
Executive priority
Treat as a scheduled but meaningful availability fix. Prioritize critical Linux storage hosts, virtualization nodes, and database platforms where a kernel panic would disrupt service. Escalate if vendor advisories identify your supported kernel line as affected.
Technical view
The issue is in Linux device mapper request handling during DM suspend. blk-mq unquiesce can be triggered by outside events such as elevator changes or nr_requests updates, allowing requests during suspend. The fix requeues instead of queueing to blk-mq, preventing a kernel panic observed in dm-mpath suspend/resume stress testing.
Likely exposure
Exposure is most relevant on Linux systems using device mapper, especially request-based DM or multipath storage paths, on affected kernel builds. Internet-facing status is not the key factor because CVSS marks attack vector as local with low privileges required.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. CVSS indicates local access, low attack complexity, low privileges, no user interaction, and high availability impact without confidentiality or integrity impact.
Researcher notes
Evidence supports a kernel availability bug fixed in stable commits. The provided affected-version data is sparse and unusual, so exact distribution exposure should be confirmed through vendor advisories. Do not infer remote exploitation or broad weaponization from the available sources.
Mitigation direction
Update affected Linux kernels using vendor-supported security updates.
Confirm the deployed kernel includes the referenced stable device-mapper fixes.
For Debian LTS systems, review the cited Debian advisory and apply applicable updates.
Prioritize multipath or device-mapper hosts supporting critical storage workloads.
Avoid direct deployment workarounds unless confirmed by vendor guidance.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify systems using device mapper, dm-multipath, or request-based DM queues.
Compare deployed kernels against vendor advisories and stable fix references.
Check crash logs for kernel panics during DM suspend or nr_requests changes.
Validate patched systems under normal storage failover and maintenance workflows.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47498 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.