Lucene search
+L

186 matches found

CVE
CVE
added 2026/09/17 4:12 p.m.12 views

CVE-2026-93197

This Linux kernel vulnerability affects memory cgroup (memcg) LRU size accounting . When a memcg is offlined, lruvec_reparent_lru() and lru_gen_reparent_memcg() copy the per-zone lru_zone_size[] to the parent without clearing the child's copy, leaving phantom counters on the dying cgroup. Because...

SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:12 p.m.3 views

EUVD-2026-82305

In the Linux kernel, the following vulnerability has been resolved: memcg: move LRU size accounting on reparenting instead of copying it When a memory cgroup is offlined its LRU folios are reparented to the parent. lruvecreparentlru splices the child's lists into the parent's and credits the pare...

SaveExploits0References2
CVE
CVE
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90099

CVE-2026-90099 affects the Linux kernel's net/sched (traffic control) subsystem. Allocations in tc classifier *_change() paths use GFP_KERNEL without __GFP_ACCOUNT , allowing unprivileged users in a user+network namespace to pin kernel memory outside memcg charging by creating large numbers of tc...

SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:06 p.m.5 views

EUVD-2026-81960

In the Linux kernel, the following vulnerability has been resolved: net/sched: account classifier filter allocations to memcg Allocations in the tc classifier change paths filter objects, per-CPU counters, and per-filter aux data use plain GFPKERNEL without GFPACCOUNT, allowing unprivileged users...

SaveExploits0References2
NVD
NVD
added 2026/09/16 11:17 a.m.3 views

CVE-2026-89985

In the Linux kernel, the following vulnerability has been resolved: memcg: keep folio's objcg same as its node memcgreparentobjcgs has an inherent assumption that a folio's objcg is the objcg of the folio's node. Folio migration across nodes breaks that assumption: the new folio simply inherits t...

7.8CVSS0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 10:33 a.m.9 views

CVE-2026-89985

CVE-2026-89985 is a vulnerability in the Linux kernel's memory cgroup (memcg) subsystem . The root cause is a broken invariant in memcg_reparent_objcgs(): when a folio migrates across NUMA nodes, it inherits the old node's objcg, which desynchronizes objcg reparenting from LRU list reparenting. T...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80593

In the Linux kernel, the following vulnerability has been resolved: memcg: keep folio's objcg same as its node memcgreparentobjcgs has an inherent assumption that a folio's objcg is the objcg of the folio's node. Folio migration across nodes breaks that assumption: the new folio simply inherits t...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.30 views

CVE-2026-89985 memcg: keep folio's objcg same as its node

In the Linux kernel, the following vulnerability has been resolved: memcg: keep folio's objcg same as its node memcgreparentobjcgs has an inherent assumption that a folio's objcg is the objcg of the folio's node. Folio migration across nodes breaks that assumption: the new folio simply inherits t...

7.8CVSS0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:32 a.m.4 views

EUVD-2026-80523

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Free guest debug data on vcpu destroy kvms390clearbpdata is only called from kvmarchvcpuioctlsetguestdebug, i.e. when user space changes or disables debugging. A vCPU that is destroyed while hardware breakpoints are...

5.8AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 8:20 p.m.4 views

UBUNTU-CVE-2026-89752

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

5.9AI score0.00176EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:46 p.m.17 views

CVE-2026-89752

A race condition in the Linux kernel's memory cgroup (memcg) subsystem can cause an indefinite reclaim loop when two open files concurrently update memory.max or memory.high. Because kernfs serializes operations only per open file, a first writer may continue reclaiming toward a stale target afte...

5.8AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89752 mm: memcg: stop reclaim when a limit update is superseded

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89752 mm: memcg: stop reclaim when a limit update is superseded

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

5.9AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/05 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-80729

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/hugememory: initialise workingset state before folio split xastrysplit adds GFPACCOUNT for page-cache xanodes, but foliosplit leaves the xastate's xalru unse...

5.7AI score0.00189EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/03 1:06 p.m.11 views

CVE-2026-80729

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: initialise workingset state before folio split xastrysplit adds GFPACCOUNT for page-cache xanodes, but foliosplit leaves the xastate's xalru unset. That lets a live, memcg-charged xanode exist without being linked...

5.5AI score0.00189EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/03 8:21 a.m.19 views

CVE-2026-80729

CVE-2026-80729 affects the Linux kernel in the mm/huge_memory subsystem. The root cause is that __folio_split() leaves the xa_state's xa_lru field unset, while xas_try_split() adds __GFP_ACCOUNT for page-cache xa_nodes. This allows a live, memcg-charged xa_node to exist without being linked into ...

5.8AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.30 views

CVE-2026-80729 mm/huge_memory: initialise workingset state before folio split

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: initialise workingset state before folio split xastrysplit adds GFPACCOUNT for page-cache xanodes, but foliosplit leaves the xastate's xalru unset. That lets a live, memcg-charged xanode exist without being linked...

0.00189EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-80719

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mm: mglru: fix stale batch updates after memcg reparenting The mglru page table walker...

5.2AI score0.00145EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 8:16 a.m.28 views

CVE-2026-80719

In the Linux kernel, the following vulnerability has been resolved: mm: mglru: fix stale batch updates after memcg reparenting The mglru page table walker batches per-generation size deltas in walk-nrpages while walking page tables without holding the lruvec lock. The resetbatchsize later folds...

0.00145EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

UBUNTU-CVE-2026-80719

In the Linux kernel, the following vulnerability has been resolved: mm: mglru: fix stale batch updates after memcg reparenting The mglru page table walker batches per-generation size deltas in walk-nrpages while walking page tables without holding the lruvec lock. The resetbatchsize later folds...

5.7CVSS5.8AI score0.00145EPSS
SaveExploits0References5
Rows per page
Query Builder