CVE-2026-80962

Source
https://cve.org/CVERecord?id=CVE-2026-80962
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80962.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80962
Downstream
Published
2026-09-11T19:42:28Z
Modified
2026-09-13T03:46:57Z
Summary
dm-pcache: validate geometry fields from on-disk cache_info
Details

In the Linux kernel, the following vulnerability has been resolved:

dm-pcache: validate geometry fields from on-disk cache_info

cache_segs_init() iterates cache_info->n_segs times indexing cache->segments[], which is sized to the cache device geometry, and get_seg_id() takes each segment id from the on-media cache_info and the per-segment next_seg link. Both come from cache device metadata that is only CRC-protected with a fixed public seed, so whoever supplies the cache device on a table load (CAP_SYS_ADMIN) controls them: an oversized n_segs or an out-of-range id drives an out-of-bounds access of cache->segments[] and a wild CACHE_DEV_SEGMENT() pointer into the device mapping -- an out-of-bounds read and write from on-disk data.

Reject an n_segs that exceeds the device segment count and a segment id that is out of range before either is used. Valid metadata is unaffected.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80962.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
ab5dcde6fa96bc115b85f3621c60e39c66229a90
Fixed
3e19172089ec81132a8a48e802b1034a744209f4
Fixed
32d1809da31094ef76fd98dc1f1a8b55ca1295dd

Database specific

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