Lucene search
+L

128 matches found

Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.16 views

PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type

...

5.5CVSS7.4AI score0.00139EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access The rawspinlock is used to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS6.1AI score0.00151EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.8 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Makes vmddev::cfglock of type rawspinlockt Access to the PCI configuration space via pciops::read and pciops::write is a low-level hardware operation. These functions can be accessed with disabled interrupts, even on...

5.5CVSS6.2AI score0.00139EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.9 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to a raw spinlock. Functions related to the irqchip may be called in the context of a raw spinlock. Therefore, we must also use a raw spinlock for our own internal locking mechanisms. This fix...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: RISCV: Fixed sleeping in an invalid context in die. Die can be called in an exception handler, and therefore cannot sleep. However, die takes spinlockt, which can sleep when PREEMPTRT is enabled. This causes the following warning...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.3 views

gpio: rcar: Use raw_spinlock to protect register access

...

5.5CVSS7.4AI score0.00151EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/02 2:3 a.m.10 views

SUSE CVE-2025-23161

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

5.5CVSS7.6AI score0.00139EPSS
SaveExploits0References17
OSV
OSV
added 2025/05/01 1:15 p.m.4 views

DEBIAN-CVE-2025-23161

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

5.5CVSS5.7AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.16 views

UBUNTU-CVE-2025-23161

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

5.5CVSS6.2AI score0.00139EPSS
SaveExploits0References39
CVE
CVE
added 2025/05/01 12:55 p.m.154 views

CVE-2025-23161

CVE-2025-23161 : In the Linux kernel, the PCI vmd driver fixed a lock context issue by changing vmd_dev::cfg_lock from spinlock_t to raw_spinlock_t so it can be used with interrupts disabled in PREEMPT_RT contexts. This avoids a sleeping-lock scenario when accessing PCI config space via pci_ops r...

5.5CVSS6.6AI score0.00139EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.17 views

CVE-2025-23161 PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.20 views

CVE-2025-23161 PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

0.00139EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.23 views

CVE-2025-23161

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

5.5CVSS5.7AI score0.00139EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/02 8:57 a.m.9 views

SUSE CVE-2025-21912

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS7.6AI score0.00151EPSS
SaveExploits0References15
OSV
OSV
added 2025/04/01 4:15 p.m.9 views

AZL-60340 CVE-2025-21912 affecting package kernel for versions less than 6.6.85.1-2

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS6.7AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.1 views

DEBIAN-CVE-2025-21912

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS5.8AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.11 views

AZL-60376 CVE-2025-21912 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS6.7AI score0.00151EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/04/01 3:40 p.m.22 views

CVE-2025-21912 gpio: rcar: Use raw_spinlock to protect register access

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

0.00151EPSS
SaveExploits0References7
OSV
OSV
added 2025/04/01 3:40 p.m.8 views

CVE-2025-21912 gpio: rcar: Use raw_spinlock to protect register access

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

6.1AI score
SaveExploits0References12
CVE
CVE
added 2025/04/01 3:40 p.m.146 views

CVE-2025-21912

CVE-2025-21912 describes a Linux kernel issue in the Renesas GPIO driver (gpio_rcar) where register access was not properly protected, leading to spurious “Invalid wait context” messages when spinlock debugging is enabled. The patch switches protection to a raw_spinlock to serialize register acce...

5.5CVSS7.1AI score0.00151EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder