Lucene search
+L

1058 matches found

OSV
OSV
added 2024/05/20 10:15 a.m.13 views

UBUNTU-CVE-2024-35971

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851irq thread may call ks8851rxpkts in case there are any packets in the MAC FIFO, which calls netifrx. This netifrx implementation is guarded by...

7.5CVSS6.2AI score0.00685EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/20 9:47 a.m.172 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
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
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.47 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
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.17 views

CVE-2024-35971 net: ks8851: Handle softirqs at the end of IRQ thread to fix hang

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851irq thread may call ks8851rxpkts in case there are any packets in the MAC FIFO, which calls netifrx. This netifrx implementation is guarded by...

7.5CVSS6.8AI score0.00685EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/20 9:41 a.m.13 views

CVE-2024-35971 net: ks8851: Handle softirqs at the end of IRQ thread to fix hang

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851irq thread may call ks8851rxpkts in case there are any packets in the MAC FIFO, which calls netifrx. This netifrx implementation is guarded by...

7.5CVSS6AI score
SaveExploits0References9
NVD
NVD
added 2024/05/17 2:15 p.m.21 views

CVE-2024-35819

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.5CVSS7.4AI score0.00232EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2024-35819

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.5CVSS5.7AI score0.00232EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.30 views

CVE-2024-35819

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References29
OSV
OSV
added 2024/05/17 2:15 p.m.7 views

UBUNTU-CVE-2024-35819

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References30
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.28 views

CVE-2024-35819 soc: fsl: qbman: Use raw spinlock for cgr_lock

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

7.4AI score0.00232EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/17 1:23 p.m.144 views

CVE-2024-35819

CVE-2024-35819 affects the Linux kernel subsystem soc: fsl: qbman, where smp_call_function is used and can run callbacks in hard IRQ context; to prevent potential sleeping-task issues on PREEMPT_RT, the advisory specifies using a raw spinlock for cgr_lock. The root cause is that smp_call_function...

5.5CVSS6.7AI score0.00232EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/05/17 1:23 p.m.14 views

CVE-2024-35819 soc: fsl: qbman: Use raw spinlock for cgr_lock

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.9AI score
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.49 views

CVE-2024-35819

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

5.5CVSS7.3AI score0.00232EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 1:23 p.m.102 views

CVE-2024-35818

CVE-2024-35818 : In the Linux kernel, LoongArch-specific fix defines the __io_aw() hook as mmiowb() to address issues from removing explicit mmiowb() invocations in drivers. The patch relocates the mmiowb tracking to handle mutex-protected MMIO, since some MMIO regions (e.g., in radeon) are guard...

5.5CVSS6.7AI score0.00171EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.50 views

CVE-2024-35818

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Define the ioaw hook as mmiowb Commit fb24ea52f78e0d595852e "drivers: Remove explicit invocations of mmiowb" remove all mmiowb in drivers, but it says: "NOTE: mmiowb has only ever guaranteed ordering in conjunction wit...

5.5CVSS5.4AI score0.00171EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.37 views

CVE-2024-35818 LoongArch: Define the __io_aw() hook as mmiowb()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Define the ioaw hook as mmiowb Commit fb24ea52f78e0d595852e "drivers: Remove explicit invocations of mmiowb" remove all mmiowb in drivers, but it says: "NOTE: mmiowb has only ever guaranteed ordering in conjunction wit...

6.4AI score0.00171EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.12 views

SUSE CVE-2024-27000

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uarthandlectschange function in serialcore expects the caller to hold uport-lock. For example, I have seen the below kernel splat, when the Bluetooth driver is loaded ...

3.3CVSS6.3AI score0.00324EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.13 views

SUSE CVE-2024-26999

In the Linux kernel, the following vulnerability has been resolved: serial/pmaczilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that you get a crash anyway if you're using pmaczilog as ...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References16
Rows per page
Query Builder