# 6 GHz Wi-Fi Automated Frequency Coordination Systems Harbor Critical Security Gaps


Researchers warn that trust in client-side data could allow attackers to spoof wireless signals and disrupt critical infrastructure—with no known defenses currently deployed.


## The Threat


Security researchers from Pennsylvania State University and Idaho National Laboratory have uncovered a fundamental architectural flaw in systems designed to protect critical infrastructure from 6 GHz Wi-Fi interference. The vulnerability—which they'll detail at Black Hat USA 2026 in a presentation titled "Blind Trust in the 6 GHz Band: Weaponizing Wi-Fi Automated Frequency Coordination (AFC)"—reveals that the security mechanisms protecting some of the nation's most sensitive communications rely on trusting data from potentially compromised sources.


The core problem is stark: Automated Frequency Coordination servers accept and act upon client-supplied location, time, and network data without adequate verification. An attacker with the ability to manipulate Global Positioning System (GPS), Global Navigation Satellite System (GNSS), DNS, Wi-Fi location services, or Network Time Protocol (NTP) data could trick AFC systems into allowing 6 GHz Wi-Fi transmission in locations or at times when such transmission would interfere with cellular networks, radio towers, and emergency services.


While no attacks have been documented in the wild, the researchers argue that the architectural assumptions underlying current AFC deployments are fundamentally flawed—and the window to fix them is closing as 6 GHz Wi-Fi adoption accelerates.


## Background and Context: Why 6 GHz Wi-Fi Matters


