CVE-2026-80958

Updated on 11 Sep 2026

Severity

7.1 High severity

Details

CVSS score
7.1
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Overview

About vulnerability

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.

Details

Affected product:
Debian 10 ELS , Debian 11 ELS
Affected packages:
linux @ 4.19.0 (+1 more)