Lucene search
+L

16 matches found

EUVD
EUVD
added 2026/08/27 3:31 p.m.5 views

EUVD-2026-66477

In the Linux kernel, the following vulnerability has been resolved: gpio: ml-ioh: use rawspinlockt for the register lock iohirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger -...

5.5AI score0.00166EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/26 2:37 p.m.9 views

CVE-2026-80562

CVE-2026-80562 affects the Linux kernel 's gpio: ml-ioh driver. The driver's ioh_irq_type(), ioh_irq_enable(), and ioh_irq_disable() callbacks acquire chip->spinlock via spin_lock_irqsave(), but they are invoked while the caller already holds desc->lock (a raw_spinlock_t) with hardirqs disa...

5.5AI score0.00166EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.32 views

CVE-2026-80562 gpio: ml-ioh: use raw_spinlock_t for the register lock

In the Linux kernel, the following vulnerability has been resolved: gpio: ml-ioh: use rawspinlockt for the register lock iohirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger -...

0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:17 p.m.7 views

UBUNTU-CVE-2026-74468

In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use rawspinlockt for the register lock pchirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger - chip-irqsettype...

5.6AI score0.0018EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 12:27 p.m.13 views

CVE-2026-74468 gpio: pch: use raw_spinlock_t for the register lock

In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use rawspinlockt for the register lock pchirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger - chip-irqsettype...

5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 12:27 p.m.28 views

CVE-2026-74468

The CVE-2026-74468 vulnerability affects the Linux kernel GPIO subsystem for the pch (Platform Controller Hub) driver. The root cause is that pch_irq_type() uses a spinlock (chip->spinlock) with spin_lock_irqsave() while __irq_set_trigger() is invoked with desc->lock held (a raw_spinlock_t)...

5.5AI score0.0018EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74468

In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use rawspinlockt for the register lock pchirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger - chip-irqsettype...

5.5AI score0.0018EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.8 views

CVE-2026-64428

In the Linux kernel, the following vulnerability has been resolved: gpio: sch: use rawspinlockt in the irq startup path schirqunmask enables the GPIO IRQ and then updates the controller state through schirqmaskunmask, which takes sch-lock with spinlockirqsave. The callback can be reached from...

5.4AI score0.00173EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.19 views

EUVD-2025-13085

Malicious code in bioql PyPI...

7.2AI score0.0014EPSS
SaveExploits0References8
OSV
OSV
added 2025/01/21 1:15 p.m.1 views

DEBIAN-CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS5.6AI score0.00207EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.16 views

CVE-2024-56592

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

5.5CVSS0.00218EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/05 6:15 p.m.28 views

CVE-2024-50138

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS0.00221EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/05 6:15 p.m.3 views

DEBIAN-CVE-2024-50138

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 5:11 p.m.15 views

CVE-2024-50138 bpf: Use raw_spinlock_t in ringbuf

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/11/05 5:11 p.m.26 views

CVE-2024-50138 bpf: Use raw_spinlock_t in ringbuf

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

0.00221EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/05 5:11 p.m.235 views

CVE-2024-50138

CVE-2024-50138 concerns the Linux kernel BPF ringbuf handling. The issue arises when __bpf_ringbuf_reserve is invoked from a tracepoint with preemption disabled, where using spinlock_t could trigger a “sleep in atomic” warning on RT variants. The root cause is the use of a spinlock_t in the ringb...

5.5CVSS5.1AI score0.00221EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder