cve/2025/CVE-2025-38406.md
2025-09-29 21:09:30 +02:00

940 B

CVE-2025-38406

Description

In the Linux kernel, the following vulnerability has been resolved:wifi: ath6kl: remove WARN on bad firmware inputIf the firmware gives bad input, that's nothing to do withthe driver's stack at this point etc., so the WARN_ON()doesn't add any value. Additionally, this is one of thetop syzbot reports now. Just print a message, and as anadded bonus, print the sizes too.

POC

Reference

No PoCs from references.

Github