CVE-2026-46107
Published: May 28, 2026
Modified: Jun 1, 2026
CVSS v3.1
7.8
Description
In the Linux kernel, the following vulnerability has been resolved: dm-thin: fix metadata refcount underflow There's a bug in dm-thin in the function rebalance_children. If the internal btree node has one entry, the code tries to copy all btree entries from the node's child to the node itself and then decrement the child's reference count. If the child node is shared (it has reference count > 1), we won't free it, so there would be two pointers to each of the grandchildren nodes. But the reference counts of the grandchildren is not increased, thus the reference count doesn't match the number of pointers that point to the grandchildren. This results in "device mapper: space map common: unable to decrement block" errors. Fix this bug by incrementing reference counts on the grandchildren if the btree node is shared.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 3241b1d3e0aaafbfcd320f4d71ade629728cc4f4 - < f49b41c9eb7c6ff00df27cd49cea210abbadd8adaffected 3241b1d3e0aaafbfcd320f4d71ade629728cc4f4 - < f06f6aededd792a754cd677c02b3d3016d868c2caffected 3241b1d3e0aaafbfcd320f4d71ade629728cc4f4 - < 12161e03d33afce781f68fa11cc6060538862fadaffected 3241b1d3e0aaafbfcd320f4d71ade629728cc4f4 - < 323d252a4a378834e4fe68298ca61cfc5dd3a460affected 3241b1d3e0aaafbfcd320f4d71ade629728cc4f4 - < 85311a585a26640760cd0f3349ab9f2905691044+2 more versions |
Linux | Linux | affected 3.2unaffected 0 - < 3.2unaffected 5.15.209 - <= 5.15.*unaffected 6.1.175 - <= 6.1.*unaffected 6.6.140 - <= 6.6.*+4 more versions |
CVSS v3.1 Details
CVSS v3.1 Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now