Lucene search
+L

597 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 10:55 p.m.5 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...

5.7CVSS0.002EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 10:22 p.m.6 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.4CVSS0.002EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:02 p.m.3 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.1CVSS0.00166EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:19 p.m.6 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...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

AZL-100743 CVE-2026-89548 affecting package kernel 6.6.150.1-1

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

0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.5 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...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 8:19 p.m.2 views

AZL-100208 CVE-2026-89475 affecting package kernel 6.6.150.1-1

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

0.002EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.4 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...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.5 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...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.6 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...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.4 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...

0.002EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.6 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...

0.002EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:18 p.m.5 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...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.11 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 ...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.6 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...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.3 views

CVE-2026-89739 usb: dwc3: gadget: Fix use-after-free in dwc3_gadget_free_endpoints due to race condition

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

6.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.22 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...

0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 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...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.10 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 ...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.2 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...

5.9AI score
SaveExploits0References7
Rows per page
Query Builder