Lucene search
+L

38069 matches found

OSV
OSV
•added 2026/07/25 8:51 a.m.•11 views

CVE-2026-64469 binder: fix UAF in binder_thread_release()

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

7.8CVSS5.7AI score
SaveExploits0References11
attackerkb
attackerkb
•added 2026/07/25 8:51 a.m.•11 views

CVE-2026-64455

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.7AI score0.0022EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2026/07/25 8:51 a.m.•14 views

CVE-2026-64455 USB: chaoskey: Fix slab-use-after-free in chaoskey_release()

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.8AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/07/25 8:51 a.m.•27 views

EUVD-2026-48799

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.8AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/25 8:51 a.m.•45 views

CVE-2026-64455

CVE-2026-64455 concerns the Linux kernel USB chaoskey driver. The vulnerability is a use-after-free in chaoskey_release: after the USB device is unplugged, a debugging log statement can access the usb_interface structure that has already been deallocated, potentially leading to a crash or memory ...

5.8AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/25 8:51 a.m.•11 views

CVE-2026-64447 staging: media: ipu7: fix double-free and use-after-free in error paths

In the Linux kernel, the following vulnerability has been resolved: staging: media: ipu7: fix double-free and use-after-free in error paths In both ipu7isysinit and ipu7psysinit, pdata is allocated and then passed to ipu7businitializedevice, which stores it in adev-pdata. The ipu7busrelease...

7.8CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/07/25 8:50 a.m.•20 views

EUVD-2026-48964

In the Linux kernel, the following vulnerability has been resolved: mfd: crosec: Delay devsetdrvdata until probe success If ecdeviceprobe fails, crosecclassrelease releases memory for the crosecdev structure. However, because the drvdata was already set, sub-drivers like crosectypec can still...

5.7AI score0.00151EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/07/25 8:50 a.m.•18 views

EUVD-2026-48920

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.8AI score0.00123EPSS
SaveExploits0References6
OSV
OSV
•added 2026/07/25 8:50 a.m.•14 views

CVE-2026-64358 media: mtk-jpeg: cancel workqueue on release for supported platforms only

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•43 views

CVE-2026-64358 media: mtk-jpeg: cancel workqueue on release for supported platforms only

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

0.00122EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/07/25 8:50 a.m.•14 views

EUVD-2026-48902

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score0.00122EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/07/25 8:50 a.m.•18 views

CVE-2026-64358

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0
CVE
CVE
•added 2026/07/25 8:50 a.m.•38 views

CVE-2026-64356

CVE-2026-64356 is a memory leak in the Linux kernel's XFS filesystem , specifically in xfs_dqinode_metadir_create(). When xfs_metadir_create() fails, the function returns without releasing the allocated update and transaction state; a subsequent commit failure additionally leaves a caller-owned i...

5.5CVSS5.8AI score0.00136EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•46 views

CVE-2026-64356 xfs: fix memory leak in xfs_dqinode_metadir_create()

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

0.00136EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/07/25 8:50 a.m.•14 views

EUVD-2026-48900

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

5.8AI score0.00136EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/25 8:50 a.m.•15 views

CVE-2026-64356 xfs: fix memory leak in xfs_dqinode_metadir_create()

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/07/25 8:50 a.m.•13 views

CVE-2026-64346 usb: gadget: udc: Fix use-after-free in gadget_match_driver

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

5.7AI score
SaveExploits0References9
CVE
CVE
•added 2026/07/25 8:50 a.m.•44 views

CVE-2026-64346

CVE-2026-64346 is a Use-After-Free (UAF) in the Linux kernel's USB gadget UDC subsystem. A race condition allows usb_del_gadget() to free the udc management structure (e.g., via a mode-switch workqueue) while gadget_match_driver() concurrently accesses it through configfs, triggering a NULL point...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•46 views

CVE-2026-64346 usb: gadget: udc: Fix use-after-free in gadget_match_driver

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

0.00164EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/07/25 8:50 a.m.•11 views

EUVD-2026-48890

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

5.7AI score0.00164EPSS
SaveExploits0References7
Rows per page
Query Builder