In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiex_process_uap_event() handles EVENT_UAP_STA_ASSOC by exp…
High CVSS 8.8
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiex_process_uap_event() handles EVENT_UAP_STA_ASSOC by exposing the (re)association request IEs that the firmware copies into the event: sinfo->assoc_req_ies = &event->data[len]; len = (u8 *)sinfo->assoc_req_ies - (u8 *)&event->frame_control; sinfo->assoc_req_ies_len = le16_to_cpu(event->len) - (u16)len; event->len is supplied by the device firmware a…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/a3f47d7c75ddad1a14621a309286f9fae3cba191
- https://git.kernel.org/stable/c/ad26c75ae25749313248f06510ebe43b5bf4adcc
- https://git.kernel.org/stable/c/b6766d7ea43edf5de9d5a572bc58b631d09efe4b
- https://git.kernel.org/stable/c/d21464d93f8ba464dc3d7b4b31c6e0adcd9f659c
- https://git.kernel.org/stable/c/f0858bfc7d3cab411a447b88e3ef970e575032c9
Timeline
- nvd_ingest NVD