Lucene search
+L

301 matches found

Cvelist
Cvelist
added 2026/08/15 5:52 a.m.30 views

CVE-2026-72067 cpu: hotplug: Preserve per instance callback errors

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhpinvokecallback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

7.8CVSS0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.8 views

EUVD-2026-59025

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhpinvokecallback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

5.3AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:52 a.m.35 views

CVE-2026-72067

CVE-2026-72067 affects the Linux kernel CPU hotplug path. The issue arises in cpuhp_invoke_callback() where, if one instance fails, the rollback path reuses the prior return value, which can hide the original error and make a failed transition appear successful. The fix is to keep the rollback re...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:52 a.m.18 views

CVE-2026-72067 cpu: hotplug: Preserve per instance callback errors

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhpinvokecallback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

7.8CVSS5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:52 a.m.16 views

CVE-2026-72066 cpu: hotplug: Bound hotplug states sysfs output

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Bound hotplug states sysfs output statesshow adds CPU hotplug state names into a single sysfs buffer using sprintf. With enough registered states, this can write past the end of the PAGESIZE buffer. Use sysfsemitat ...

7.8CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:52 a.m.27 views

CVE-2026-72066

CVE-2026-72066 affects the Linux kernel: cpu: hotplug bound hotplug states sysfs output. The issue arises when states_show() writes CPU hotplug state names into a single sysfs buffer with sprintf(), which can overflow the PAGE_SIZE buffer when many states are registered. The documented fix is to ...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.5 views

EUVD-2026-59024

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Bound hotplug states sysfs output statesshow adds CPU hotplug state names into a single sysfs buffer using sprintf. With enough registered states, this can write past the end of the PAGESIZE buffer. Use sysfsemitat ...

5.3AI score0.00176EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.24 views

CVE-2026-72066 cpu: hotplug: Bound hotplug states sysfs output

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Bound hotplug states sysfs output statesshow adds CPU hotplug state names into a single sysfs buffer using sprintf. With enough registered states, this can write past the end of the PAGESIZE buffer. Use sysfsemitat ...

7.8CVSS0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.7 views

EUVD-2026-59115

In the Linux kernel, the following vulnerability has been resolved: cpu/hotplug: Fix NULL kobject warning in cpuhpsmtenable On arm64, when booting with maxcpus greater than the number of present CPUs e.g., QEMU -smp cpus=4,maxcpus=8, some CPUs are marked as 'present' but have not yet been...

5.6AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:51 a.m.22 views

CVE-2026-72016

CVE-2026-72016 relates to Linux kernel arm64 CPU hotplug handling. The issue arises when booting with maxcpus > present CPUs, where some CPUs are marked present but not registered, causing NULL kobject warnings in sysfs during cpuhp_smt_enable() as _cpu_up() triggers sysfs_create_group() with ...

5.6AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.20 views

CVE-2026-72016 cpu/hotplug: Fix NULL kobject warning in cpuhp_smt_enable()

In the Linux kernel, the following vulnerability has been resolved: cpu/hotplug: Fix NULL kobject warning in cpuhpsmtenable On arm64, when booting with maxcpus greater than the number of present CPUs e.g., QEMU -smp cpus=4,maxcpus=8, some CPUs are marked as 'present' but have not yet been...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:51 a.m.7 views

CVE-2026-72016 cpu/hotplug: Fix NULL kobject warning in cpuhp_smt_enable()

In the Linux kernel, the following vulnerability has been resolved: cpu/hotplug: Fix NULL kobject warning in cpuhpsmtenable On arm64, when booting with maxcpus greater than the number of present CPUs e.g., QEMU -smp cpus=4,maxcpus=8, some CPUs are marked as 'present' but have not yet been...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:51 a.m.7 views

EUVD-2026-59109

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: rebind mm mempolicy to effectivemems, not memsallowed Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolicy with MPOLFRELATIVENODES rebinds in response to a CPU hotplug event...

5.5AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.18 views

CVE-2026-72010 cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: rebind mm mempolicy to effectivemems, not memsallowed Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolicy with MPOLFRELATIVENODES rebinds in response to a CPU hotplug event...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:51 a.m.12 views

CVE-2026-72010 cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: rebind mm mempolicy to effectivemems, not memsallowed Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolicy with MPOLFRELATIVENODES rebinds in response to a CPU hotplug event...

5.6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:51 a.m.14 views

CVE-2026-72010

CVE-2026-72010 — Linux kernel (cgroup/cpuset) memo policy rebinding : A divisive divide-by-zero could occur when rebinding a VMA mempolicy with MPOL_F_RELATIVE_NODES during CPU hotplug if cpuset.mems was never set. The issue arises because the rebind path used cs->mems_allowed (which may have ...

5.4AI score0.0021EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-72066

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cpu: hotplug: Bound hotplug states sysfs output statesshow adds CPU hotplug state names into a single sysfs buffer using sprintf. With enough registered states,...

7.8CVSS5.6AI score0.00176EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.7 views

PT-2026-72199

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: rebind mm mempolicy to effective mems, not mems allowed Creating a child cpuset where cpuset.mems is never set leads to a div/0 when a VMA mempolicy with MPOL F RELATIVE NODES rebinds in response to a CPU hotplug...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.9 views

PT-2026-72256

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhp invoke callback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

5.3AI score0.00176EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/10 11:58 a.m.14 views

CVE-2026-68093 KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Bump asidgeneration on CPU online to avoid ASID collision after hotplug If a vCPU stays scheduled out or blocked while the last pCPU it ran on goes through a hotplug cycle online-offline-online, and the vCPU then resume...

5.6AI score
SaveExploits0References9
Rows per page
Query Builder