In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7996: free vif links after clearing wcid entries on full reset
mt7996_mac_reset_vif_iter() queues non-default vif links for kfree_rcu
while dev->wcid[] still holds pointers to the wcid embedded in each
freed link; mt76_reset_device() then dereferences those entries and
runs mt76_wcid_cleanup() on them. If a grace period elapses in between,
the cleanup operates on freed memory.
Run mt76_reset_device() first, so the wcid entries are cleaned up and
cleared while the links are still valid.
CVE-2026-90356
NONE
EPSS 0.20%
Updated Sep 17, 2026
Linux
https://git.kernel.org/stable/c/2b10eb3636d0c4cb6b763e045ec1294dbd70f5ad
416baaa9-dc9f-4396-8d5f-8c081fb06d67
https://git.kernel.org/stable/c/7e4208e9f6a876c2b7d28fdb6b86dff3b05db2f7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
https://git.kernel.org/stable/c/8826d7a5e2dd727aa96456ccd58b33d2b080e935
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVE Details
CVE ID
CVE-2026-90356
Published Date
Sep 17, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.20%
Likelihood of exploitation in next 30 days
Percentile:
9.8th percentile (higher than 9.8% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory