Lucene search
+L

117167 matches found

OSV
OSV
added 2026/07/24 4:16 p.m.4 views

DEBIAN-CVE-2026-64250

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

5.7AI score0.00161EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64248

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 4:16 p.m.4 views

DEBIAN-CVE-2026-64223

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

8.1CVSS5.7AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 4:16 p.m.6 views

DEBIAN-CVE-2026-64216

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq accesses the index of the folios it is wanting to unlock and compares that to rreq-nounlockfolio so that it doesn't unlock a folio being...

9.8CVSS5.7AI score0.00448EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 4:16 p.m.6 views

DEBIAN-CVE-2026-64211

In the Linux kernel, the following vulnerability has been resolved: srcu: Don't queue workqueue handlers to never-online CPUs While an srcustruct structure is in the midst of switching from CPU-0 to all-CPUs state, it can attempt to invoke callbacks for CPUs that have never been online. Worse yet...

5.7AI score0.00155EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

CVE-2026-64211

In the Linux kernel, the following vulnerability has been resolved: srcu: Don't queue workqueue handlers to never-online CPUs While an srcustruct structure is in the midst of switching from CPU-0 to all-CPUs state, it can attempt to invoke callbacks for CPUs that have never been online. Worse yet...

0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 4:16 p.m.6 views

UBUNTU-CVE-2026-64248

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.6AI score0.00161EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 p.m.8 views

CVE-2026-64250

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

5.8AI score0.00161EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/07/24 3:31 p.m.15 views

CVE-2026-64250

CVE-2026-64250 affects the Linux kernel on LoongArch. The issue arises when smp_send_stop() parks secondary CPUs and marks them offline without informing RCU, causing RCU to expect quiescent states from CPUs that are effectively stopped. This can lead to RCU grace period stalls, especially after ...

5.8AI score0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 3:31 p.m.5 views

CVE-2026-64250 LoongArch: Report dying CPU to RCU in stop_this_cpu()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

5.8AI score0.00161EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.34 views

CVE-2026-64250 LoongArch: Report dying CPU to RCU in stop_this_cpu()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

0.00161EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 p.m.8 views

CVE-2026-64248

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.7AI score0.00161EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/07/24 3:31 p.m.11 views

CVE-2026-64248

CVE-2026-64248 affects the Linux kernel on MIPS (Realtek MIPS interAptiv). The issue arises in smp_send_stop() which parks secondary CPUs and marks them offline via set_cpu_online(false) without informing RCU, causing RCU to still expect a quiescent state. This can lead to a stall when irq_work_s...

5.7AI score0.00161EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/24 3:31 p.m.7 views

EUVD-2026-48657

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.7AI score0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 3:31 p.m.5 views

CVE-2026-64248 MIPS: smp: report dying CPU to RCU in stop_this_cpu()

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.7AI score0.00161EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64223

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

5.7AI score0.00256EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/24 3:23 p.m.8 views

EUVD-2026-48624

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq accesses the index of the folios it is wanting to unlock and compares that to rreq-nounlockfolio so that it doesn't unlock a folio being...

5.7AI score0.00448EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 3:23 p.m.16 views

CVE-2026-64216

CVE-2026-64216: Linux kernel netfs UAF fix. The issue occurs in netfs_unlock_abandoned_read_pages() (and netfs_unlock_read_folio()) where the code dereferenced an index after NETFS_RREQ_IN_PROGRESS was cleared, risking access to the folio protected by no_unlock_folio. The fix stores the folio poi...

9.8CVSS5.7AI score0.00448EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:23 p.m.6 views

CVE-2026-64216 netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq accesses the index of the folios it is wanting to unlock and compares that to rreq-nounlockfolio so that it doesn't unlock a folio being...

9.8CVSS5.7AI score0.00448EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/24 3:23 p.m.18 views

CVE-2026-64211

The CVE-2026-64211 entry concerns the Linux kernel, specifically Tree SRCU behavior during CPU online/offline transitions. The concrete issue is that, while an srcu_struct is switching to an all-CPUs state, callbacks could be invoked for CPUs that have never been online or may never come online (...

5.8AI score0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder