CVE-2026-93201
Last modified
CVE-2026-93201 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 seg_id fields from persistent memory cache_pos_decode(), cache_key_decode() and the last-kset branches of cache_replay(), the writeback worker and the GC worker take a cache segment id from the cache device metadata and index cache->segments[] with it without checking it against cache->n_segs. That metadata is only CRC-protected with a fixed public seed, so whoever supplies the cache device on a table load (CAP_SYS_ADMIN) controls the id; an out-of-range value forms a wild pcache_cache_segment pointer that is dereferenced and written through -- an out-of-bounds read and write driven by on-disk data. Add cache_seg_id_valid() and reject an out-of-range id at each decode site, failing the operation with -EIO instead of indexing past the array. Bound the id against the initialized-segment count (cache_info.n_segs) rather than the physical device total.
Description
In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate seg_id fields from persistent memory cache_pos_decode(), cache_key_decode() and the last-kset branches of cache_replay(), the writeback worker and the GC worker take a cache segment id from the cache device metadata and index cache->segments[] with it without checking it against cache->n_segs. That metadata is only CRC-protected with a fixed public seed, so whoever supplies the cache device on a table load (CAP_SYS_ADMIN) controls the id; an out-of-range value forms a wild pcache_cache_segment pointer that is dereferenced and written through -- an out-of-bounds read and write driven by on-disk data. Add cache_seg_id_valid() and reject an out-of-range id at each decode site, failing the operation with -EIO instead of indexing past the array. Bound the id against the initialized-segment count (cache_info.n_segs) rather than the physical device total. A forged cache_info.n_segs below seg_num otherwise leaves segments[cache_info.n_segs..seg_num) as zeroed structs whose data pointer is NULL, so a forged id in that window would still be dereferenced. A later patch guarantees cache_info.n_segs <= seg_num, and a driver-created cache sets the two equal, so valid images are unaffected.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < b4bf8af5e7d7db4c5e179e15017da55857761ac4; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 90c990a68460d7b5720e5634cf650eccdf0f4098 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93201?
How severe is CVE-2026-93201?
How do I fix CVE-2026-93201?
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-93196In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93197In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93198In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93199In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9320IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-93200In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93202In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93203In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-93204In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9321Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-9322IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-9323The urwid web display backend (urwid/display/web.py) generat…8.1
Are you affected by CVE-2026-93201?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
