CVE-2026-80960
Last modified
CVE-2026-80960 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate on-media seg_num against the cache device size seg_num is read from the crc32c-only superblock, so whoever supplies the cache device on a table load (CAP_SYS_ADMIN) controls it. It sizes cache->segments[] and is the value every later on-media segment id is bounded against, yet it is never checked against the device.
Description
In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate on-media seg_num against the cache device size seg_num is read from the crc32c-only superblock, so whoever supplies the cache device on a table load (CAP_SYS_ADMIN) controls it. It sizes cache->segments[] and is the value every later on-media segment id is bounded against, yet it is never checked against the device. Because cache_dev->mapping is the direct map of the pmem, CACHE_DEV_SEGMENT() for a segment id past the device resolves to ordinary kernel memory beyond the mapping; a new-cache init reaching such an id has cache_seg_init() -> cache_dev_zero_range() memset() 12 KiB over that memory -- an out-of-bounds write into the kernel heap at table load. A zero seg_num makes the segment allocations ZERO_SIZE_PTR. Reject a seg_num that is zero, larger than the device can hold, or larger than PCACHE_CACHE_SEGS_MAX before it is used.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 91b93fe5cf4d62d5ecc642a6c8f15a3c11b00e3c; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < e889c0ee81165fc90aad2979b51f930f77895703; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 62d92e45abe9e087370f9fc5d876b95673aced34 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80960?
How severe is CVE-2026-80960?
How do I fix CVE-2026-80960?
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-80955In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80957In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80958In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80959In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8096The Kirki – Freeform Page Builder, Website Builder & Customi…6.5
- CVE-2026-80961In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80962In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80965In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80966In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80960?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
