Lucene search
+L

909 matches found

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

CVE-2026-80932

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS0.0014EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.10 views

CVE-2026-89623

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: stop device IO before hidhwstop Quiesce device IO at the start of the devm cleanup callback mcp2221hidunregister so that incoming HID reports cannot race with hardware teardown during probe failure or device removal...

0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.27 views

CVE-2026-89623 HID: mcp2221: stop device IO before hid_hw_stop

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: stop device IO before hidhwstop Quiesce device IO at the start of the devm cleanup callback mcp2221hidunregister so that incoming HID reports cannot race with hardware teardown during probe failure or device removal...

0.00209EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89623 HID: mcp2221: stop device IO before hid_hw_stop

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: stop device IO before hidhwstop Quiesce device IO at the start of the devm cleanup callback mcp2221hidunregister so that incoming HID reports cannot race with hardware teardown during probe failure or device removal...

5.9AI score
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:45 p.m.11 views

CVE-2026-89623

CVE-2026-89623 affects the Linux kernel's HID mcp2221 driver . During probe failure or device removal, incoming HID reports could race with hardware teardown in the mcp2221_hid_unregister() devm cleanup callback, resulting in a potential use-after-free . The fix quiesces device I/O by calling hid...

0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76535

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: stop device IO before hidhwstop Quiesce device IO at the start of the devm cleanup callback mcp2221hidunregister so that incoming HID reports cannot race with hardware teardown during probe failure or device removal...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89510

CVE-2026-89510 is a use-after-free vulnerability in the Linux kernel's RDMA/cxgb4 (Chelsio) driver. When c4iw_remove() frees the device context (ctx->dev) while the reg_work work item—queued by c4iw_uld_state_change()—is still pending or executing, c4iw_register_device() may access already-fre...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:43 p.m.11 views

CVE-2026-89510 RDMA/cxgb4: Cancel reg_work before freeing device on remove

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.8CVSS5.9AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76416

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

0.00176EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.10 views

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.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.9 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.00205EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76381

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.00205EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.6 views

CVE-2026-89475 power: supply: bq24257: fix use-after-free on remove

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

6.4AI score
SaveExploits0References10
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76374

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
CVE
CVE
added 2026/09/11 7:43 p.m.9 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.24 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.24 views

CVE-2026-89463 power: supply: ucs1002: fix use-after-free on remove

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.00205EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.10 views

CVE-2026-89441

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 carddetwork already queued by the handler can still run after viasdremove...

7.8CVSS0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:43 p.m.7 views

CVE-2026-89441 mmc: via-sdmmc: cancel card-detect work on remove

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 carddetwork already queued by the handler can still run after viasdremove...

7.8CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.23 views

CVE-2026-80974 mfd: sm501: Fix potential memory leaks during remove

In the Linux kernel, the following vulnerability has been resolved: mfd: sm501: Fix potential memory leaks during remove The memory allocated for struct sm501devdata in sm501pciprobe and sm501platprobe is not freed by the corresponding remove functions sm501pciremove and sm501platremove. Fix that...

0.002EPSS
SaveExploits0References4
Rows per page
Query Builder