Lucene search
+L

135 matches found

CVE
CVE
added 2025/09/15 2:21 p.m.33 views

CVE-2023-53216

CVE-2023-53216 affects the Linux kernel on ARM64 where EFI runtime services could sleep in an invalid context due to the new efi_rt_lock spinlock. The root cause is the addition of a spinlock (efi_rt_lock) introduced by commit ff7a167961d1 to execute EFI runtime services from a dedicated stack, w...

7.8CVSS6.2AI score0.00164EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.15 views

CVE-2023-53216 arm64: efi: Make efi_rt_lock a raw_spinlock

In the Linux kernel, the following vulnerability has been resolved: arm64: efi: Make efirtlock a rawspinlock Running a rt-kernel base on 6.2.0-rc3-rt1 on an Ampere Altra outputs the following: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:46 inatomic: 1,...

7.8CVSS0.00164EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 2:21 p.m.8 views

CVE-2023-53216 arm64: efi: Make efi_rt_lock a raw_spinlock

In the Linux kernel, the following vulnerability has been resolved: arm64: efi: Make efirtlock a rawspinlock Running a rt-kernel base on 6.2.0-rc3-rt1 on an Ampere Altra outputs the following: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:46 inatomic: 1,...

7.8CVSS6.2AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.8 views

PT-2025-37657

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.2.0-rc3-rt1 Description: A flaw exists in the Linux kernel related to the EFI runtime services. Specifically, the efi rt lock spinlock could lead to preemption issues when called from within EFI runtime...

6.2AI score0.00164EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.5 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 efirtlock not being implemented as rawspinlock, which could lead to incorrect sleep function calls in the...

7.8CVSS6.3AI score0.00164EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-21912

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gpio: rcar: Use rawspinlock to protect register access Use rawspinlock in order to fix spurious messages about invalid context when spinlock debugging is enable...

5.5CVSS6.7AI score0.00158EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-23161

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS6.6AI score0.00144EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/04 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-35819

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS6.6AI score0.00234EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/07/28 12:00 a.m.12 views

PT-2025-37196

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the mm/kmemleak component where the kmemleak do cleanup function could lead to a soft lockup. This issue was observed on x86-64 systems with 16 GB o...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.17 views

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

...

5.5CVSS7.4AI score0.00144EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.9 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.00144EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 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.00158EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.10 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.5CVSS6.2AI score0.00206EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 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:00 a.m.4 views

gpio: rcar: Use raw_spinlock to protect register access

...

5.5CVSS7.4AI score0.00158EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/02 2:03 a.m.11 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.00144EPSS
SaveExploits0References17
OSV
OSV
added 2025/05/01 1:15 p.m.8 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.00144EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.17 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.00144EPSS
SaveExploits0References39
CVE
CVE
added 2025/05/01 12:55 p.m.164 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.00144EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.19 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
Rows per page
Query Builder