Lucene search
+L

50865 matches found

CVE
CVE
added 2026/09/17 4:09 p.m.12 views

CVE-2026-90380

CVE-2026-90380 is a use-after-free in the Linux kernel's mt76 WiFi driver (mt792x variant), occurring in mt76_rx_poll_complete due to a race condition: a station (STA) is removed but rx_status still holds a pointer to the freed wcid. The fix sets the links' wcid pointers to NULL in mt7925_sta_pre...

8.8CVSS0.00309EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:09 p.m.7 views

EUVD-2026-82041

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: fix use-after-free in mt76rxpollcomplete A use-after-free issue occurs in mt76rxpollcomplete due to a race condition. The STA has already been removed, but the rxstatus still had a pointer to the wcid in the...

0.00309EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:09 p.m.5 views

CVE-2026-90380 wifi: mt76: mt792x: fix use-after-free in mt76_rx_poll_complete

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: fix use-after-free in mt76rxpollcomplete A use-after-free issue occurs in mt76rxpollcomplete due to a race condition. The STA has already been removed, but the rxstatus still had a pointer to the wcid in the...

8.8CVSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:09 p.m.6 views

EUVD-2026-82034

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear mt7915removeinterface cleared the wcid mask bit with no lock held and before clearing the RCU wcid pointer. The mask is a non-atomic RMW shared with the...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 4:09 p.m.5 views

CVE-2026-90373 wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear mt7915removeinterface cleared the wcid mask bit with no lock held and before clearing the RCU wcid pointer. The mask is a non-atomic RMW shared with the...

SaveExploits0References7
CVE
CVE
added 2026/09/17 4:09 p.m.9 views

CVE-2026-90373

A race condition in the Linux kernel mt76 mt7915 WiFi driver allowed mt7915_remove_interface() to clear the wcid mask bit without holding the mutex and before clearing the RCU wcid pointer. On DBDC (dual-band dual-concurrent) configurations, the two wiphys share one mt76_dev, so this raced with a...

0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.37 views

CVE-2026-90371 wifi: mt76: fix RXDMAD_C buffer recycling race

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix RXDMADC buffer recycling race The RXDMADC buffers come from the RRO data queues' page pools, which are bound to a different NAPI, so the direct page-pool recycle used here could race the owning NAPI; take the...

8.8CVSS0.00318EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:09 p.m.7 views

CVE-2026-90371 wifi: mt76: fix RXDMAD_C buffer recycling race

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix RXDMADC buffer recycling race The RXDMADC buffers come from the RRO data queues' page pools, which are bound to a different NAPI, so the direct page-pool recycle used here could race the owning NAPI; take the...

8.8CVSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:09 p.m.8 views

EUVD-2026-82032

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix RXDMADC buffer recycling race The RXDMADC buffers come from the RRO data queues' page pools, which are bound to a different NAPI, so the direct page-pool recycle used here could race the owning NAPI; take the...

0.00318EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:09 p.m.13 views

CVE-2026-90371

CVE-2026-90371 affects the mt76 WiFi driver in the Linux kernel. The root cause is a race condition in RXDMAD_C buffer recycling: these buffers originate from RRO data queues' page pools, which are bound to a different NAPI context. The direct page-pool recycle path could race with the owning NAP...

8.8CVSS0.00318EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:09 p.m.6 views

EUVD-2026-82028

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev-mt76.mutex while disabling tx worker in SER mt7996macresetwork parked the tx worker and disabled the RX/TX NAPIs before taking dev-mt76.mutex. mt76workerdisable/enable are plain kthread park/unpark, n...

0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:09 p.m.12 views

CVE-2026-90367 wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SER

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev-mt76.mutex while disabling tx worker in SER mt7996macresetwork parked the tx worker and disabled the RX/TX NAPIs before taking dev-mt76.mutex. mt76workerdisable/enable are plain kthread park/unpark, n...

8.8CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.36 views

CVE-2026-90367 wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SER

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev-mt76.mutex while disabling tx worker in SER mt7996macresetwork parked the tx worker and disabled the RX/TX NAPIs before taking dev-mt76.mutex. mt76workerdisable/enable are plain kthread park/unpark, n...

8.8CVSS0.00239EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:09 p.m.18 views

CVE-2026-90367

CVE-2026-90367 is a race condition in the Linux kernel's mt76 WiFi driver, specifically affecting the mt7996 hardware. The root cause is that mt7996_mac_reset_work() parked the TX worker and disabled RX/TX NAPIs before taking dev->mt76.mutex, while __mt76_set_channel() toggles the same worker ...

8.8CVSS0.00239EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:09 p.m.13 views

CVE-2026-90365

CVE-2026-90365 affects the mt76 WiFi driver in the Linux kernel. The root cause is a workqueue ordering flaw: both mt76 drivers cancelled dump_work on device unregister but left reset_work and rc_work to be flushed only later by destroy_workqueue() in mt76_free_device(), which runs after the hard...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:09 p.m.7 views

EUVD-2026-82026

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: cancel reset and rc work on device unregister Both drivers cancelled dumpwork on unregister but left resetwork and rcwork to be flushed only by destroyworkqueue in mt76freedevice, which runs after the hw is unregister...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:09 p.m.12 views

CVE-2026-90360

CVE-2026-90360 affects the Linux kernel regulator core subsystem. The regulator_init_complete_work delayed work, which fires approximately 30 seconds after boot to disable unused regulators over I2C , was scheduled on system_wq —a non-freezable workqueue. This allowed it to execute concurrently w...

0.00239EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.37 views

CVE-2026-90360 regulator: core: use system_freezable_wq for init complete work

In the Linux kernel, the following vulnerability has been resolved: regulator: core: use systemfreezablewq for init complete work scheduledelayedwork uses systemwq, which is non-freezable, allowing regulatorinitcompletework to run concurrently with system suspend. This work fires 30s after boot t...

0.00239EPSS
SaveExploits0References10
OSV
OSV
added 2026/09/17 4:09 p.m.5 views

CVE-2026-90360 regulator: core: use system_freezable_wq for init complete work

In the Linux kernel, the following vulnerability has been resolved: regulator: core: use systemfreezablewq for init complete work scheduledelayedwork uses systemwq, which is non-freezable, allowing regulatorinitcompletework to run concurrently with system suspend. This work fires 30s after boot t...

SaveExploits0References13
EUVD
EUVD
added 2026/09/17 4:09 p.m.9 views

EUVD-2026-82021

In the Linux kernel, the following vulnerability has been resolved: regulator: core: use systemfreezablewq for init complete work scheduledelayedwork uses systemwq, which is non-freezable, allowing regulatorinitcompletework to run concurrently with system suspend. This work fires 30s after boot t...

0.00239EPSS
SaveExploits0References10
Rows per page
Query Builder