Lucene search
+L

205 matches found

Kitploit
Kitploit
added 2026/09/23 2:15 p.m.11 views

MK4001MTD-USB-Bridge

MK4001MTD USB Bridge RP2040 Pico firmware that bridges a Toshiba MK4001MTD 0.85" SDIO microdrive as a USB Mass Storage device. The MK4001MTD is a 4 GB Microdrive originally used in the Nokia N91 music phone and some other devices, like MP3 players or USB drives, back when flash storage was still...

5.9AI score
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:17 p.m.5 views

CVE-2026-90378

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When txprepareskb returns an error in the SDIO TX path, the skb is not freed, leading to a memory leak. This can occur when zero-length frames such as WNM NULL frames are droppe...

0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 5:17 p.m.5 views

AZL-102897 CVE-2026-90378 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When txprepareskb returns an error in the SDIO TX path, the skb is not freed, leading to a memory leak. This can occur when zero-length frames such as WNM NULL frames are droppe...

5.5AI score0.00172EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:17 p.m.5 views

CVE-2026-90090

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX path btmtksdiotxpacket rounds the transfer size up to the SDIO block size of 256 bytes, but hands the host controller the SKB buffer as is: err = sdiowritesbbdev-func,...

0.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:09 p.m.8 views

EUVD-2026-82039

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When txprepareskb returns an error in the SDIO TX path, the skb is not freed, leading to a memory leak. This can occur when zero-length frames such as WNM NULL frames are droppe...

5.5AI score0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/17 4:09 p.m.16 views

CVE-2026-90378

CVE-2026-90378 affects the Linux kernel 's mt76/mt792x WiFi driver in its SDIO TX path . The root cause is a memory leak : when tx_prepare_skb() returns an error, the socket buffer (skb) is not freed. This can be triggered when zero-length frames (such as WNM NULL frames) are dropped to prevent p...

5.5AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/17 4:09 p.m.33 views

CVE-2026-90378 wifi: mt76: mt792x: Fix memory leak in SDIO TX path

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When txprepareskb returns an error in the SDIO TX path, the skb is not freed, leading to a memory leak. This can occur when zero-length frames such as WNM NULL frames are droppe...

0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:09 p.m.6 views

CVE-2026-90378 wifi: mt76: mt792x: Fix memory leak in SDIO TX path

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt792x: Fix memory leak in SDIO TX path When txprepareskb returns an error in the SDIO TX path, the skb is not freed, leading to a memory leak. This can occur when zero-length frames such as WNM NULL frames are droppe...

5.6AI score
SaveExploits0References10
EUVD
EUVD
added 2026/09/17 4:06 p.m.10 views

EUVD-2026-81951

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX path btmtksdiotxpacket rounds the transfer size up to the SDIO block size of 256 bytes, but hands the host controller the SKB buffer as is: err = sdiowritesbbdev-func,...

6AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 4:06 p.m.5 views

CVE-2026-90090 Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX path

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX path btmtksdiotxpacket rounds the transfer size up to the SDIO block size of 256 bytes, but hands the host controller the SKB buffer as is: err = sdiowritesbbdev-func,...

6AI score
SaveExploits0References9
CVE
CVE
added 2026/09/17 4:06 p.m.15 views

CVE-2026-90090

This CVE affects the Linux kernel Bluetooth btmtksdio driver. In the TX path, btmtksdio_tx_packet() rounds the transfer size up to the SDIO block size of 256 bytes but passes the raw SKB buffer to sdio_writesb(). Since only skb->len bytes hold actual packet data, the host controller reads up t...

6AI score0.00206EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/14 5:17 p.m.7 views

CVE-2026-15923

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS0.00167EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/14 4:12 p.m.33 views

CVE-2026-15923 Infinite loop denial of service in Zephyr SDIO byte-I/O from a card-supplied zero max_blk_size

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS0.00167EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/14 4:12 p.m.24 views

CVE-2026-15923

CVE-2026-15923 is a denial-of-service vulnerability in the Zephyr RTOS SDIO subsystem. The function sdio_io_rw_extended_helper() in subsys/sd/sdio.c uses func->cis.max_blk_size—decoded from a card's CIS FUNCE tuple without validation —as the per-iteration step in a byte-I/O loop. When a card r...

4.6CVSS5.8AI score0.00167EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 4:12 p.m.6 views

EUVD-2026-77629

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS5.8AI score0.00167EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/14 4:12 p.m.9 views

CVE-2026-15923 Infinite loop denial of service in Zephyr SDIO byte-I/O from a card-supplied zero max_blk_size

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS5.8AI score0.00167EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/14 4:12 p.m.6 views

CVE-2026-15923 Infinite loop denial of service in Zephyr SDIO byte-I/O from a card-supplied zero max_blk_size

The Zephyr SDIO subsystem function sdioiorwextendedhelper in subsys/sd/sdio.c finishes transfers with a byte-I/O loop that uses size = MINremaining, func-cis.maxblksize as the per-iteration step. The value func-cis.maxblksize is decoded directly from the SDIO card's CIS FUNCE tuple in sdiodecodec...

4.6CVSS5.8AI score
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.17 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: mt76: fixed the crash in monitor mode with the sdio driver. The mt7921s driver may receive frames with fragment buffers. If a CTS packet is received in monitor mode, the payload is only 10 bytes, and 6 bytes of header padding ...

5.5CVSS6.5AI score0.00243EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.1 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Wifi: ath10k: avoiding NULL pointer errors during sdio removal When running ‘rmmod ath10k’, ath10ksdioremove will free the sdioworkqueue by calling destroyworkqueue. However, if CONFIGINITONFREEDEFAULTON is set to yes, a kernel...

5.5CVSS6.1AI score0.00234EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: Do not assume adequate headroom for SDIO headers The function mt7921usbsdiotxprepareskb calls mt7921usbsdiowritetxwi and mt7921skbaddusbsdiohdr. Both functions blindly assume that adequate headroom will be available...

8.8CVSS6.2AI score0.00271EPSS
SaveExploits0References2
Rows per page
Query Builder