The 6 GHz band represents a significant expansion in available Wi-Fi spectrum. Introduced commercially around 2020 and formalized by the Federal Communications Commission (FCC), 6 GHz Wi-Fi offers:


  • Greater capacity for dense environments (offices, stadiums, public venues)
  • Less congestion than 2.4 GHz and 5 GHz bands, which have reached saturation
  • Higher data rates for emerging applications like 8K video streaming and industrial IoT
  • Lower latency for time-sensitive applications

  • However, 6 GHz spectrum sits adjacent to several critical services that regulators cannot afford to disrupt:


    | Service | Risk Level | Impact of Interference |

    |---------|-----------|----------------------|

    | Licensed cellular backhaul | Critical | Network outages, service degradation |

    | Radio astronomy | High | Scientific research disrupted |

    | Fixed satellite service (FSS) | High | Communication link failure |

    | Public safety networks | Critical | Emergency response capabilities crippled |

    | Aeronautical radio navigation | Critical | Aviation safety compromised |


    To unleash 6 GHz Wi-Fi while protecting these services, regulators mandated a new technology: Automated Frequency Coordination (AFC).


    ## How AFC Works (And Where It Fails)


    ### The Intended Design


    AFC systems operate as a gatekeeping mechanism. Before a Wi-Fi access point can transmit on 6 GHz, it must communicate with an AFC server—operated by companies like Broadcom, Intel, or third-party AFC coordinators—to obtain permission. The FC server theoretically:


    1. Receives the AP's location data

    2. Checks a database of licensed spectrum users in that area

    3. Determines safe transmit power levels

    4. Issues or denies permission to operate


    This sounds reasonable. In practice, it has a critical vulnerability: the AFC server trusts the access point to accurately report its own location.


    ### The Vulnerability Chain


    The researchers identified that AFC systems depend on multiple sources of untrusted client-side data:


  • GPS/GNSS data: An AP reports its coordinates to the AFC server. An attacker with RF jamming capability or access to location spoofing tools (which exist and are available) could trick the AP into reporting a false location—say, claiming to be 100 miles from where it actually sits.

  • DNS responses: AFC systems may use DNS to resolve the AFC server's address or retrieve certificate information. If an attacker controls the network path or the AP's network stack, they can poison DNS responses, redirecting the AP to an attacker-controlled AFC server that grants permission to transmit at dangerous power levels.

  • NTP time synchronization: Many AFC systems rely on NTP to ensure time-synchronized records for regulatory compliance. An attacker controlling NTP can cause the AP to believe it's operating outside restricted hours, or force AFC lease expirations prematurely.

  • Wi-Fi location data: Some APs use Wi-Fi fingerprinting (via databases of known SSIDs and their locations) to supplement GPS. These databases can be poisoned or spoofed, providing false location context to the AFC system.

  • The fatal assumption: AFC servers do not validate these inputs against independent sources. They assume that if communication to the AFC server itself is encrypted (via TLS), the data within that communication must be trustworthy. This is a category error—TLS protects *channel integrity*, not *data authenticity*.


    ## Technical Attack Scenarios


    ### Scenario 1: Cellular Backhaul Disruption


    An attacker in a major metropolitan area spoofs GPS to convince an 6 GHz AP that it's located in a rural area where no licensed spectrum users operate. The AP receives permission to transmit at maximum power. The high-power 6 GHz signal then interferes with cellular backhaul towers operating on adjacent frequencies, degrading or disabling network connectivity for an entire region.


    ### Scenario 2: Public Safety Network Blackout


    Using NTP manipulation, an attacker forces an AP to believe it's operating outside the "do-not-transmit" window (typically dawn/dusk in some regulatory schemes). Or, via DNS poisoning, the attacker redirects the AP to a malicious AFC server that approves transmission in proximity to a public safety dispatch network. The resulting interference could impair emergency services' ability to coordinate incident response.


    ### Scenario 3: Supply Chain Compromise


    A malicious firmware update in a mass-produced AP or router could include hardcoded spoofing logic—automatically reporting false GPS coordinates or manipulating NTP data without the user's knowledge. No individual attack is detected; millions of devices contribute aggregate interference to critical systems.


    ## Who Is Affected


    This vulnerability potentially impacts:


  • Enterprise networks: Large organizations deploying 6 GHz for campus Wi-Fi could become vectors for inadvertent or intentional interference
  • Mobile carriers: Those relying on adjacent spectrum for backhaul are at risk
  • Government agencies: Federal, state, and local governments deploying 6 GHz networks for operational use
  • Critical infrastructure: Utilities, hospitals, and other essential services
  • Public safety: First responders depend on uninterrupted radio networks for emergency operations

  • The threat is not limited to malicious actors. Misconfigured devices, firmware bugs, or unintended signal reflections could trigger the same interference patterns without deliberate attack.


    ## Implications for Organizations


    The research reveals a timing problem. 6 GHz Wi-Fi deployment is accelerating, but AFC security is not keeping pace. Organizations considering or already deploying 6 GHz networks face several risks:


    1. Regulatory liability: If a deployed network causes documented interference with licensed services, the device owner—not just the manufacturer—may face FCC enforcement action.


    2. Mandatory retrofits: If vulnerabilities are patched, organizations may need to replace or reconfigure hardware.


    3. Operational uncertainty: The lack of effective validation in AFC means that "approved" transmissions may still cause real-world interference that regulators don't detect until harm occurs.


    ## Recommendations


    ### For Organizations Deploying 6 GHz


  • Request security documentation: Ask equipment vendors for evidence that their AFC client implementations validate location data against independent sources (e.g., cell tower triangulation, GNSS cross-checks).
  • Segment network: Don't assume 6 GHz APs are inherently safer than 5 GHz. Treat them as you would any new RF technology—isolate from critical systems, monitor for unexpected transmit events.
  • Monitor AFC communication: Log all communications between APs and AFC servers. Look for anomalies (repeated permission denials, unusual time skews, DNS redirects).
  • Plan for regulatory requirements: Expect future FCC rules may require organizations to validate and report 6 GHz usage, similar to how cellular carriers must provide interference data.

  • ### For Regulators and Equipment Manufacturers


  • Mandate device-independent location verification: AFC servers should cross-check client-reported locations against regulatory databases, cell tower locations, or satellite data.
  • Require signed communications: Move beyond TLS to cryptographic attestation that location/time claims are genuine.
  • Implement zero-trust AFC architecture: Assume clients will lie; design systems to detect and reject suspicious claims before granting spectrum access.
  • Accelerate timeline for secure AFC v2: The current standards (FCC Part 15) assumed a cooperative device ecosystem. Threat models must evolve.

  • ---


    ## HackWire Analysis


    The 6 GHz Wi-Fi AFC vulnerability exposes a critical assumption that regulators and industry made: that Wi-Fi devices inherently cooperate with frequency coordination because interference is mutually destructive. That assumption is broken.


    This is not a traditional "bug"—it's a design flaw born from a collision between two incompatible trust models. Regulators trusted device manufacturers to build compliant hardware. Manufacturers trusted that users and network operators would not deliberately subvert frequency rules. Neither assumption holds in an adversarial model.


    What's striking is the timing. 6 GHz Wi-Fi shipments are ramping up; millions of devices now have the capability to transmit in this band. AFC servers are being provisioned globally. And only now, as the infrastructure scales, are researchers documenting the fundamental flaws. By the time fixes ship, the vulnerable devices will already be deployed at scale—creating a multi-year window where the entire 6 GHz ecosystem sits on a foundation of misplaced trust.


    The broader pattern is worth noting: every time we compress new spectrum, add device autonomy, or move security decisions to client-side hardware, we create opportunities for interference and attack. 5G private networks. WiFi offload in cellular. Unlicensed spectrum sharing. All rely on devices to self-police. All will eventually attract adversaries.


    For defenders, the immediate lesson is simple: don't assume that an access point claiming to be compliant with frequency coordination is actually doing so. Log it, validate it, monitor it. For regulators, the lesson is harder: the next generation of spectrum-sharing rules must not trust devices to enforce them. Enforcement must be server-side, independent, and cryptographically verified.


    — HackWire Editorial


    ---


    ## Related Coverage


  • Read more in our [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Malware](https://www.hackwire.news/category/malware)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)