In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7921: fix resource leak in probe error path
When pcim_iomap_region() or devm_kmemdup() fail, the code returns
directly without cleaning up previously allocated resources:
- mt76_device allocated by mt76_alloc_device()
- pci irq vectors allocated by pci_alloc_irq_vectors()
Fix this by jumping to the existing error cleanup path instead of
returning directly.
CVE-2026-74326
NONE
EPSS 0.15%
Updated Aug 17, 2026
Linux
CVE Details
CVE ID
CVE-2026-74326
Published Date
Aug 15, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.15%
Likelihood of exploitation in next 30 days
Percentile:
5.0th percentile (higher than 5.0% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory