Lucene search
+L

132444 matches found

Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•33 views

CVE-2026-89742 rapidio: mport_cdev: fix use-after-free in dma_req_free()

In the Linux kernel, the following vulnerability has been resolved: rapidio: mportcdev: fix use-after-free in dmareqfree dmareqfree acquires bufmutex through req-map, drops the mapping reference with krefput, and then dereferences req-map again to unlock the mutex. If krefput drops the last...

7.8CVSS0.00171EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•10 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...

6.6AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/11 7:46 p.m.•18 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 ...

6.6AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/11 7:46 p.m.•16 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
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•14 views

CVE-2026-89739

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.8AI score0.00206EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•26 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...

0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•17 views

CVE-2026-89737

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 score0.00206EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:46 p.m.•16 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
CVE
CVE
•added 2026/09/11 7:46 p.m.•19 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...

5.7AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•10 views

EUVD-2026-76650

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: at91udc: drain polled-VBUS timer/work before udc is freed In polled-VBUS mode board.vbuspin && board.vbuspolled, probe arms a self-restarting cycle: at91vbustimer schedules vbustimerwork, and at91vbustimerwork calls...

5.8AI score0.00175EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:46 p.m.•24 views

CVE-2026-89738

CVE-2026-89738 is a use-after-free in the Linux kernel's at91_udc USB gadget driver. In polled-VBUS mode , a self-restarting timer/work cycle is not drained before the udc object is freed during a normal driver unbind or probe failure, allowing a pending or running timer callback to dereference f...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•31 views

CVE-2026-89738 usb: gadget: at91_udc: drain polled-VBUS timer/work before udc is freed

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: at91udc: drain polled-VBUS timer/work before udc is freed In polled-VBUS mode board.vbuspin && board.vbuspolled, probe arms a self-restarting cycle: at91vbustimer schedules vbustimerwork, and at91vbustimerwork calls...

7.8CVSS0.00175EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 7:46 p.m.•13 views

CVE-2026-89738 usb: gadget: at91_udc: drain polled-VBUS timer/work before udc is freed

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: at91udc: drain polled-VBUS timer/work before udc is freed In polled-VBUS mode board.vbuspin && board.vbuspolled, probe arms a self-restarting cycle: at91vbustimer schedules vbustimerwork, and at91vbustimerwork calls...

7.8CVSS5.9AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•12 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...

5.7AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•15 views

CVE-2026-89738

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: at91udc: drain polled-VBUS timer/work before udc is freed In polled-VBUS mode board.vbuspin && board.vbuspolled, probe arms a self-restarting cycle: at91vbustimer schedules vbustimerwork, and at91vbustimerwork calls...

7.8CVSS5.9AI score0.00175EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•27 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.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•11 views

EUVD-2026-76648

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix use-after-free on sound card disconnect gaudiocleanup invokes sndcardfreewhenclosed to initiate sound card teardown and immediately frees the underlying struct snduacchip context. However,...

6.4AI score0.00171EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 7:46 p.m.•10 views

CVE-2026-89736 usb: gadget: u_audio: Fix use-after-free on sound card disconnect

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix use-after-free on sound card disconnect gaudiocleanup invokes sndcardfreewhenclosed to initiate sound card teardown and immediately frees the underlying struct snduacchip context. However,...

7.8CVSS6.4AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•35 views

CVE-2026-89736 usb: gadget: u_audio: Fix use-after-free on sound card disconnect

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix use-after-free on sound card disconnect gaudiocleanup invokes sndcardfreewhenclosed to initiate sound card teardown and immediately frees the underlying struct snduacchip context. However,...

7.8CVSS0.00171EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•15 views

CVE-2026-89736

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix use-after-free on sound card disconnect gaudiocleanup invokes sndcardfreewhenclosed to initiate sound card teardown and immediately frees the underlying struct snduacchip context. However,...

7.8CVSS6.5AI score0.00171EPSS
SaveExploits0
Rows per page
Query Builder