Lucene search
+L

500835 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.14 views

CVE-2026-80941

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix potential memory leak in rtwtxqpushskb The skb passed to the rtwhcitxwrite is expected to be freed when the function fails, but the error path in rtwtxqpushskb does not free the skb before returning. This can lea...

5.7AI score0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80940 wifi: rtw88: pci: fix resource leak on failed NAPI setup

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: pci: fix resource leak on failed NAPI setup rtwpciprobe allocates PCI resources through rtwpcisetupresource before it sets up NAPI. If rtwpcinapiinit fails, the error path jumps straight to errpcideclaim and skips...

5.7AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76262

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: add .shutdown callback to stop rfkill polling on reboot Since the hardware rfkill polling was introduced, arm64 platforms can panic with an asynchronous SError during warm reboot: SError Interrupt on CPU8, code...

5.8AI score0.00166EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76261

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex mt7615suspend acquired the mt76 mutex and then called canceldelayedworksync on macwork. mt7615macwork acquires the same mutex via mt7615mutexacquire at the top o...

5.8AI score0.00172EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80938 wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex mt7615suspend acquired the mt76 mutex and then called canceldelayedworksync on macwork. mt7615macwork acquires the same mutex via mt7615mutexacquire at the top o...

0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80938

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex mt7615suspend acquired the mt76 mutex and then called canceldelayedworksync on macwork. mt7615macwork acquires the same mutex via mt7615mutexacquire at the top o...

5.9AI score0.00172EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80938

A deadlock vulnerability was identified in the Linux kernel's mt7615 WiFi driver (mt76 subsystem). During suspend, mt7615_suspend() acquired the mt76 mutex before calling cancel_delayed_work_sync() on mac_work, while the worker itself acquires the same mutex—causing a deadlock if the work was alr...

5.8AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80938 wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex mt7615suspend acquired the mt76 mutex and then called canceldelayedworksync on macwork. mt7615macwork acquires the same mutex via mt7615mutexacquire at the top o...

6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.27 views

CVE-2026-80937 wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...

8.8CVSS0.00318EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.9 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...

7.8CVSS5.9AI score0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.7 views

CVE-2026-80937 wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...

8.8CVSS6.2AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76260

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...

6AI score0.00318EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:42 p.m.16 views

CVE-2026-80936

CVE-2026-80936 affects the mt7925 Wi-Fi driver in the Linux kernel (part of the mt76 subsystem). During multi-link power-save setup, the driver queues mlo_pm_work with a 5-second delay but never cancels it on the stop path. If the device is torn down within that window, the timer fires after tear...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:42 p.m.16 views

CVE-2026-80937

CVE-2026-80937 is an out-of-bounds write in the Linux kernel's mt76 Wi-Fi driver for mt7915 chipsets. The function mt7915_mcu_get_eeprom() copies a 16-byte EFUSE block into the driver's eeprom.data buffer at an offset supplied by the device MCU (res->addr), a device-controlled __le32, without ...

8.8CVSS6AI score0.00318EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.27 views

CVE-2026-80936 wifi: mt76: mt7925: cancel mlo_pm_work on stop

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

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.9 views

EUVD-2026-76259

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

5.8AI score0.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80937

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...

8.8CVSS6.2AI score0.00318EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.6 views

CVE-2026-80936 wifi: mt76: mt7925: cancel mlo_pm_work on stop

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

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

EUVD-2026-76258

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: bound the device EEPROM address before the EFUSE copy mt7996mcugeteeprom derives the destination of the EFUSE/EXT block copy from the address reported by the MCU response event-addr, a device-controlled le32 a...

5.9AI score0.00242EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80935 wifi: mt76: mt7996: bound the device EEPROM address before the EFUSE copy

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: bound the device EEPROM address before the EFUSE copy mt7996mcugeteeprom derives the destination of the EFUSE/EXT block copy from the address reported by the MCU response event-addr, a device-controlled le32 a...

8.8CVSS6.1AI score
SaveExploits0References6
Rows per page
Query Builder