Lucene search
+L

230 matches found

CNNVD
CNNVD
added 2025/05/01 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an improperly typed vmddev::cfglock, which could lead to interrupt context issues...

5.5CVSS6.5AI score0.00139EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/04/18 1:49 a.m.8 views

SUSE CVE-2020-36789

In the Linux kernel, the following vulnerability has been resolved: can: dev: cangetechoskb: prevent call to kfreeskb in hard IRQ context If a driver calls cangetechoskb during a hardware IRQ which is often, but not always, the case, the 'WARNONinirq' in net/core/skbuff.cskbreleaseheadstate might...

5.5CVSS7.6AI score0.00182EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/04/04 2:58 a.m.6 views

SUSE CVE-2025-21952

In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Update power supply values with a unified work handler corsairvoidprocessreceiver can be called from an interrupt context, locking batterymutex in it was causing a kernel panic. Fix it by moving the critical...

5.5CVSS6.5AI score0.00163EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/01 4:15 p.m.9 views

UBUNTU-CVE-2025-21952

In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Update power supply values with a unified work handler corsairvoidprocessreceiver can be called from an interrupt context, locking batterymutex in it was causing a kernel panic. Fix it by moving the critical...

5.5CVSS5.7AI score0.00163EPSS
SaveExploits0References5
OSV
OSV
added 2025/04/01 3:41 p.m.7 views

CVE-2025-21952 HID: corsair-void: Update power supply values with a unified work handler

In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Update power supply values with a unified work handler corsairvoidprocessreceiver can be called from an interrupt context, locking batterymutex in it was causing a kernel panic. Fix it by moving the critical...

6.4AI score
SaveExploits0References5
CNNVD
CNNVD
added 2025/04/01 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the corsair-void driver incorrectly locking a mutex in an interrupt context...

5.5CVSS5.1AI score0.00163EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.9 views

PT-2025-14333 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been resolved, related to the HID corsair-void component. The corsair void process receiver function can be called from an interrupt context, and lockin...

6.5AI score0.00163EPSS
SaveExploits0References9
OSV
OSV
added 2025/03/27 5:15 p.m.4 views

DEBIAN-CVE-2023-53013

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.25 views

CVE-2023-53013

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.5CVSS0.00145EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.11 views

UBUNTU-CVE-2023-53013

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.3 views

CVE-2023-53013 ptdma: pt_core_execute_cmd() should use spinlock

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.9AI score0.00145EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/27 4:43 p.m.151 views

CVE-2023-53013

The CVE-2023-53013 issue in the Linux kernel relates to the ptdma driver: pt_core_irq_handler() could call pt_core_execute_cmd() from interrupt context, where acquiring a mutex is invalid and could cause a kernel panic. The fix replaces the mutex with a spinlock, addressing the interrupt-context ...

5.5CVSS6.6AI score0.00145EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.17 views

CVE-2023-53013 ptdma: pt_core_execute_cmd() should use spinlock

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.5CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.34 views

CVE-2023-53013 ptdma: pt_core_execute_cmd() should use spinlock

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

0.00145EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/12 9:42 a.m.31 views

CVE-2025-21849 drm/i915/gt: Use spin_lock_irqsave() in interruptible context

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Use spinlockirqsave in interruptible context spinlock/unlock functions used in interrupt contexts could result in a deadlock, as seen in GitLab issue 13399, which occurs when interrupt comes in while holding a lock...

0.00179EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/28 2:21 a.m.6 views

SUSE CVE-2025-21728

In the Linux kernel, the following vulnerability has been resolved: bpf: Send signals asynchronously if !preemptible BPF programs can execute in all kinds of contexts and when a program running in a non-preemptible context uses the bpfsendsignal kfunc, it will cause issues because this kfunc can...

5.5CVSS7.8AI score0.00189EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.4 views

SUSE CVE-2022-49156

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer fcremoteportdelete which can put the thread to sleep. The thread that originates the call is in interrupt context. The combination of the two trigge...

5.5CVSS7.4AI score0.00263EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:04 a.m.7 views

SUSE CVE-2022-49625

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efxef10tryupdatenicstatsvf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has t...

5.5CVSS6.3AI score0.00282EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:01 a.m.10 views

DEBIAN-CVE-2022-49625

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efxef10tryupdatenicstatsvf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has t...

5.5CVSS5.3AI score0.00282EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:00 a.m.15 views

CVE-2022-49156

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer fcremoteportdelete which can put the thread to sleep. The thread that originates the call is in interrupt context. The combination of the two trigge...

5.5CVSS0.00263EPSS
SaveExploits0References5
Rows per page
Query Builder