Lucene search
+L

1064 matches found

OSV
OSV
added 2025/05/08 7:15 a.m.5 views

UBUNTU-CVE-2025-37815

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration Resolve kernel panic while accessing IRQ handler associated with the generated IRQ. This is done by acquiring the spinlock and storing the current...

5.5CVSS6.2AI score0.00176EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.21 views

CVE-2025-37815 misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration Resolve kernel panic while accessing IRQ handler associated with the generated IRQ. This is done by acquiring the spinlock and storing the current...

0.00176EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/08 6:26 a.m.133 views

CVE-2025-37815

CVE-2025-37815 concerns the Linux kernel’s misc: microchip: pci1xxxx IRQ handling. The patch fixes a kernel panic during IRQ handler registration by acquiring the spinlock and saving the current interrupt state before processing the IRQ via generic_handle_irq. A previous fix substituted generic_h...

5.5CVSS5.2AI score0.00176EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.6 views

CBL Mariner 2.0 Security Update: kernel (CVE-2025-21912)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21912 advisory. - In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect...

5.5CVSS6AI score0.00151EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/05/05 1:35 p.m.5 views

SUSE CVE-2022-49765

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

5.5CVSS6.4AI score0.00141EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/05/05 12: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.8 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
NVD
NVD
added 2025/05/01 3:16 p.m.12 views

CVE-2022-49783

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

5.5CVSS0.00161EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 3:15 p.m.21 views

CVE-2022-49765

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

5.5CVSS0.00141EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 3:15 p.m.3 views

DEBIAN-CVE-2022-49765

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:15 p.m.6 views

UBUNTU-CVE-2022-49765

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

5.5CVSS5.7AI score0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:15 p.m.4 views

UBUNTU-CVE-2022-49764

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS5.9AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/01 2:9 p.m.69 views

CVE-2022-49765

CVE-2022-49765 concerns the Linux kernel 9p transport. The issue arises from inconsistent lock state between p9 client structures and the trans_fd transport path. Specifically, p9_req_put() and p9_tag_remove() interactions cross IRQ contexts but the trans_fd path used a different lock, leading to...

5.5CVSS6.5AI score0.00141EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.30 views

CVE-2022-49765 net/9p: use a dedicated spinlock for trans_fd

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

0.00141EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.42 views

CVE-2022-49765

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 2:9 p.m.13 views

CVE-2022-49765 net/9p: use a dedicated spinlock for trans_fd

In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for transfd Shamelessly copying the explanation from Tetsuo Handa's suggested patch1 slightly reworded: syzbot is reporting inconsistent lock state in p9reqput2, for p9tagremove from p9reqput from...

5AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 1:15 p.m.3 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.14 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
OSV
OSV
added 2025/05/01 12:55 p.m.16 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
CVE
CVE
added 2025/05/01 12:55 p.m.152 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
Rows per page
Query Builder