Lucene search
+L

75 matches found

NVD
NVD
added 2026/07/25 10:17 a.m.7 views

CVE-2026-64345

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fprinter: take kref only for successful open printeropen returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 10:17 a.m.10 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...

5.7AI score0.00177EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64345

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fprinter: take kref only for successful open printeropen returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

5.7AI score0.00173EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/25 10:17 a.m.6 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 ...

5.7AI score0.00166EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48889

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fprinter: take kref only for successful open printeropen returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

5.8AI score0.00173EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.9 views

EUVD-2026-48888

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 score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.8 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
CVE
CVE
added 2026/07/25 8:50 a.m.25 views

CVE-2026-64344

CVE-2026-64344 tracks a Linux kernel USB idmouse driver use‑after‑free on disconnect race. The root cause: mutex_unlock() may touch the mutex after unlocking, risking lifetime management problems; the fix uses a kref to release driver data to avoid use‑after‑free when release() races with disconn...

5.7AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64341

In CVE-2026-64341, the Linux kernel USB iowarrior driver fix addresses a use-after-free race on disconnect. The issue: mutex_unlock() can access the mutex structure after unlocking, potentially ending object lifetime management incorrectly. The mitigation: release the driver data using a kref to ...

5.8AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48885

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

5.8AI score0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.19 views

PT-2026-64561

In the Linux kernel, the following vulnerability has been resolved: USB: legousbtower: fix use-after-free on disconnect race mutex unlock 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...

5.7AI score0.00177EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.23 views

PT-2026-64562

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect race mutex unlock 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...

5.8AI score0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64343

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.9AI score0.00177EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.15 views

PT-2026-64564

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutex unlock 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 score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 3:28 a.m.8 views

OESA-2026-3156 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: drbd: add missing krefget in handlewriteconflicts With two-primaries enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even i...

9.8CVSS6.5AI score0.00732EPSS
SaveExploits0References18
OSV
OSV
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64099 drm/v3d: Fix use-after-free of CPU job query arrays on error path

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

7.8CVSS5.4AI score
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: GPU: host1x – Fixed a race condition in syncptalloc and syncptfree. A race condition occurred between host1xsyncptalloc and host1xsyncptput, which was addressed by using krefputmutex instead of krefput plus manual mutex locking...

5.6AI score0.00168EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: SUNRPC: The issue in the gssallocmsg error path, where a gssauth reference was leaked, has been fixed. Commit 5940d1cf9f42 “SUNRPC: Rebalancing a kref in authgss.c” added a call to krefget&gssauth-kref to balance the situation...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/25 9:16 a.m.9 views

CVE-2026-53161

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix use-after-free of fastrpcuser in workqueue context There is a race between fastrpcdevicerelease and the workqueue that processes DSP responses. When the user closes the file descriptor, fastrpcdevicerelease fre...

7.8CVSS0.00126EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/06/25 9:16 a.m.9 views

CVE-2026-53161

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix use-after-free of fastrpcuser in workqueue context There is a race between fastrpcdevicerelease and the workqueue that processes DSP responses. When the user closes the file descriptor, fastrpcdevicerelease fre...

7.8CVSS6AI score0.00126EPSS
SaveExploits0References10
Rows per page
Query Builder