Lucene search
+L

589 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 10:55 p.m.3 views

CVE-2026-89463

A flaw was found in the Linux kernel's ucs1002 power supply driver. The driver does not properly cancel a delayed work item during device removal, leading to a use-after-free vulnerability. This issue allows the system to attempt to access memory that has already been freed, which can result in...

SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 10:22 p.m.3 views

CVE-2026-89585

A flaw was found in the auxdisplay: charlcd component of the Linux kernel. This use-after-free vulnerability occurs when the charlcdregister function fails, leading to the charlcd object being freed while a delayed work item still retains its address. A local attacker could potentially exploit th...

4.4CVSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:02 p.m.2 views

CVE-2026-80936

A flaw was found in the Linux kernel's mt7925 Wi-Fi driver. During multi-link power-save setup, the mlopmwork is queued with a delay but not properly cancelled when the device is stopped. This can lead to the work item attempting to access a deallocated workqueue, resulting in a kernel warning an...

4.1CVSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:19 p.m.2 views

CVE-2026-89585

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: charlcd: cancel backlight work on registration failure With CONFIGCHARLCDBLFLASH, charlcdinit schedules blwork before charlcdregister calls miscregister. If registration fails, the caller frees the charlcd object whil...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.2 views

CVE-2026-89475

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq24257: fix use-after-free on remove The STAT-pin interrupt is devm-managed, so it stays armed until the devm cleanup that runs after remove returns. remove cancels bq-iilimitsetupwork while the threaded handler c...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.1 views

CVE-2026-89469

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.2 views

CVE-2026-89464

In the Linux kernel, the following vulnerability has been resolved: power: supply: twl4030charger: cancel workers via devm bci is devm-allocated. Two workers bci-work and bci-currentworker dereference it. twl4030bciremove disables charging and masks interrupts. It cancels neither worker. A worker...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.3 views

CVE-2026-89465

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: quiesce delayed work before teardown The threaded IRQ handler can queue pwrrdywork, maxchargingtimework and battpresencework. pwrrdywork and battpresencework can also queue maxchargingtimework, while...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.1 views

CVE-2026-89463

In the Linux kernel, the following vulnerability has been resolved: power: supply: ucs1002: fix use-after-free on remove ucs1002 has no remove callback, so unbind runs entirely through devm. The alert IRQ handler queues the healthpoll delayed work, and the work reschedules itself while the chip...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.2 views

CVE-2026-89461

In the Linux kernel, the following vulnerability has been resolved: power: supply: max17040: synchronize work cancellation on suspend max17040work requeues itself after every poll. canceldelayedwork only cancels a pending instance and does not wait for a callback that is already running. If syste...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:18 p.m.2 views

CVE-2026-80936

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: cancel mlopmwork on stop mt7925 queues mlopmwork with a 5 second delay during multi-link power-save setup and never cancels it on the stop path. If the device is torn down inside that window, the work outlives...

SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.5 views

CVE-2026-89739

CVE-2026-89739 is a use-after-free in the Linux kernel 's USB DWC3 gadget driver. When a USB gadget is removed, dwc3_gadget_free_endpoints frees endpoint memory via kfree(dep), but a delayed work (dwc3_nostream_work) previously queued on system_percpu_wq during a DEPEVT_STREAM_NOSTREAM event may ...

SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.4 views

EUVD-2026-76651

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix use-after-free in dwc3gadgetfreeendpoints due to race condition In dwc3gadgetinitendpoint, &dep-nostreamwork is bound with dwc3nostreamwork, and dwc3gadgetendpointstreamevent can queue this delayed work on...

SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.8 views

CVE-2026-89681 nfsd: fix layout fence worker double-reference race

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix layout fence worker double-reference race The workqueue core clears WORKSTRUCTPENDING before the callback is invoked, so delayedworkpending in lmbreakertimedout can return false while the fence worker is already running...

SaveExploits0References2
CVE
CVE
added 2026/09/11 7:44 p.m.4 views

CVE-2026-89585

CVE-2026-89585 affects the Linux kernel auxdisplay charlcd driver. With CONFIG_CHARLCD_BL_FLASH enabled, charlcd_init() schedules a delayed work item (bl_work) before charlcd_register() calls misc_register(). If registration fails, the caller frees the charlcd object while the delayed work still ...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89585 auxdisplay: charlcd: cancel backlight work on registration failure

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: charlcd: cancel backlight work on registration failure With CONFIGCHARLCDBLFLASH, charlcdinit schedules blwork before charlcdregister calls miscregister. If registration fails, the caller frees the charlcd object whil...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.2 views

EUVD-2026-76497

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: charlcd: cancel backlight work on registration failure With CONFIGCHARLCDBLFLASH, charlcdinit schedules blwork before charlcdregister calls miscregister. If registration fails, the caller frees the charlcd object whil...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.3 views

EUVD-2026-76459

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: always drain cachecleaner before destroying a cachedetail sunrpcdestroycachedetail only cancels the global cachecleaner delayedwork when cachelist is empty. During per-netns teardown cachelist is never empty because...

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

CVE-2026-89548 SUNRPC: always drain cache_cleaner before destroying a cache_detail

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: always drain cachecleaner before destroying a cachedetail sunrpcdestroycachedetail only cancels the global cachecleaner delayedwork when cachelist is empty. During per-netns teardown cachelist is never empty because...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.2 views

EUVD-2026-76429

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: cancel pending mlopmwork If the device is reset, suspended or unregistered within that window, the pending work can still run and access vif/bss data that may already be freed, or send MCU commands while the...

SaveExploits0References3
Rows per page
Query Builder