Lucene search
+L

12956 matches found

CVE
CVE
added 2025/05/01 2:09 p.m.80 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:09 p.m.32 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
OSV
OSV
added 2025/05/01 1:15 p.m.1 views

DEBIAN-CVE-2025-23163

In the Linux kernel, the following vulnerability has been resolved: net: vlan: don't propagate flags on open With the device instance lock, there is now a possibility of a deadlock: 1.211455 ============================================ 1.211571 WARNING: possible recursive locking detected 1.21168...

5.5CVSS5.5AI score0.00147EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.17 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.5CVSS0.0014EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 1:15 p.m.10 views

CVE-2025-23144

In the Linux kernel, the following vulnerability has been resolved: backlight: ledbl: Hold ledaccess lock when calling ledsysfsdisable Lockdep detects the following issue on led-backlight removal: 142.315935 ------------ cut here ------------ 142.315954 WARNING: CPU: 2 PID: 292 at...

5.5CVSS0.0021EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 1:15 p.m.2 views

DEBIAN-CVE-2025-23144

In the Linux kernel, the following vulnerability has been resolved: backlight: ledbl: Hold ledaccess lock when calling ledsysfsdisable Lockdep detects the following issue on led-backlight removal: 142.315935 ------------ cut here ------------ 142.315954 WARNING: CPU: 2 PID: 292 at...

5.5CVSS5.6AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.15 views

AZL-69677 CVE-2025-23143 affecting package kernel for versions less than 6.6.112.1-2

In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by socklockinitclassandname and rmmod. When I ran the repro 0 and waited a few seconds, I observed two LOCKDEP splats: a warning immediately followed by a null-ptr-deref. 1 Reproduction Steps: 1 Mount CIFS...

5.5CVSS5.6AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.10 views

AZL-69665 CVE-2025-23143 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by socklockinitclassandname and rmmod. When I ran the repro 0 and waited a few seconds, I observed two LOCKDEP splats: a warning immediately followed by a null-ptr-deref. 1 Reproduction Steps: 1 Mount CIFS...

5.5CVSS5.6AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.6 views

DEBIAN-CVE-2025-23143

In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by socklockinitclassandname and rmmod. When I ran the repro 0 and waited a few seconds, I observed two LOCKDEP splats: a warning immediately followed by a null-ptr-deref. 1 Reproduction Steps: 1 Mount CIFS...

5.5CVSS5.3AI score0.00201EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.16 views

CVE-2025-23141

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS0.002EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 1:15 p.m.5 views

DEBIAN-CVE-2025-23141

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

5.5CVSS5.4AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.20 views

AZL-69662 CVE-2025-23141 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS6.1AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.10 views

UBUNTU-CVE-2025-23144

In the Linux kernel, the following vulnerability has been resolved: backlight: ledbl: Hold ledaccess lock when calling ledsysfsdisable Lockdep detects the following issue on led-backlight removal: 142.315935 ------------ cut here ------------ 142.315954 WARNING: CPU: 2 PID: 292 at...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References40
OSV
OSV
added 2025/05/01 1:15 p.m.10 views

UBUNTU-CVE-2025-23163

In the Linux kernel, the following vulnerability has been resolved: net: vlan: don't propagate flags on open With the device instance lock, there is now a possibility of a deadlock: 1.211455 ============================================ 1.211571 WARNING: possible recursive locking detected 1.21168...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References41
OSV
OSV
added 2025/05/01 1:15 p.m.12 views

UBUNTU-CVE-2025-23141

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS6.1AI score0.002EPSS
SaveExploits0References40
CVE
CVE
added 2025/05/01 1:07 p.m.128 views

CVE-2025-37776

CVE-2025-37776 : In the Linux kernel, ksmbd has a use-after-free in smb_break_all_levII_oplock() caused by a race when unlocking in the middle of the loop. A patch adds a read lock to protect the whole loop. This vulnerability has a local attack vector with high impact (C/H/I/A) per CVSS v3.1, an...

8.8CVSS6.5AI score0.00329EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.12 views

CVE-2025-37776 ksmbd: fix use-after-free in smb_break_all_levII_oplock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smbbreakalllevIIoplock There is a room in smbbreakalllevIIoplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop...

8.8CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 12:55 p.m.8 views

CVE-2025-37745 PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/05/01 12:55 p.m.165 views

CVE-2025-23163

CVE-2025-23163 relates to a Linux kernel issue in VLAN handling: net: vlan: don't propagate flags on open. The root cause is a possible deadlock when opening VLAN devices due to the device instance lock, where a task may try to acquire dev->lock while already holding it (seen in dev_open + dev...

5.5CVSS6.2AI score0.00147EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.30 views

CVE-2025-23163 net: vlan: don't propagate flags on open

In the Linux kernel, the following vulnerability has been resolved: net: vlan: don't propagate flags on open With the device instance lock, there is now a possibility of a deadlock: 1.211455 ============================================ 1.211571 WARNING: possible recursive locking detected 1.21168...

0.00147EPSS
SaveExploits0References9
Rows per page
Query Builder