Lucene search
+L

4224 matches found

OSV
OSV
added 2024/05/21 3:15 p.m.6 views

UBUNTU-CVE-2021-47278

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: pcigeneric: Fix possible use-after-free in mhipciremove This driver's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be...

7.8CVSS5.7AI score0.00219EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

UBUNTU-CVE-2021-47355

In the Linux kernel, the following vulnerability has been resolved: atm: nicstar: Fix possible use-after-free in nicstarcleanup This module's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

7.8CVSS5.8AI score0.00247EPSS
SaveExploits0References12
CVE
CVE
added 2024/05/21 3:4 p.m.93 views

CVE-2021-47414

Summary: CVE-2021-47414 concerns a Linux kernel vulnerability on RISCV (SiFive HiFive Unmatched) where ftrace patching may trigger an illegal instruction due to icache/dcache synchronization across CPUs. The root cause is that icache of the current CPU is not flushed before other CPUs are asked t...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.31 views

CVE-2021-47318 arch_topology: Avoid use-after-free for scale_freq_data

In the Linux kernel, the following vulnerability has been resolved: archtopology: Avoid use-after-free for scalefreqdata Currently topologyscalefreqtick which gets called from schedulertick may end up using a pointer to "struct scalefreqdata", which was previously cleared by...

6.6AI score0.0023EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.21 views

CVE-2021-47230

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Immediately reset the MMU context when the SMM flag is cleared Immediately reset the MMU context when the vCPU's SMM flag is cleared so that the SMM flag in the MMU role is always synchronized with the vCPU's flag. If R...

6.6CVSS6.5AI score0.00232EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.7 views

SUSE CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

7CVSS6.6AI score0.00217EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.5 views

SUSE CVE-2024-35910

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.5 views

SUSE CVE-2024-35998

In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifssyncmidresult Coverity spotted that the cifssyncmidresult function could deadlock "Thread deadlock ORDERREVERSAL lockorder: Calling spinlock acquires lock TCPServerInfo.srvlock...

4.7CVSS6.3AI score0.00166EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/05/20 4:24 p.m.30 views

CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS6.4AI score0.00164EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/20 10:15 a.m.25 views

CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS6.4AI score0.00164EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.33 views

CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS6.3AI score0.00164EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/20 9:47 a.m.35 views

CVE-2024-35991 dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

6.8AI score0.00164EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/20 9:47 a.m.170 views

CVE-2024-35991

CVE-2024-35991: In the Linux kernel, idxd dmaengine code changed from a spinlock-protected event log workqueue to a mutex-protected approach to safely call drain_workqueue(). The root cause was calling drain_workqueue() while holding a spinlock, risking a Call Trace due to possible task reschedul...

5.5CVSS6.6AI score0.00164EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.46 views

CVE-2024-35991 dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

6.4AI score0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/20 9:47 a.m.22 views

CVE-2024-35991 dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

6AI score
SaveExploits0References6
OSV
OSV
added 2024/05/19 9:15 a.m.3 views

DEBIAN-CVE-2024-35910

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

5.8CVSS5.9AI score0.00225EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/19 8:34 a.m.96 views

CVE-2024-35879

CVE-2024-35879 affects the Linux kernel. The issue arises from a race between devlink removals and destruction of OF nodes during the sequence 1) of_platform_depopulate() and 2) of_overlay_remove(). During step 1, devices and attached of_node are destroyed asynchronously via a workqueue, which co...

7.8CVSS6.6AI score0.00226EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.38 views

CVE-2024-35879 of: dynamic: Synchronize of_changeset_destroy() with the devlink removals

In the Linux kernel, the following vulnerability has been resolved: of: dynamic: Synchronize ofchangesetdestroy with the devlink removals In the following sequence: 1 ofplatformdepopulate 2 ofoverlayremove During the step 1, devices are destroyed and devlinks are removed. During the step 2, OF...

7.8CVSS6.4AI score0.00226EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35879 of: dynamic: Synchronize of_changeset_destroy() with the devlink removals

In the Linux kernel, the following vulnerability has been resolved: of: dynamic: Synchronize ofchangesetdestroy with the devlink removals In the following sequence: 1 ofplatformdepopulate 2 ofoverlayremove During the step 1, devices are destroyed and devlinks are removed. During the step 2, OF...

7.8CVSS6.8AI score0.00226EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/18 2:46 a.m.5 views

SUSE CVE-2024-27409

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the HDMA controller register. If the doorbell register is toggled...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References3
Rows per page
Query Builder