Quick-reference card
| Field | Value |
|---|---|
| Control ID | SC-40 |
| Control Name | Wireless Link Protection |
| Framework | NIST SP 800-53, Revision 5 |
| Control Family | System and Communications Protection |
| Baselines | — |
| Relevance | System (First Party and Third Party) |
| Risk Severity | Medium |
What this control requires
SC-40 requires organizations to identify every internal and external wireless link in their environment and protect those links against signal parameter attacks. This control goes beyond standard network encryption. It demands that you assess the specific signal-layer threats relevant to your wireless deployment and apply protections that address how wireless signals can be intercepted, jammed, or spoofed.
In practice, this means maintaining a current inventory of all wireless links, both inside your facilities and those connecting to external networks, and mapping each one to the types of signal parameter attacks it’s vulnerable to. Most organizations treat wireless security as a configuration checkbox, setting WPA3 and moving on. SC-40 forces a deeper question: have you evaluated whether your wireless infrastructure can resist an attacker who targets the radio signal itself rather than the application layer?
The control also acknowledges a real-world constraint. When organizations rely on commercial service providers for wireless transmission, they may not have full control over signal-layer protections. That gap doesn’t remove the requirement. It means you need to document which links fall outside your direct control and what compensating measures you’ve put in place. NIST SP 800-53 places this control within the System and Communications Protection family for good reason. Wireless link vulnerabilities can undermine every other communication safeguard you’ve built, making signal-layer protection a foundational requirement for the SC control family.
Why it matters
Wireless networks introduce a class of risk that wired infrastructure doesn’t face because anyone within radio range can interact with your signals. Attackers don’t need physical access to your building or a compromised credential to begin exploiting wireless links. They need proximity and the right equipment, both of which are increasingly accessible.
In a common pattern targeting organizations with wireless-dependent operations, an attacker positions a rogue access point within range of the target’s premises, broadcasting the same SSID as the legitimate corporate wireless network. Client devices configured to auto-connect to known networks, and not protected by mutual authentication mechanisms that verify the access point’s identity before connecting, associate with the evil twin without user awareness. All traffic from those devices then transits the attacker-controlled access point. Unencrypted traffic is read directly. TLS-encrypted traffic is subject to interception if the attacker can complete a downgrade or if the device accepts the attacker’s intercepting certificate.
This evil twin attack (MITRE ATT&CK T1557.004) directly exploits the signal-layer properties that SC-40 addresses. Organizations that rely solely on SSID matching for wireless network identity provide no protection against a stronger or better-positioned rogue signal. Mutual authentication protocols, certificate-pinned enterprise wireless configurations, and client-side policies that reject unknown access point certificates are the controls that defeat this attack class at the layer it operates.
Organizations that haven’t assessed the signal parameter risks specific to their wireless deployment leave this attack permanently viable against their mobile workforce. Offices with adjacent public spaces, conference venues, or high foot-traffic areas face elevated exposure because attackers can operate a rogue access point from a neighboring location without drawing attention.
What attackers exploit
- Rogue access points broadcasting legitimate SSIDs — Attackers create evil twin networks that mimic corporate wireless identifiers, intercepting traffic from devices that auto-connect based on SSID name alone
- Absence of mutual authentication — Networks that authenticate users to the network but don’t require the network to authenticate itself to users leave devices unable to distinguish legitimate access points from rogue ones
- Signal jamming and denial of service — Attackers disrupt legitimate wireless signals to force devices onto attacker-controlled alternatives or to deny wireless service entirely
- Wireless protocol downgrade attacks — Forcing connections to use weaker encryption or authentication protocols that can be intercepted or broken in real time
How to implement
Most implementation failures stem from treating wireless security as a one-time configuration task rather than an ongoing assessment of signal-layer threats specific to your environment.
For your organization
Start by building a complete inventory of all internal and external wireless links your organization operates or depends on. This inventory should include corporate Wi-Fi networks, wireless bridges between buildings, Bluetooth connections to peripherals, and any wireless links used for operational technology. Each link needs to be classified by its exposure level, whether it’s visible from outside your physical perimeter, and what data traverses it.
Deploy enterprise wireless security that goes beyond password-based authentication. The most effective protection against evil twin and rogue access point attacks is 802.1X authentication with mutual certificate validation, commonly implemented through Extensible Authentication Protocol-Transport Layer Security (EAP-TLS). This protocol requires both the client device and the access point to present valid certificates before a connection is established, preventing devices from associating with unauthorized access points.
Implement wireless intrusion detection systems (WIDS) that continuously monitor the radio frequency environment for rogue access points, unauthorized clients, and signal anomalies. Configure these systems to alert on SSID spoofing, unexpected channel usage, and deauthentication flooding. Your network security architecture should include automated containment responses that isolate rogue access points when detected.
Establish a signal parameter threat assessment process that’s repeated at least annually and whenever your wireless environment changes. This assessment should evaluate which types of signal attacks are relevant to your physical locations, the effectiveness of current protections, and whether commercial carrier links introduce gaps outside your direct control. Document findings and feed them into your risk register.
Configure client devices through mobile device management (MDM) policies to prevent auto-connection to unknown networks, require certificate validation for enterprise wireless, and reject connections where the access point certificate doesn’t match your organization’s certificate authority. These client-side controls are critical because they protect your workforce even when they’re operating outside your managed wireless environment.
For your vendors
Request documentation of your vendor’s wireless network architecture, including how they segment wireless traffic, what authentication protocols they use for wireless access, and whether they’ve implemented mutual authentication. Ask specifically whether their wireless infrastructure uses 802.1X with EAP-TLS or an equivalent mutual authentication protocol.
Verify that the vendor maintains a current inventory of wireless links and conducts periodic signal parameter threat assessments. Ask for evidence that these assessments cover both internal facility wireless and any external wireless links used for data transmission. A vendor that can’t produce a list of their wireless links likely hasn’t evaluated signal-layer risks.
Evaluate the vendor’s wireless monitoring capabilities. Request evidence of wireless intrusion detection deployment, including how they detect and respond to rogue access points. Frameworks like CIS Controls provide additional benchmarks for assessing wireless security posture.
Ask about the vendor’s client device policies for wireless connectivity. Vendors whose workforce connects to corporate resources over wireless networks should have MDM policies that prevent auto-connection to unverified networks and require certificate validation. Review these policies alongside their incident response procedures for wireless-specific security events.
Red flags include vendors who describe wireless security only in terms of WPA2/WPA3 passwords, can’t describe their approach to rogue access point detection, or have no documented signal parameter threat assessment. These gaps indicate wireless security that addresses only basic encryption and leaves signal-layer attack vectors unprotected.
Evidence examples
| Evidence Type | Example Artifact |
|---|---|
| Wireless protection policy | System and communications protection policy defining requirements for wireless link protection, approved signal parameter attack countermeasures, and roles responsible for wireless security |
| Wireless network architecture | Network diagrams showing all internal and external wireless links, segmentation boundaries, and authentication infrastructure (for example, RADIUS servers, certificate authorities) |
| Wireless link inventory | Documented list of all internal and external wireless links classified by exposure level, data sensitivity, and applicable signal parameter threats |
| Signal parameter threat assessment | Assessment report identifying types of signal parameter attacks relevant to each wireless link, referencing authoritative attack catalogs and evaluating current countermeasure effectiveness |
| Wireless access controls | System configuration documentation showing 802.1X/EAP-TLS settings, client certificate requirements, and MDM policies preventing auto-connection to unverified networks |
| Wireless intrusion detection records | WIDS deployment documentation and audit logs showing detection of rogue access points, SSID spoofing attempts, and deauthentication attacks with response actions taken |
Cross-framework mapping
No cross-framework mappings are currently documented for SC-40.
Related controls
- AC-18 — Wireless Access: Defines the access control requirements for wireless network connectivity that SC-40’s signal-layer protections build upon
- SC-05 — Denial-of-service Protection: Addresses availability threats, including wireless signal jamming, that overlap with SC-40’s signal parameter attack coverage
Frequently asked questions
What is NIST SP 800-53 SC-40
SC-40 is the NIST SP 800-53 control that requires organizations to protect internal and external wireless links from signal parameter attacks, including rogue access points, signal jamming, and protocol downgrade attacks. It applies to any wireless communication that could be visible to unauthorized individuals. The control requires both identifying the specific signal-layer threats relevant to your wireless deployment and implementing protections matched to those threats.
What happens if SC-40 is not implemented
Without SC-40 protections, wireless links remain vulnerable to evil twin attacks where rogue access points intercept traffic by mimicking legitimate corporate network SSIDs. Attackers within radio range can capture unencrypted data, attempt TLS interception through protocol downgrades, or deny wireless service through signal jamming. These signal-layer attacks bypass application-level security controls entirely because they operate at the wireless communication layer before encrypted sessions are established.
How do you audit SC-40
Auditors verify SC-40 by reviewing the organization’s wireless link inventory and confirming that each listed link has a corresponding signal parameter threat assessment. They examine wireless network diagrams for evidence of mutual authentication infrastructure, inspect WIDS deployment logs for rogue access point detection capability, and review MDM policies for client-side wireless protections. Configuration settings for 802.1X/EAP-TLS and certificate validation are tested against the documented signal parameter attack countermeasures.
What types of signal parameter attacks does SC-40 protect against
SC-40 addresses attacks that exploit the radio frequency properties of wireless communications rather than application-layer vulnerabilities. These attacks include evil twin and rogue access point deployment, wireless signal jamming and denial of service, deauthentication flooding, and protocol downgrade attacks that force connections to weaker encryption. The specific attack types each organization must protect against depend on their wireless environment and the threat assessment SC-40 requires.