Lucene search
+L

1064 matches found

AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Makes rmwlock a rawspinlock. The following bug was triggered: ============================= Bug: Invalid wait context 6.12.0-rc2-XXX 406 Not tainted ----------------------------- kworker/1:1/62 is trying to lock:...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: kcsan: Turning reportfilterlistlock into a rawspinlock Ran Xiaokai reported that with a KCSAN-enabled PREEMPTRT kernel, we can observe such issues as follows: | BUG: Sleeping function called from an invalid context at...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/11 3:48 a.m.11 views

SUSE CVE-2025-21684

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

4.7CVSS7.6AI score0.00202EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/02/10 5:25 a.m.12 views

CVE-2025-21684

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

4.4CVSS5.3AI score0.00202EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/09 12:15 p.m.10 views

AZL-56546 CVE-2025-21684 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.5CVSS6.2AI score0.00202EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/09 12:15 p.m.22 views

CVE-2025-21684

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.5CVSS0.00202EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/09 12:15 p.m.9 views

AZL-56550 CVE-2025-21684 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.5CVSS6.2AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/09 12:15 p.m.5 views

DEBIAN-CVE-2025-21684

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.5CVSS5.5AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/09 12:15 p.m.12 views

UBUNTU-CVE-2025-21684

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.5CVSS6.1AI score0.00202EPSS
SaveExploits0References30
OSV
OSV
added 2025/02/09 12:15 p.m.13 views

UBUNTU-CVE-2024-57949

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Don't enable interrupts in itsirqsetvcpuaffinity The following call-chain leads to enabling interrupts in a nested interrupt disabled section: irqsetvcpuaffinity irqgetdesclock rawspinlockirqsave --- Disable...

5.5CVSS6.2AI score0.00181EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2025/02/09 11:37 a.m.42 views

CVE-2025-21684 gpio: xilinx: Convert gpio_lock to raw spinlock

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/09 11:37 a.m.17 views

CVE-2025-21684 gpio: xilinx: Convert gpio_lock to raw spinlock

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2025/02/09 11:37 a.m.248 views

CVE-2025-21684

CVE-2025-21684 affects the Linux kernel GPIO xilinx driver. Root cause: irq_chip locking used gpio_lock (a normal spinlock) in contexts that may run under raw spinlock requirements. The fix: convert gpio_lock to a raw spinlock and apply it in the xilinx GPIO code path (e.g., xgpio_irq_unmask), ad...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/02/09 11:37 a.m.18 views

CVE-2025-21684

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.5CVSS5.5AI score0.00202EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/09 11:37 a.m.2 views

CVE-2024-57949 irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Don't enable interrupts in itsirqsetvcpuaffinity The following call-chain leads to enabling interrupts in a nested interrupt disabled section: irqsetvcpuaffinity irqgetdesclock rawspinlockirqsave --- Disable...

7.7AI score0.00181EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.4 views

SUSE 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.5CVSS7.7AI score0.00203EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/21 1:15 p.m.15 views

AZL-57596 CVE-2024-57939 affecting package kernel for versions less than 5.15.180.1-1

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.5CVSS6.6AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.4 views

UBUNTU-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.5CVSS6.2AI score0.00203EPSS
SaveExploits0References34
Vulnrichment
Vulnrichment
added 2025/01/21 12:18 p.m.2 views

CVE-2024-57939 riscv: Fix sleeping in invalid context in die()

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...

7.6AI score0.00203EPSS
SaveExploits0References6
OSV
OSV
added 2025/01/21 12:18 p.m.14 views

CVE-2024-57939 riscv: Fix sleeping in invalid context in die()

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.5CVSS6.1AI score
SaveExploits0References10
Rows per page
Query Builder