Lucene search
+L

200 matches found

Cvelist
Cvelist
added 2024/02/28 8:13 a.m.49 views

CVE-2021-47032 mt76: mt7915: fix tx skb dma unmap

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.6AI score0.00222EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.60 views

CVE-2021-47032

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

5.5CVSS4.4AI score0.00222EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.33 views

CVE-2021-47028 mt76: mt7915: fix txrate reporting

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix txrate reporting Properly check rateinfo to fix unexpected reporting. 1215.161863 Call trace: 1215.164307 cfg80211calculatebitrate+0x124/0x200 cfg80211 1215.170139 ieee80211supdatemetric+0x80/0xc0 mac80211...

7.1CVSS6.7AI score0.00348EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/28 8:13 a.m.5976 views

CVE-2021-47028

CVE-2021-47028 affects the Linux kernel mt76 mt7915 driver stack. The issue is in tx rate reporting for mt7915e devices (cfg80211/mac80211 flow), where rate_info was not checked correctly, leading to unexpected or incorrect bitrate reporting. The connected NASL document confirms a fix in the txra...

7.8CVSS6.5AI score0.00348EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.16 views

CVE-2021-47028 mt76: mt7915: fix txrate reporting

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix txrate reporting Properly check rateinfo to fix unexpected reporting. 1215.161863 Call trace: 1215.164307 cfg80211calculatebitrate+0x124/0x200 cfg80211 1215.170139 ieee80211supdatemetric+0x80/0xc0 mac80211...

7.1CVSS6.8AI score0.00348EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.27 views

CVE-2021-47028

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix txrate reporting Properly check rateinfo to fix unexpected reporting. 1215.161863 Call trace: 1215.164307 cfg80211calculatebitrate+0x124/0x200 cfg80211 1215.170139 ieee80211supdatemetric+0x80/0xc0 mac80211...

7.8CVSS4.6AI score0.00348EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.12 views

CVE-2021-47021 mt76: mt7915: fix memleak when mt7915_unregister_device()

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix memleak when mt7915unregisterdevice mt7915txtokenput should get call before mt76freependingtxwi...

6.9AI score0.00235EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.29 views

CVE-2021-47021 mt76: mt7915: fix memleak when mt7915_unregister_device()

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix memleak when mt7915unregisterdevice mt7915txtokenput should get call before mt76freependingtxwi...

6.7AI score0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/28 8:13 a.m.6040 views

CVE-2021-47021

CVE-2021-47021 is a Linux kernel vulnerability in the mt76 mt7915 driver area. The issue is a memory leak that occurs during mt7915_unregister_device(), with a specific root-cause: mt7915_tx_token_put() must be called before mt76_free_pending_txwi(). The description notes that the memory leak was...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.27 views

CVE-2021-47021

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix memleak when mt7915unregisterdevice mt7915txtokenput should get call before mt76freependingtxwi...

5.5CVSS4.8AI score0.00235EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.9 views

kernel: wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix memory leak in mt7915mcuexit Always purge mcu skb queues in mt7915mcuexit routine even if mt7915firmwarestate fails...

5.5CVSS6.7AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.8 views

kernel: mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: Fix PCI device refcount leak in mt7915pciinithif2 As comment of pcigetdevice says, it returns a pcidevice with its refcount increased. We need to call pcidevput to decrease the refcount. Save the return value of...

5.5CVSS6.7AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.12 views

kernel: wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix memory leak in mt7915mcuexit Always purge mcu skb queues in mt7915mcuexit routine even if mt7915firmwarestate fails...

5.5CVSS6.7AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.9 views

kernel: mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: Fix PCI device refcount leak in mt7915pciinithif2 As comment of pcigetdevice says, it returns a pcidevice with its refcount increased. We need to call pcidevput to decrease the refcount. Save the return value of...

5.5CVSS6.7AI score0.00143EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/02/06 12:00 a.m.12 views

MediaTek 芯片输入验证错误漏洞

MediaTek chips are a variety of chips from MediaTek, a Chinese company called MediaTek. A security vulnerability exists in the MediaTek chips. An attacker has exploited the vulnerability to escalate privileges. The following products are affected: MT5221, MT7603, MT7613, MT7615, MT7622, MT7628,...

6.7CVSS6.9AI score0.00312EPSS
SaveExploits0References2
OSV
OSV
added 2023/01/17 6:06 p.m.12 views

GSD-2023-1000742 mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()

mt76: mt7915: Fix PCI device refcount leak in mt7915pciinithif2 This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.16 by commit...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/12/01 12:00 a.m.6 views

PT-2025-40149

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to a PCI device reference count leak within the mt7915 pci init hif2 function. The issue arises because the pci get device function increments t...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0
CNNVD
CNNVD
added 2022/08/01 12:00 a.m.13 views

MediaTek wifi driver 缓冲区错误漏洞

MediaTek wifi driver is a wifi driver from MediaTek. A buffer error vulnerability exists in the MediaTek wifi 7.6.2.3 driver version, which stems from a lack of bounds checking in the wifi driver, and can be exploited by an attacker to locally escalate privileges, affecting the following products...

6.7CVSS6.8AI score0.0026EPSS
SaveExploits0References2
OSV
OSV
added 2022/06/28 6:17 p.m.9 views

GSD-2022-1002770 mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector

mt76: mt7915: fix possible NULL pointer dereference in mt7915macfillrxvector This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.3 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/04/24 9:37 p.m.11 views

GSD-2022-1001721 mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU

mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.34 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder