CVE-2026-80961

Source
https://cve.org/CVERecord?id=CVE-2026-80961
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80961.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80961
Downstream
Published
2026-09-11T19:42:27Z
Modified
2026-09-13T03:46:55Z
Summary
dm-pcache: validate kset key_num and intra-segment bounds
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80961.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1d57628ff95b32d5cfa8d8f50e07690c161e9cf0
Fixed
d8caf96040a06096276ab72f5e1e8547c014c564
Fixed
5ac38f4b4862fad6e7270fde5c3356a822ce74ca
Fixed
f11deb032fd84081e7831cffcba895d893054a22

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80961.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80961.json"