In the Linux kernel, the following vulnerability has been resolved:
wifi: ath6kl: remove WARN on bad firmware input
If the firmware gives bad input, that's nothing to do with the driver's stack at this point etc., so the WARN_ON() doesn't add any value. Additionally, this is one of the top syzbot reports now. Just print a message, and as an added bonus, print the sizes too.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | - | 5.4.296 |
| linux / linux_kernel | 5.5 | 5.10.240 |
| linux / linux_kernel | 5.11 | 5.15.187 |
| linux / linux_kernel | 5.16 | 6.1.144 |
| linux / linux_kernel | 6.2 | 6.6.97 |
| linux / linux_kernel | 6.7 | 6.12.37 |
| linux / linux_kernel | 6.13 | 6.15.6 |
| linux / linux_kernel | 6.16-rc1 | 6.16-rc1.x |
| linux / linux_kernel | 6.16-rc2 | 6.16-rc2.x |
| debian / debian_linux | 11.0 | 11.0.x |