CVE-2026-80961
Last modified
CVE-2026-80961 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate kset key_num and intra-segment bounds Two more fields decoded from the cache device go unbounded. The kset key_num drives cache_kset_crc() and the replay loop in cache_replay(), the writeback worker and the GC worker, but only the magic and a fixed-seed CRC are checked first, so a non-last kset whose key_num exceeds the PCACHE_KSET_KEYS_MAX buffer reads past its end before the CRC compare. A key's intra-segment offset and length in cache_key_decode() are taken verbatim, so a key running past its segment is replayed into the cache tree and the data CRC check and every later read hit then copy adjacent persistent memory into the caller's bio -- an out-of-bounds read that leaks to user space. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate kset key_num and intra-segment bounds Two more fields decoded from the cache device go unbounded. The kset key_num drives cache_kset_crc() and the replay loop in cache_replay(), the writeback worker and the GC worker, but only the magic and a fixed-seed CRC are checked first, so a non-last kset whose key_num exceeds the PCACHE_KSET_KEYS_MAX buffer reads past its end before the CRC compare. A key's intra-segment offset and length in cache_key_decode() are taken verbatim, so a key running past its segment is replayed into the cache tree and the data CRC check and every later read hit then copy adjacent persistent memory into the caller's bio -- an out-of-bounds read that leaks to user space. Both fields are controlled by whoever supplies the cache device (CAP_SYS_ADMIN); the CRC seed is public. Add kset_onmedia_valid() to bound key_num before any kset read, and reject a key whose offset plus length, computed in 64 bits, exceeds the segment data_size. Valid metadata is unaffected.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < d8caf96040a06096276ab72f5e1e8547c014c564; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 5ac38f4b4862fad6e7270fde5c3356a822ce74ca; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < f11deb032fd84081e7831cffcba895d893054a22 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80961?
How severe is CVE-2026-80961?
How do I fix CVE-2026-80961?
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-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-80960In the Linux kernel, the following vulnerability has been re…
- 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…
- CVE-2026-80967In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-80961?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
