Lucene search
+L

7777 matches found

Positive Technologies
Positive Technologies
•added 2025/05/22 12:00 a.m.•10 views

PT-2025-36306

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock issue exists in the Linux kernel related to the mt9m114 driver when getting or setting the frame interval using the V4L2 subdev pad operations get frame interval and set frame...

5.5CVSS6.1AI score0.00112EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/05/21 12:47 a.m.•7 views

SUSE 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...

4.7CVSS6.4AI score0.00141EPSS
SaveExploits0References3
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
SUSE CVE
SUSE CVE
•added 2025/05/21 12:46 a.m.•6 views

SUSE 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.5CVSS7.8AI score0.00152EPSS
SaveExploits0References13
OSV
OSV
•added 2025/05/20 5:15 p.m.•1 views

DEBIAN-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.5CVSS5.7AI score0.00152EPSS
SaveExploits0References1
NVD
NVD
•added 2025/05/20 5:15 p.m.•20 views

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.5CVSS0.0014EPSS
SaveExploits0References7
NVD
NVD
•added 2025/05/20 5:15 p.m.•20 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
OSV
OSV
•added 2025/05/20 5:15 p.m.•2 views

DEBIAN-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.5CVSS5.7AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
•added 2025/05/20 5:15 p.m.•8 views

UBUNTU-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.5CVSS6.2AI score0.0014EPSS
SaveExploits0References34
OSV
OSV
•added 2025/05/20 5:15 p.m.•16 views

UBUNTU-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.5CVSS6.2AI score0.00152EPSS
SaveExploits0References33
OSV
OSV
•added 2025/05/20 4:47 p.m.•7 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...

6.4AI score
SaveExploits0References14
Cvelist
Cvelist
•added 2025/05/20 4:47 p.m.•31 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.•135 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
CVE
CVE
•added 2025/05/20 4:47 p.m.•129 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.•21 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:47 p.m.•8 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...

6.4AI score
SaveExploits0References10
NVD
NVD
•added 2025/05/20 4:15 p.m.•14 views

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.5CVSS0.00141EPSS
SaveExploits0References3
OSV
OSV
•added 2025/05/20 4:15 p.m.•19 views

AZL-62821 CVE-2025-37907 affecting package kernel 6.6.126.1-1

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.8AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
•added 2025/05/20 4:15 p.m.•0 views

DEBIAN-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.5CVSS5.7AI score0.00141EPSS
SaveExploits0References1
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.00141EPSS
SaveExploits0References12
Rows per page
Query Builder