CVE-2026-46107
Last modified
CVE-2026-46107 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.2, < 5.10.259 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46107?
How severe is CVE-2026-46107?
How do I fix CVE-2026-46107?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46101In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46102In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46103In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46104In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46105In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46106In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46108In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46109In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4611A flaw has been found in TOTOLINK X6000R 9.4.0cu.1360_B20241…8.8
- CVE-2026-46110In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46111In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46112In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46107?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
