CISA-2024-50008
Reported by Linux · Published October 21, 2024
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext() Replace one-element array with a flexible-array member in `struct host_cmd_ds_802_11_scan_ext`. With this, fix the following warning: elo 16 17:51:58 surfacebook kernel: ------------[ cut here ]------------ elo 16 17:51:58 surfacebook kernel: memcpy: detected field-spanning write (size 243) of single field "ext_scan->tlv_buffer" at drivers/net/wireless/marvell/mwifiex/scan.c:2239 (size 1) elo 16 17:51:58 surfacebook kernel: WARNING: CPU: 0 PID: 498 at drivers/net/wireless/marvell/mwifiex/scan.c:2239 mwifiex_cmd_802_11_scan_ext+0x83/0x90 [mwifiex]
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 21f58d200388480547df909b5464b5aafebf299d, 21f58d200388480547df909b5464b5aafebf299d, 21f58d200388480547df909b5464b5aafebf299d |
| Linux | Linux | 3.15, 0, 4.19.323 |
| Linux | Linux | *, 21f58d200388480547df909b5464b5aafebf299d, 21f58d200388480547df909b5464b5aafebf299d |
| linux | linux_kernel | 3.15, 3.15, 3.15 |
Timeline
- Oct 21, 2024 CVE Published
- Jan 5, 2026 CVE Updated