In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: cancel reset and rc work on device unregister
Both drivers cancelled dump_work on unregister but left reset_work and
rc_work to be flushed only by destroy_workqueue() in mt76_free_device(),
which runs after the hw is unregistered and the hardware stopped. A
reset_work that fires in that window calls ieee80211_restart_hw() and
re-arms mac_work on an unregistered hw, and rc_work touches station state
being torn down. Cancel both up front, alongside dump_work.
CVE-2026-90365
NONE
EPSS 0.15%
Updated Sep 17, 2026
Linux
CVE Details
CVE ID
CVE-2026-90365
Published Date
Sep 17, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.15%
Likelihood of exploitation in next 30 days
Percentile:
5.1th percentile (higher than 5.1% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory