Lucene search
+L

9475 matches found

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.7 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
OSV
OSV
added 2026/07/24 4:16 p.m.8 views

UBUNTU-CVE-2026-64253

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.7AI score0.00157EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:31 p.m.26 views

CVE-2026-64253

The CVE-2026-64253 issue affects the Linux kernel, specifically in kernel/fork within copy_process(). The bug allowed PF_BLOCK_TS to be inherited from the parent after the child’s plug pointer is reset to NULL, breaking the invariant that PF_BLOCK_TS can only be relied upon when current->plug ...

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

EUVD-2026-48662

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.7AI score0.00157EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 3:31 p.m.6 views

CVE-2026-64253 kernel/fork: clear PF_BLOCK_TS in copy_process()

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.7AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 p.m.10 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 score
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.13 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.6 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 score
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.10 views

CVE-2026-64233

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-;extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four...

5.7AI score0.00157EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.6 views

CVE-2026-64233 usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four times...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:23 p.m.19 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
ATTACKERKB
ATTACKERKB
added 2026/07/24 12:9 p.m.10 views

CVE-2026-45811

Buffer Copy without Checking Size of Input 'Classic Buffer Overflow' vulnerability in Apache NimBLE. The HCI socket transport did not check whether a received HCI event would fit the configured event pool before copying it, allowing a buffer overflow. Severity is low: exploitation requires either...

6.2AI score0.00342EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:25 a.m.8 views

OESA-2026-3107 assimp security update

Assimp is a library to load and process geometric scenes from various data formats. Assimp aims to provide a full asset conversion pipeline for use in game engines and real-time rendering systems of any kind, but is not limited to this purpose. Security Fixes: Buffer Overflow vulnerability exists...

9.8CVSS6.3AI score0.00523EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.14 views

PT-2026-64368

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PF BLOCK TS in copy process PF BLOCK TS is only set in blk time get ns when current-plug is non-NULL, and blk finish plug clears it via blk flush plug before NULLing the plug pointer. copy process breaks the...

5.7AI score0.00157EPSS
SaveExploits0References5
Rows per page
Query Builder