Lucene search
+L

587 matches found

Cvelist
Cvelist
added 2025/06/18 11:02 a.m.19 views

CVE-2022-50116 tty: n_gsm: fix deadlock and link starvation in outgoing data path

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

0.00125EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2025/06/04 12:00 a.m.6 views

SUSE: Security Advisory (SUSE-SU-2024:3424-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3CVSS7.4AI score0.00544EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/21 12:46 a.m.6 views

SUSE CVE-2025-37967

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix deadlock This patch introduces the ucsiconmutexlock / ucsiconmutexunlock functions to the UCSI driver. ucsiconmutexlock ensures the connector mutex is only locked if a connection is established...

5.5CVSS7.7AI score0.0014EPSS
SaveExploits0References13
NVD
NVD
added 2025/05/20 5:15 p.m.21 views

CVE-2025-37968

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

5.5CVSS0.00152EPSS
SaveExploits0References11
CVE
CVE
added 2025/05/20 4:47 p.m.138 views

CVE-2025-37968

CVE-2025-37968 (Linux kernel) affects the iio: light: opt3001 driver. The issue is a deadlock in a threaded IRQ path caused by reading the same flag twice (once for mutex_lock, once for mutex_unlock). The fix standardizes the flag handling by reading it into a local variable and reusing that valu...

5.5CVSS6.7AI score0.00152EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/05/20 4:47 p.m.32 views

CVE-2025-37968 iio: light: opt3001: fix deadlock due to concurrent flag access

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

0.00152EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/20 4:47 p.m.134 views

CVE-2025-37967

CVE-2025-37967 affects the Linux kernel USB Type-C UCSI driver (displayport) and fixes a deadlock when handling DP Alt Mode. The patch adds ucsi_con_mutex_lock and ucsi_con_mutex_unlock so the connector mutex is only acquired when a connection exists and the partner pointer is valid, preventing a...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/05/20 4:47 p.m.22 views

CVE-2025-37967 usb: typec: ucsi: displayport: Fix deadlock

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix deadlock This patch introduces the ucsiconmutexlock / ucsiconmutexunlock functions to the UCSI driver. ucsiconmutexlock ensures the connector mutex is only locked if a connection is established...

0.0014EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/20 4:15 p.m.8 views

UBUNTU-CVE-2025-37907

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix locking order in ivpujobsubmit Fix deadlock in job submission and abort handling. When a thread aborts currently executing jobs due to a fault, it first locks the global lock protecting submittedjobs 1. After the...

5.5CVSS6.2AI score0.00142EPSS
SaveExploits0References12
CVE
CVE
added 2025/05/20 3:21 p.m.116 views

CVE-2025-37907

CVE-2025-37907 is a Linux kernel issue affecting the ivpu accelerator path. The vulnerability stems from a lock-order inversion between ivpu_job_submit() and the file_priv/context_list_lock when aborting jobs, which could deadlock (two-thread scenario shown). The fixed condition: change the locki...

5.5CVSS6.5AI score0.00142EPSS
SaveExploits0References3Affected Software1
Oracle linux
Oracle linux
added 2025/05/11 12:00 a.m.154 views

Unbreakable Enterprise kernel security update

5.4.17-2136.343.5.1 - nvme: fix deadlock between reset and scan Bitao Hu Orabug: 37920457 5.4.17-2136.343.5 - sctp: sysctl: authenable: avoid using current-nsproxy Matthieu Baerts NGI0 Orabug: 37846673 - sctp: sysctl: cookiehmacalg: avoid using current-nsproxy Matthieu Baerts NGI0 Orabug: 3784666...

5.5CVSS7.8AI score0.04831EPSS
SaveExploits2
OSV
OSV
added 2025/05/09 7:16 a.m.12 views

UBUNTU-CVE-2025-37868

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migratepagesbatch on core kernel side is holding folio locks and then interacting with the mappings of it, howeve...

5.7CVSS6.2AI score0.00196EPSS
SaveExploits0References9
CVE
CVE
added 2025/05/09 6:45 a.m.148 views

CVE-2025-37884

CVE-2025-37884: In the Linux kernel, a deadlock between rcu_tasks_trace and event_mutex was fixed. The issue manifested in _free_event() calling perf_trace_event_unreg() under mutex_lock(&event_mutex) while perf_kprobe_destroy() could synchronize_rcu_tasks_trace(), and in bpf_prog_test_run_syscal...

5.5CVSS7AI score0.00198EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/09 6:43 a.m.35 views

CVE-2025-37868

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migratepagesbatch on core kernel side is holding folio locks and then interacting with the mappings of it, howeve...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0
OSV
OSV
added 2025/05/09 6:41 a.m.11 views

CVE-2025-37847 accel/ivpu: Fix deadlock in ivpu_ms_cleanup()

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpumscleanup Fix deadlock in ivpumscleanup by preventing runtime resume after filepriv-mslock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpumscleanupall. Th...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2025/05/09 6:41 a.m.95 views

CVE-2025-37847

CVE-2025-37847: In the Linux kernel, a deadlock could occur in accel/ivpu during ivpu_ms_cleanup() when runtime resume acquires file_priv->ms_lock, leading to a cold boot path that calls ivpu_ms_cleanup_all(). The issue is resolved by preventing runtime resume after ms_lock is acquired, avoidi...

5.5CVSS6.5AI score0.00198EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:41 a.m.32 views

CVE-2025-37847 accel/ivpu: Fix deadlock in ivpu_ms_cleanup()

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpumscleanup Fix deadlock in ivpumscleanup by preventing runtime resume after filepriv-mslock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpumscleanupall. Th...

0.00198EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/08 7:15 a.m.22 views

CVE-2025-37812

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Fix deadlock when using NCM gadget The cdns3 driver has the same NCM deadlock as fixed in cdnsp by commit 58f2fcb3a845 "usb: cdnsp: Fix deadlock issue during using NCM gadget". Under PREEMPTRT the deadlock can be...

5.5CVSS0.00152EPSS
SaveExploits0References10
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:00 a.m.6 views

soc: qcom: pdr: Fix the potential deadlock

...

5.5CVSS7.2AI score0.00156EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/04 5:19 p.m.23 views

CVE-2023-53129

REJECTED CVE In the Linux kernel, the following vulnerability has been resolved: ext4: Fix deadlock during directory rename As lockdep properly warns, we should not be locking irwsem while having transactions started as the proper lock ordering used by all directory handling operations is irwsem ...

5.5CVSS6.4AI score
SaveExploits0References4
Rows per page
Query Builder