GHSA-8q74-796q-49pmHighCVSS 8.8
In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix heap...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
wifi: wcn36xx: fix heap overflow from oversized firmware HAL response
The firmware response dispatcher copies all synchronous HAL responses into the 4096-byte hal_buf without validating the response length. A response exceeding WCN36XX_HAL_BUF_SIZE causes a heap buffer overflow with firmware-controlled content.
Add a bounds check on the response length.
🔗 References (8)
- https://nvd.nist.gov/vuln/detail/CVE-2026-74341
- https://git.kernel.org/stable/c/15545ee71301e82d26d9a31b407ed0019eb62a60
- https://git.kernel.org/stable/c/18813b90032bfaafb225906a4d2b51be4dfc02c3
- https://git.kernel.org/stable/c/1b5d8a248c3afa640bcc99fa95abcd1e36f3ee18
- https://git.kernel.org/stable/c/88a240d86d3d64521f9194abe185ac71cc74d0bd
- https://git.kernel.org/stable/c/cfc67aee0c83e7f5d43a1dad3e25c789e9cc1d92
- https://git.kernel.org/stable/c/dae9cadf0925f1cbfb71306d60490890df3870a6
- https://github.com/advisories/GHSA-8q74-796q-49pm