3 matches found
CVE-2021-47021
A flaw was found in the mt7915e module in the Linux kernel. A memory leak can occur when a device is unregistered, potentially impacting system performance and possibly resulting in a denial of service...
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...
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...