Lucene search
+L

498599 matches found

EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76283

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate on-media segnum against the cache device size segnum is read from the crc32c-only superblock, so whoever supplies the cache device on a table load CAPSYSADMIN controls it. It sizes cache-segments and is the...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.6 views

CVE-2026-80961 dm-pcache: validate kset key_num and intra-segment bounds

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate kset keynum and intra-segment bounds Two more fields decoded from the cache device go unbounded. The kset keynum drives cacheksetcrc and the replay loop in cachereplay, the writeback worker and the GC worker,...

7.8CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:42 p.m.15 views

CVE-2026-80960

CVE-2026-80960 is an out-of-bounds write vulnerability in the Linux kernel's dm-pcache (device-mapper persistent cache) module. The on-media seg_num field, read from a crc32c-only superblock, is attacker-controlled by anyone with CAP_SYS_ADMIN who supplies the cache device at table load. It is ne...

0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80959 dm-pcache: bound the persisted tail-position offset

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: bound the persisted tail-position offset cacheposdecode takes the persisted keytail and dirtytail segoff from the cache device and addresses within the segment with it. A segoff at or past the segment datasize,...

7.8CVSS0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:42 p.m.14 views

CVE-2026-80959

CVE-2026-80959 affects the Linux kernel's dm-pcache (device-mapper persistent cache) component. The root cause is in cache_pos_decode() , which uses persisted key_tail and dirty_tail seg_off values to address data within a cache segment. A seg_off at or past the segment data_size , controllable b...

7.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.7 views

CVE-2026-80959 dm-pcache: bound the persisted tail-position offset

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: bound the persisted tail-position offset cacheposdecode takes the persisted keytail and dirtytail segoff from the cache device and addresses within the segment with it. A segoff at or past the segment datasize,...

7.8CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76282

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: bound the persisted tail-position offset cacheposdecode takes the persisted keytail and dirtytail segoff from the cache device and addresses within the segment with it. A segoff at or past the segment datasize,...

0.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80959

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: bound the persisted tail-position offset cacheposdecode takes the persisted keytail and dirtytail segoff from the cache device and addresses within the segment with it. A segoff at or past the segment datasize,...

7.8CVSS0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.6 views

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

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 cachereplay, the writeback worker and the GC worker bounds its length by PCACHESEGSIZE - segoff, the raw segment size rather than the data regio...

7.1CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76281

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 cachereplay, the writeback worker and the GC worker bounds its length by PCACHESEGSIZE - segoff, the raw segment size rather than the data regio...

0.00124EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

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

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 cachereplay, the writeback worker and the GC worker bounds its length by PCACHESEGSIZE - segoff, the raw segment size rather than the data regio...

7.1CVSS0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:42 p.m.10 views

CVE-2026-80957

CVE-2026-80957 affects the dm-pcache subsystem in the Linux kernel . The function cache_replay() traverses the on-media last-kset chain via next_cache_seg_id without calling cond_resched(). A forged chain that points back into an already-visited segment causes the replay loop to iterate indefinit...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.25 views

CVE-2026-80957 dm-pcache: detect a cycle in the last-kset chain during replay

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: detect a cycle in the last-kset chain during replay cachereplay follows the on-media last-kset chain by nextcachesegid with no condresched. A forged chain that points back into a segment it has already visited makes th...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:42 p.m.15 views

CVE-2026-80958

CVE-2026-80958 is a buffer over-read in the Linux kernel's dm-pcache (Device Mapper Persistent Cache) component. The tail-kset read performed by cache_replay(), the writeback worker, and the garbage collection (GC) worker incorrectly bounds its length by PCACHE_SEG_SIZE - seg_off (the raw segment...

7.1CVSS0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.6 views

CVE-2026-80957 dm-pcache: detect a cycle in the last-kset chain during replay

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: detect a cycle in the last-kset chain during replay cachereplay follows the on-media last-kset chain by nextcachesegid with no condresched. A forged chain that points back into a segment it has already visited makes th...

5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76280

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: detect a cycle in the last-kset chain during replay cachereplay follows the on-media last-kset chain by nextcachesegid with no condresched. A forged chain that points back into a segment it has already visited makes th...

0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80958

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 cachereplay, the writeback worker and the GC worker bounds its length by PCACHESEGSIZE - segoff, the raw segment size rather than the data regio...

7.1CVSS0.00124EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80956

CVE-2026-80956 affects the Linux kernel's dm-pcache (device mapper persistent cache) subsystem. The root cause is a bounds mismatch: get_cache_segment() scans the segment map up to cache->n_segs (the physical device segment count), while cache_segs_init() only initializes the first cache_info-...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76279

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: only hand out initialized cache segments getcachesegment scans the segment map up to cache-nsegs, the physical device segment count, but cachesegsinit only initializes the first cacheinfo-nsegs segments. A crafted imag...

0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.10 views

CVE-2026-80956

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: only hand out initialized cache segments getcachesegment scans the segment map up to cache-nsegs, the physical device segment count, but cachesegsinit only initializes the first cacheinfo-nsegs segments. A crafted imag...

0.00198EPSS
SaveExploits0
Rows per page
Query Builder