Junglewise Threat Intelligence

CVE-2025-71127: Linux Kernel mac80211 beacon protection bypass via unicast frames

CVE-2025-71127 · Severity: high · CVSS 7.1 · Published 2026-01-14

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Wi-Fi handling could allow an attacker within radio range to disrupt a device's wireless connection. By sending specially crafted management frames that should normally be ignored, an attacker can force a device to change channels or disconnect. This bypasses standard security protections intended to verify the authenticity of these network instructions.

Technical details

A vulnerability exists in the mac80211 wireless stack of the Linux kernel where unicast Beacon frames are not strictly filtered. While IEEE 802.11 standards require Beacon frames to be broadcast, mac80211 would accept unicast Beacons if the 'Protected Frame' bit was set to 1, even if they were not actually protected by a Beacon Integrity Group Temporal Key (BIGTK). An attacker within radio range (Adjacent vector) can exploit this to perform targeted attacks, such as using Channel Switch Announcement (CSA) to force a station to an incorrect channel. The fix implements a strict check to discard any Beacon frame not sent to the broadcast address (A1 field).

Affected products

  • Linux Linux Kernel 5.7 to 6.13.y

Timeline

  • 2025-12-15: disclosed: Initial patch submission
  • 2026-01-14: advisory: CVE published
  • 2026-01-19: patched: Final stable tree commits completed

References

Related threats