Lucene search
+L

153676 matches found

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
OSV
OSV
added 2026/09/11 7:42 p.m.8 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
CVE
CVE
added 2026/09/11 7:42 p.m.18 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
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
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.11 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
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.29 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.8CVSS0.00242EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80935

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 score0.00242EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.19 views

CVE-2026-80935

CVE-2026-80935 affects the Linux kernel mt76 Wi-Fi driver for MediaTek MT7996 devices. The function mt7996_mcu_get_eeprom() uses a device-controlled 32-bit address (event->addr) as a destination offset into dev->mt76.eeprom.data without bounds-checking it, only clamping the copy length. A m...

8.8CVSS5.9AI score0.00242EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76256

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate default EEPROM firmware size The default EEPROM firmware is parsed and copied as a full EEPROM without checking its length. A truncated file can make the driver read beyond the firmware buffer during...

5.9AI score0.00128EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.29 views

CVE-2026-80933 wifi: mt76: mt7996: validate default EEPROM firmware size

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate default EEPROM firmware size The default EEPROM firmware is parsed and copied as a full EEPROM without checking its length. A truncated file can make the driver read beyond the firmware buffer during...

7.8CVSS0.00128EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80933

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate default EEPROM firmware size The default EEPROM firmware is parsed and copied as a full EEPROM without checking its length. A truncated file can make the driver read beyond the firmware buffer during...

7.8CVSS6.1AI score0.00128EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76254

In the Linux kernel, the following vulnerability has been resolved: w1: ds28e17: reject an oversize length on an I2C block read w1f19i2cmastertransfer is the masterxfer for the DS28E17 1-Wire to I2C bridge. On an I2CMRECVLEN read, it takes the length from the device. The downstream slave puts a...

6AI score0.00129EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80931

In the Linux kernel, the following vulnerability has been resolved: w1: ds28e17: reject an oversize length on an I2C block read w1f19i2cmastertransfer is the masterxfer for the DS28E17 1-Wire to I2C bridge. On an I2CMRECVLEN read, it takes the length from the device. The downstream slave puts a...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80931 w1: ds28e17: reject an oversize length on an I2C block read

In the Linux kernel, the following vulnerability has been resolved: w1: ds28e17: reject an oversize length on an I2C block read w1f19i2cmastertransfer is the masterxfer for the DS28E17 1-Wire to I2C bridge. On an I2CMRECVLEN read, it takes the length from the device. The downstream slave puts a...

7.8CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.31 views

CVE-2026-80931 w1: ds28e17: reject an oversize length on an I2C block read

In the Linux kernel, the following vulnerability has been resolved: w1: ds28e17: reject an oversize length on an I2C block read w1f19i2cmastertransfer is the masterxfer for the DS28E17 1-Wire to I2C bridge. On an I2CMRECVLEN read, it takes the length from the device. The downstream slave puts a...

7.8CVSS0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:42 p.m.20 views

CVE-2026-80931

CVE-2026-80931 is an out-of-bounds read in the Linux kernel's DS28E17 1-Wire to I2C bridge driver (w1: ds28e17). During an I2C_M_RECV_LEN read, the device-controlled length byte (buf[0]) is not validated against the caller buffer size (34 bytes), allowing a read up to ~222 bytes out of bounds . P...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/11 7:14 p.m.27 views

CVE-2026-78546 Out-of-Bounds Read

Out-of-bounds read vulnerability in Citirx Workspace app for Windows. This issue affects Workspace app for Windows: before 2603.11 Current Release CR, before 2507.1 LTSR CU3, and before LTSR 2607...

4.8CVSS0.00149EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/11 7:14 p.m.9 views

EUVD-2026-76445

Out-of-bounds read vulnerability in Citirx Workspace app for Windows. This issue affects Workspace app for Windows: before 2603.11 Current Release CR, before 2507.1 LTSR CU3, and before LTSR 2607...

4.8CVSS5.7AI score0.00149EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/11 7:14 p.m.92 views

CVE-2026-78546

CVE-2026-78546 is an Out-of-Bounds Read (CWE-125) in the Citrix Workspace app for Windows . It requires local access and low privileges, with no user interaction needed. The CVSS v4.0 base score is 4.8 (Medium) , reflecting low impacts to both confidentiality and availability. Affected versions i...

4.8CVSS5.7AI score0.00149EPSS
SaveExploits0References1
Rows per page
Query Builder