[PATCH v2 0/6] wifi: mwifiex: fix OOB reads and writes from firmware response fields

From: Tristan Madani

Date: Wed Apr 15 2026 - 18:27:40 EST


From: Tristan Madani <tristan@xxxxxxxxxxxxxxxxxxx>

Hi Brian,

Note: this is a v2 resubmission. The original was sent via Gmail which
caused HTML rendering issues. This version uses git send-email for
proper plain-text formatting.

Six issues in mwifiex where firmware-controlled fields are used as array
indices or loop bounds without validation. Two are OOB writes, four are
OOB reads:

Proposed fixes in the following patches.

Thanks,
Tristan