Lucene search
+L

26 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 10:20 p.m.4 views

CVE-2026-89599

A flaw was found in the Linux kernel's fbdev: omapfb: panel-dsi-cm component. The dsicmprobe function registers a display before its associated lock mutex is properly initialized. This timing issue allows another process to attempt to acquire the uninitialized mutex, which could lead to system...

5.5CVSS0.00168EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 10:15 p.m.3 views

CVE-2026-80967

A flaw was found in the ALSA pcxhr driver within the Linux kernel. The pcxhrprobe function requests a threaded interrupt before properly initializing a critical mutex mgr-lock. This oversight could allow an early interrupt to operate on an uninitialized mutex, potentially leading to system...

4.1CVSS0.002EPSS
SaveExploits0References7
NVD
NVD
added 2026/09/11 8:19 p.m.4 views

CVE-2026-89599

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicmprobe registers the display before initializing ddata-lock. Once omapdssregisterdisplay publishes the display, another consumer can reach a dsicm callba...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.4 views

CVE-2026-80967

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.3 views

EUVD-2026-76511

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicmprobe registers the display before initializing ddata-lock. Once omapdssregisterdisplay publishes the display, another consumer can reach a dsicm callba...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.16 views

CVE-2026-89599 fbdev: omapfb: panel-dsi-cm: initialize lock before registering display

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicmprobe registers the display before initializing ddata-lock. Once omapdssregisterdisplay publishes the display, another consumer can reach a dsicm callba...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:45 p.m.2 views

CVE-2026-89599 fbdev: omapfb: panel-dsi-cm: initialize lock before registering display

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicmprobe registers the display before initializing ddata-lock. Once omapdssregisterdisplay publishes the display, another consumer can reach a dsicm callba...

SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.15 views

CVE-2026-89540 sunrpc: init gssp_lock before publishing proc entry

In the Linux kernel, the following vulnerability has been resolved: sunrpc: init gssplock before publishing proc entry createusegssproxyprocentry publishes /proc/net/rpc/use-gss-proxy via proccreatedata before initgsspclnt runs mutexinit on sn-gssplock. Once the dentry is linked under...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.4 views

EUVD-2026-76290

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhrprobe requests pcxhrthreadedirq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before...

0.002EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.6 views

PT-2026-90315

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: panel-dsi-cm: initialize lock before registering display dsicm probe registers the display before initializing ddata-lock. Once omapdss register display publishes the display, another consumer can reach a dsicm...

0.00168EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.9 views

PT-2026-90097

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcxhr: initialize mutexes before requesting threaded IRQ pcxhr probe requests pcxhr threaded irq before initializing mgr-lock, even though the threaded handler takes that mutex. Initialize the manager locks before request...

0.002EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutexinit location Syzbot reported that mxl111sfctrlmsg uses an uninitialized mutex. The issue was in the incorrect location of the mutexinit call. Previously, the mutexinit&state-msglock call was made...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/12 3:54 a.m.17 views

CVE-2026-12233 Uninitialized mutex in TLS trusted-credential backend causes kernel NULL-deref DoS under contention

The PSA Protected Storage credential backend subsys/net/lib/tlscredentials/tlscredentialstrusted.c declared its credential-store mutex as a plain zero-filled static struct kmutex credentiallock; and never called kmutexinit on it. A statically zero-filled kmutex has an uninitialized wait queue its...

5.9CVSS5.9AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/05/28 9:11 p.m.19 views

CVE-2026-46134

A flaw was found in the Linux kernel's crosectypec component. This vulnerability occurs because a mutex, a mechanism used to prevent simultaneous access to shared resources, was not properly initialized during Thunderbolt registration. This oversight can lead to a NULL dereference, potentially...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: gpu: host1x: Fixed an issue involving uninitialized mutexes The commit c8347f915e67 “gpu: host1x: Fixed a boot-related regression for Tegra” caused an issue involving uninitialized mutexes, which led to the following warning...

5.5CVSS6.4AI score0.00197EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/27 8:16 p.m.22 views

CVE-2025-21824

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 8:16 p.m.3 views

DEBIAN-CVE-2025-21824

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS5.6AI score0.00197EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 8:16 p.m.21 views

UBUNTU-CVE-2025-21824

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS6.5AI score0.00197EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/27 8:06 p.m.25 views

CVE-2025-21824 gpu: host1x: Fix a use of uninitialized mutex

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

0.00197EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/27 8:06 p.m.2 views

CVE-2025-21824 gpu: host1x: Fix a use of uninitialized mutex

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

6.1AI score0.00197EPSS
SaveExploits0References3
Rows per page
Query Builder