2 matches found
EUVD-2026-86178
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: add a check on the tid coming from the firmware banotif-tid is a firmware-controlled u8 that is used directly as an array index into tiddata without any validation. Add a bounds check against IWLMAXTIDCOUNT...
5.8AI score
SaveExploits0References3
CVE-2026-93791
The Linux kernel (specifically the iwlwifi driver's mvm component) is vulnerable to an out-of-bounds access. The issue stems from the ba_notif->tid value, which is provided by the firmware as a u8 type. Because this value was used directly as an array index into tid_data[] without validation, ...
5.8AI score
SaveExploits0References3
20