Bug 2532108 (CVE-2026-80958) - CVE-2026-80958 kernel: dm-pcache: clamp the tail kset read to the segment data region
Summary: CVE-2026-80958 kernel: dm-pcache: clamp the tail kset read to the segment dat...
Keywords:
Status: NEW
Alias: CVE-2026-80958
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 20:43 UTC by OSIDB Bzimport
Modified: 2026-09-14 16:31 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 20:43:13 UTC
In the Linux kernel, the following vulnerability has been resolved:

dm-pcache: clamp the tail kset read to the segment data region

The tail-kset read in cache_replay(), the writeback worker and the GC
worker bounds its length by PCACHE_SEG_SIZE - seg_off, the raw segment
size rather than the data region. A tail near the segment end reads past
the segment data into the following control area.

Clamp the read to cache_seg_remain(), the data region.


Note You need to log in before you can comment on or make changes to this bug.