CVE-2026-97511: wifi: mac80211: avoid out-of-bounds access in monitor

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

wifi: mac80211: avoid out-of-bounds access in monitor

In NAN, we don't know on what band the frame will be sent. Therefore we set info->band to NUMNL80211BANDS. However, this leads to out-of-bound access in ieee80211addtxradiotapheader when we try to access the sbands array.

Fix it by not accessing the array if the band is NUMNL80211BANDS. This means that we will not report rate info for legacy rate in NAN. But nobody really cares about it.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Set info->band to NUM_NL80211_BANDS and avoid accessing the sbands array when the band is NUM_NL80211_BANDS, preventing the out-of-bounds access in ieee80211_add_tx_radiotap_header.

    Linux kernel mac80211 monitor info->band = NUM_NL80211_BANDS

Event History

Sep 24, 2026
CVE Published
via MITRE·04:05 PM
Data Sourced
via MITRE·04:05 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What traffic path triggers the out-of-bounds access?

The issue is triggered when mac80211 handles NAN traffic with an unknown transmission band and attempts to add a TX radiotap header. In that case, info->band is set to NUM_NL80211_BANDS, but the monitor-header code previously used it to index the supported-bands array.

2

What is the operational impact of the fix?

The fix avoids looking up band data when the band value is NUM_NL80211_BANDS. As a result, legacy-rate information is not reported for NAN frames in this case.

3

How can I identify whether the fix is present?

Check whether the kernel source or applied stable patches includes either referenced commit: 7f087f70e020b16a5b967332ee6e937817eaa173 or 03c41203ee5a833a9d7a7630be190830cede29d8.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203