Lucene search
+L

614 matches found

OSV
OSV
added 2026/09/11 8:19 p.m.6 views

DEBIAN-CVE-2026-89510

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Cancel regwork before freeing device on remove c4iwuldstatechange queues regwork to register the RDMA device. c4iwremove can free ctx-dev while this work is pending or running, leaving c4iwregisterdevice accessing the...

7.8CVSS0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-89467

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: fix use-after-free qcombattmgrpdrnotify queues enablework when the PMIC GLINK service comes up, and the worker recovers battmgr through containerof to issue firmware requests. The PMIC GLINK client sta...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-81004

In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Cancel work cleanly on an error If an error occurs during startup of an IPMI interface, it may have scheduled work to run. The work needs to be canceled before the interface can be freed...

8.4CVSS0.00198EPSS
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
CVE
CVE
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89737

CVE-2026-89737 affects the Linux kernel USB Type-C Thunderbolt altmode driver. The root cause is a use-after-free in tbt_altmode_remove(), which drops the plug and cable references without first draining tbt->work. The work function can dereference those freed references and can also requeue i...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.5 views

CVE-2026-89737 usb: typec: thunderbolt: Disable work before freeing tbt on remove

In the Linux kernel, the following vulnerability has been resolved: usb: typec: thunderbolt: Disable work before freeing tbt on remove tbtaltmoderemove drops the plug and cable references without draining tbt-work. The work function dereferences those references, and can also requeue itself in it...

5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.23 views

CVE-2026-89737 usb: typec: thunderbolt: Disable work before freeing tbt on remove

In the Linux kernel, the following vulnerability has been resolved: usb: typec: thunderbolt: Disable work before freeing tbt on remove tbtaltmoderemove drops the plug and cable references without draining tbt-work. The work function dereferences those references, and can also requeue itself in it...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.6 views

EUVD-2026-76649

In the Linux kernel, the following vulnerability has been resolved: usb: typec: thunderbolt: Disable work before freeing tbt on remove tbtaltmoderemove drops the plug and cable references without draining tbt-work. The work function dereferences those references, and can also requeue itself in it...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76373

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: fix use-after-free qcombattmgrpdrnotify queues enablework when the PMIC GLINK service comes up, and the worker recovers battmgr through containerof to issue firmware requests. The PMIC GLINK client sta...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:43 p.m.7 views

CVE-2026-89468

This use-after-free vulnerability affects the lp8788-charger driver in the Linux kernel. During device removal, lp8788_charger_remove() flushed charger_work before unregistering IRQs, allowing an IRQ thread to queue work after the flush completed. That work could then run after devres freed the p...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.22 views

CVE-2026-89468 power: supply: lp8788-charger: fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.22 views

CVE-2026-89467 power: supply: qcom_battmgr: fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: fix use-after-free qcombattmgrpdrnotify queues enablework when the PMIC GLINK service comes up, and the worker recovers battmgr through containerof to issue firmware requests. The PMIC GLINK client sta...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:43 p.m.4 views

CVE-2026-89440 mmc: via-sdmmc: stop card-detect handling on probe failure

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: stop card-detect handling on probe failure requestirq registers the SD card-detect interrupt and the probe enables it before mmcaddhost runs. If mmcaddhost fails, the error path only unmaps the registers and...

5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-81004

CVE-2026-81004 affects the Linux kernel's IPMI message handler (ipmi:msghandler). When an error occurs during the startup of an IPMI interface, scheduled work may not be properly canceled before the interface is freed, which can prevent clean resource release and potentially lead to resource exha...

8.4CVSS0.00198EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.8 views

PT-2026-90453

In the Linux kernel, the following vulnerability has been resolved: usb: typec: thunderbolt: Disable work before freeing tbt on remove tbt altmode remove drops the plug and cable references without draining tbt-work. The work function dereferences those references, and can also requeue itself in...

0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.8 views

PT-2026-90180

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

0.00168EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.6 views

PT-2026-90184

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788 charger remove flushes charger work before unregistering the IRQs. An IRQ thread can queue charger work after flush work has returned. The work can then run after...

0.00168EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.9 views

PT-2026-90157

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: cancel card-detect work on remove Disabling the device interrupt and freeing the IRQ prevents new card-detect work from being queued, but carddet work already queued by the handler can still run after via sd remov...

0.00166EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/07 10:09 p.m.4 views

ghostlock-s25fe

GhostLock CVE-2026-43499 for the Galaxy S26 CVE-2026-43499 ported to the Samsung Galaxy S26 series — Android 16 / GKI 6.12. One binary, three kernel lines, dynamic parameter matching at runtime: theoretically covers the whole S26 series without per-build compilation. Most GhostLock porting effort...

7.8CVSS7.2AI score0.00789EPSS
SaveExploits89References10
OSV
OSV
added 2026/09/04 3:54 p.m.5 views

CVE-2026-80848 xfrm: espintcp: fix UAF during close

In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: fix UAF during close ZDI reported and analyzed a race condition during close for espintcp sockets: espintcpclose frees emsg-skb via kfreeskb without holding any socket lock. Concurrently, the xfrmtransreinject wor...

5.6AI score
SaveExploits0References12
Rows per page
Query Builder