CVE-2026-80955
Last modified
CVE-2026-80955 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: fix use-after-free and invalid seg operations in kset_replay() In kset_replay, when key->seg_gen is stale (key->seg_gen < key->cache_pos.cache_seg->gen), cache_key_put(key) is called but then key->cache_pos.cache_seg is accessed as the argument to cache_seg_get(). This is a use-after-free on the freed key memory. Although mempool recycled memory is not immediately reclaimed or overwritten in practice, this is still a potential UAF bug. Additionally, for expired invalid keys, setting the cache->seg_map bit and calling cache_seg_get() is unreasonable since the corresponding segment data is no longer valid. Fix both issues by moving cache_seg_get() and __set_bit() after the gen check, so they only execute for valid keys, and using continue to skip invalid keys.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dm-pcache: fix use-after-free and invalid seg operations in kset_replay() In kset_replay, when key->seg_gen is stale (key->seg_gen < key->cache_pos.cache_seg->gen), cache_key_put(key) is called but then key->cache_pos.cache_seg is accessed as the argument to cache_seg_get(). This is a use-after-free on the freed key memory. Although mempool recycled memory is not immediately reclaimed or overwritten in practice, this is still a potential UAF bug. Additionally, for expired invalid keys, setting the cache->seg_map bit and calling cache_seg_get() is unreasonable since the corresponding segment data is no longer valid. Fix both issues by moving cache_seg_get() and __set_bit() after the gen check, so they only execute for valid keys, and using continue to skip invalid keys.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 1894fc7a3bab90143dcd26ef8ee27040ef4a7501; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < f39a3e9cc5946473e16d6f5071b2ee0216c56d06; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < c2e894eac398b258f12fdec73ed6ba081047f7b3 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80955?
How severe is CVE-2026-80955?
How do I fix CVE-2026-80955?
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-8095The Frontend File Manager Plugin plugin for WordPress is vul…8.1
- CVE-2026-80950In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80951In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80952In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80953In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80954In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80957In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80958In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80959In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8096The Kirki – Freeform Page Builder, Website Builder & Customi…6.5
- CVE-2026-80960In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80955?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
