CVE-2025-38406

Publication date

2025-07-25 13:13:29

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: remove WARN on bad firmware input If the firmware gives bad input, thats nothing to do with the drivers stack at this point etc., so the WARN_ON() doesnt 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.