In the Linux kernel, the following vulnerability has been resolved:
wifi: rtw88: fix wrong pcigetdrvdata type in AER handlers
rtw88 stores an ieee80211hw pointer via pcisetdrvdata() at probe time, but ioerrordetected() and ioresume() retrieve it as a netdevice pointer. This causes netifdevicedetach/attach to operate on an ieee80211hw struct, reading and writing at wrong offsets.
Use ieee80211stopqueues/wake_queues instead, consistent with every other queue stop/start path in the driver.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74412.json",
"cna_assigner": "Linux"
}