๐Ÿ” CVE Alert

CVE-2026-80961

HIGH 7.8

dm-pcache: validate kset key_num and intra-segment bounds

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

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

Affected Versions

Linux / Linux
1d57628ff95b32d5cfa8d8f50e07690c161e9cf0 < d8caf96040a06096276ab72f5e1e8547c014c564 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0 < 5ac38f4b4862fad6e7270fde5c3356a822ce74ca 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0 < f11deb032fd84081e7831cffcba895d893054a22
Linux / Linux
6.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/d8caf96040a06096276ab72f5e1e8547c014c564 git.kernel.org: https://git.kernel.org/stable/c/5ac38f4b4862fad6e7270fde5c3356a822ce74ca git.kernel.org: https://git.kernel.org/stable/c/f11deb032fd84081e7831cffcba895d893054a22