Lucene search
+L

2643 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added yesterday4 views

Malicious code in keyed-mutex-map (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 8ef27256ea18da3ac9252e892dee2e8e0ef0f01e00846c4850b43b0eff655ee0 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

5.5AI score
SaveExploits0References1
OSV
OSV
added yesterday6 views

MAL-2026-13955 Malicious code in mutex-forge (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d3e6d6c8a6e7f9463fa8a07604b4699b1dba8415ee6759e3145b0cab183f4421 The package presents itself as a mutex/semaphore library but contains a hidden second-stage loader in lib/Mutex.js. When runExclusive is invoked with...

5.6AI score
SaveExploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
added yesterday4 views

Malicious code in mutex-forge (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d3e6d6c8a6e7f9463fa8a07604b4699b1dba8415ee6759e3145b0cab183f4421 The package presents itself as a mutex/semaphore library but contains a hidden second-stage loader in lib/Mutex.js. When runExclusive is invoked with...

5.5AI score
SaveExploits0References3
OSV
OSV
added 2 days ago4 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
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-57067

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.8AI score0.00307EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago28 views

CVE-2026-12233

CVE-2026-12233 affects the PSA Protected Storage TLS credential backend. The credential_store mutex was declared as a zero-initialized static k_mutex and never initialized, leaving its wait queue NULL. Under contention, z_pend_curr() appends to this uninitialized wait queue and dereferences a NUL...

5.9CVSS5.8AI score0.00307EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago33 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.9CVSS0.00307EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago3 views

Linux Distros Unpatched Vulnerability : CVE-2026-68179

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has be...

8.4CVSS5.4AI score0.002EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2 days ago1 views

PT-2026-70981

The PSA Protected Storage credential backend subsys/net/lib/tls credentials/tls credentials trusted.c declared its credential-store mutex as a plain zero-filled static struct k mutex credential lock; and never called k mutex init on it. A statically zero-filled k mutex has an uninitialized wait...

5.9CVSS5.8AI score0.00307EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 3 days ago9 views

CVE-2026-68132

A flaw was found in the Linux kernel. A deadlock can occur during the emergency thaw process of frozen block devices. This issue arises when the dothawallcallback function attempts to reacquire a lock it already holds exclusively, while also holding another mutex. This deadlock prevents further...

5.5CVSS5.3AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago8 views

CVE-2026-68179

A flaw was found in the Linux kernel's Network Shared Memory NSM module. A local attacker can exploit an issue in the nsmdevioctl function where an incorrect mutex unlock operation is performed. This occurs when an initial data copy fails, leading to an attempt to unlock a mutex that was never...

8.4CVSS5.3AI score0.002EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 3 days ago6 views

CVE-2026-68138

In the Linux kernel, the following vulnerability has been resolved: net/sched: serialize qdiscrtablist against concurrent get/put qdiscgetrtab and qdiscputrtab mutate the process-global singly linked list qdiscrtablist and a plain non-atomic 'int refcnt' with no lock. This was only safe because...

5.3AI score0.00162EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 3 days ago7 views

CVE-2026-68146

In the Linux kernel, the following vulnerability has been resolved: ftrace: Add global mutex to serialize traceparser access In ftrace, the traceparser structure is allocated and initialized when a trace file is opened, and is subsequently used across write and release handlers to parse user inpu...

5.4AI score0.00175EPSS
SaveExploits0References6
NVD
NVD
added 4 days ago7 views

CVE-2026-11812

The UpdateHub management subsystem subsys/mgmt/updatehub/updatehub.c drives every update operation through a single file-scope ctx structure that holds the CoAP block context, payload buffer, status code, socket, and a one-element poll-fd array fds1. Access to ctx was not serialized, and preparef...

2.5CVSS0.0008EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago6 views

CVE-2026-11812 UpdateHub: race condition on shared context causes out-of-bounds write and DoS

The UpdateHub management subsystem subsys/mgmt/updatehub/updatehub.c drives every update operation through a single file-scope ctx structure that holds the CoAP block context, payload buffer, status code, socket, and a one-element poll-fd array fds1. Access to ctx was not serialized, and preparef...

2.5CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 4 days ago4 views

DEBIAN-CVE-2026-68328

In the Linux kernel, the following vulnerability has been resolved: nfp: Check resource mutex allocation nfpcppresourcefind allocates a CPP mutex handle for the matching resource-table entry and then reports success. nfpresourcetryacquire immediately passes that handle to nfpcppmutextrylock...

5.2AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 4 days ago5 views

CVE-2026-68188

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix session UAF in settermios rfcommttysettermios tests dlc-session without rfcommmutex and later passes the pointer to rfcommsendrpn. The latter dereferences both session-initiator and session-sock. Meanwhile,...

0.002EPSS
SaveExploits0References5
NVD
NVD
added 4 days ago5 views

CVE-2026-68179

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

8.4CVSS0.002EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago4 views

UBUNTU-CVE-2026-68328

In the Linux kernel, the following vulnerability has been resolved: nfp: Check resource mutex allocation nfpcppresourcefind allocates a CPP mutex handle for the matching resource-table entry and then reports success. nfpresourcetryacquire immediately passes that handle to nfpcppmutextrylock...

5.2AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 4 days ago3 views

UBUNTU-CVE-2026-68179

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

8.4CVSS5.3AI score0.002EPSS
SaveExploits0References6
Rows per page
Query Builder