VDB
CVE-2026-80963
CVE-2026-80963
PUBLISHED
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: dm-stats: fix a crash if allocation of per-cpu data fails If "dm_kvzalloc(percpu_alloc_size, cpu_to_node(cpu))" fails, the code jumps to the "out" label and calls dm_stat_free. dm_stat_free does "for_each_possible_cpu(cpu) { dm_kvfree(s->stat_percpu[cpu][0].histogram, s->histogram_alloc_size);", which crashes with NULL pointer dereference if s->stat_percpu[cpu] is NULL. This commit fixes the bug by testing s->stat_percpu[cpu] for NULL before using it.
EPSS 0.18% · 7.4th percentile
Risk Scores
EPSS Score
0.18%
7.4th percentile
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | fd2ed4d252701d3bbed4cd3e3d267ad469bb832a, fd2ed4d252701d3bbed4cd3e3d267ad469bb832a, fd2ed4d252701d3bbed4cd3e3d267ad469bb832a |
| Linux | Linux | 3.12, 0, 5.10.270 |
| Linux | Linux | 7.3-rc1, fd2ed4d252701d3bbed4cd3e3d267ad469bb832a, fd2ed4d252701d3bbed4cd3e3d267ad469bb832a |
| linux | linux_kernel | 3.12, 3.12, 3.12 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 14, 2026 CVE Updated
- Sep 15, 2026 EPSS Score