CVE-2026-80960

Source
https://cve.org/CVERecord?id=CVE-2026-80960
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80960.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80960
Downstream
Published
2026-09-11T19:42:27Z
Modified
2026-09-13T03:47:04Z
Summary
dm-pcache: validate on-media seg_num against the cache device size
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80960.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
91b93fe5cf4d62d5ecc642a6c8f15a3c11b00e3c
Fixed
e889c0ee81165fc90aad2979b51f930f77895703
Fixed
62d92e45abe9e087370f9fc5d876b95673aced34

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80960.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-80960.json"