Lucene search
+L

79 matches found

OSV
OSV
added 2026/09/16 10:32 a.m.5 views

CVE-2026-89942 iio: buffer: Fix potential use-after-free in anonymous buffer release

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has...

7.8CVSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.11 views

PT-2026-90370

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in check new map on session freed during unlock check new map iterates mdsc-sessions and for each active session drops mdsc-mutex to perform per-session operations. The forced-close path rank removed from map...

6.2AI score0.00407EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90201

In the Linux kernel, the following vulnerability has been resolved: lockd: pin next file across nlm inspect file lock-drop nlm traverse files pins the current file with f count++ across a mutex unlock for nlm inspect file, but nothing pins the saved next pointer. A concurrent nlm release file can...

5.8AI score0.00704EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: gssproxy (UTSA-2026-093183)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-093183 advisory. gssproxy aka gss-proxy before 0.8.3 does not unlock condmutex before pthread exit in gpworkermain in gpworkers.c. NOTE: An upstream comment states We are already on ...

9.8CVSS7.1AI score0.0175EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Scsi: sg: Fix slab-use-after-free issue in sgrelease A use-after-free bug was fixed in sgrelease, detected by syzbot with KASAN: Bug: KASAN: Slab-use-after-free in lockrelease+0x151/0xa30 kernel/locking/lockdep.c:5838...

7.8CVSS6.7AI score0.00288EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/11 3:33 p.m.15 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.0018EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.9 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.0018EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.7 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.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/10 11:59 a.m.61 views

CVE-2026-68179

CVE-2026-68179 affects the Linux kernel NSM: nsm_dev_ioctl() may unlock a mutex that was never acquired when pre-lock copy_from_user() fails, risking a local DoS. A patch changes control flow to return immediately on pre-lock failures and to keep the unlock path for post-lock errors only. The vul...

8.4CVSS5.3AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 11:59 a.m.31 views

CVE-2026-68179 misc: nsm: only unlock nsm_dev on post-lock error paths

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.4AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/29 1:58 p.m.13 views

CVE-2026-64343

A flaw was found in the Linux kernel. A race condition exists in the ldusb USB driver where a mutexunlock operation can attempt to access a mutex structure after it has been freed. This occurs when the release and disconnect functions race, leading to a use-after-free vulnerability. A local...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.12 views

SUSE CVE-2026-64340

In the Linux kernel, the following vulnerability has been resolved: USB: legousbtower: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 U...

6.3CVSS5.7AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:01 p.m.12 views

SUSE CVE-2026-64344

In the Linux kernel, the following vulnerability has been resolved: USB: idmouse: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a...

6.3CVSS5.7AI score0.00126EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.18 views

CVE-2026-64343

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a kr...

7.8CVSS0.00126EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/25 10:17 a.m.14 views

CVE-2026-64341

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use ...

7.8CVSS0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 10:17 a.m.25 views

UBUNTU-CVE-2026-64340

In the Linux kernel, the following vulnerability has been resolved: USB: legousbtower: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 U...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References15
OSV
OSV
added 2026/07/25 10:17 a.m.15 views

UBUNTU-CVE-2026-64344

In the Linux kernel, the following vulnerability has been resolved: USB: idmouse: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References15
OSV
OSV
added 2026/07/25 10:17 a.m.11 views

UBUNTU-CVE-2026-64341

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use ...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/25 10:17 a.m.12 views

UBUNTU-CVE-2026-64343

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a kr...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References15
OSV
OSV
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64344 USB: idmouse: fix use-after-free on disconnect race

In the Linux kernel, the following vulnerability has been resolved: USB: idmouse: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a...

5.7AI score
SaveExploits0References11
Rows per page
Query Builder