CVE Catalog

CVE-2026-97511

Unknown
Published: Translated: NVD NIST

Summary

In the mac80211 module, an out-of-bounds access is detected in the function adding the radiotap header for monitoring in NAN mode. When the band is set to NUM_NL80211_BANDS, accessing the sbands array causes an error. The fix avoids accessing the array when the band is invalid.

Risk Assessment

Out-of-bounds access can cause information leakage, kernel crashes, or potential code execution.

Recommendation

Apply a kernel patch that avoids accessing the sbands array for invalid bands.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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 NUM_NL80211_BANDS. However, this leads to out-of-bound access in ieee80211_add_tx_radiotap_header when we try to access the sbands array. Fix it by not accessing the array if the band is NUM_NL80211_BANDS. This means that we will not report rate info for legacy rate in NAN. But nobody really cares about it.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS