CVE-2026-43192
dm mpath Missing Device Reference in Linux Kernel
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's device mapper multipath (dm mpath) component. It involves a missing cleanup step when an error occurs during the retrieval of the SCSI device handler name. Specifically, when the function scsi_dh_attached_handler_name() fails with an -ENOMEM error, the code did not properly release the reference to the path device that had been acquired. This could lead to resource management issues.
How can this vulnerability impact me? :
The impact of this vulnerability is related to improper resource cleanup in the Linux kernel's multipath device handling. If the reference to the path device is not released properly on error, it could cause resource leaks, potentially leading to increased memory usage or instability in systems using multipath devices.