CVE-2026-68353
8.1
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
The firmware-controlled num_msg field (u8, 0-255) drives the loop in ath6kl_wmi_tx_complete_event_rx() without validation against the buffer length. This allows out-of-bounds reads of up to 1020 bytes past the WMI event buffer when the firmware sends an inflated num_msg.
Add a check that the buffer is large enough to hold the fixed struct and the num_msg variable-length entries.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | bdcd81707973cf8aa9305337166f8ee842a050d4 < 69ac7ba3a3df6654e7daa82674575a8c4a1a63ea | affected |
| Linux | Linux | bdcd81707973cf8aa9305337166f8ee842a050d4 < 289edc3c71344b89e6522891147cfb8f61b088bb | affected |
| Linux | Linux | bdcd81707973cf8aa9305337166f8ee842a050d4 < eb636fbc443149b3501c3f97e26225ddcb314a0f | affected |
| Linux | Linux | bdcd81707973cf8aa9305337166f8ee842a050d4 < c38b0d5c661951b5dd082bdf31f8a57a0ce6e540 | affected |
| Linux | Linux | bdcd81707973cf8aa9305337166f8ee842a050d4 < 3a21c89215cc18f1a97c5e5bfd1da6d4f3d44495 | affected |
| Linux | Linux | 3.2 | affected |
| Linux | Linux | 0 < 3.2 | unaffected |
| Linux | Linux | 6.6.148 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.101 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.42 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.6 <= 7.1.* | unaffected |
| Linux | Linux | 7.2-rc5 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/69ac7ba3a3df6654e7daa82674575a8c4a1a63ea
- https://git.kernel.org/stable/c/289edc3c71344b89e6522891147cfb8f61b088bb
- https://git.kernel.org/stable/c/eb636fbc443149b3501c3f97e26225ddcb314a0f
- https://git.kernel.org/stable/c/c38b0d5c661951b5dd082bdf31f8a57a0ce6e540
- https://git.kernel.org/stable/c/3a21c89215cc18f1a97c5e5bfd1da6d4f3d44495
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.