CVE-2025-71224
The CVE-2025-71224 issue affects the Linux kernel’s wifi/mac80211-OCB path. The function ieee80211_ocb_rx_no_sta() assumes a valid channel context present only after JOIN_OCB. If RX executes before JOIN_OCB, the OCB interface is not yet operational, triggering warnings in the RX path. The fix is ...