Nuclear cybersecurity is the discipline of protecting the digital systems that operate, monitor and protect a nuclear power plant from cyber compromise. The hardest part is not the enterprise network. It is the instrumentation and control systems tied to reactor safety, where a successful attack could affect the ability to shut down, cool or contain.
Regulators treat these systems differently from ordinary OT. In the United States, 10 CFR 73.54 requires licensees to protect digital assets associated with safety, security and emergency preparedness from cyber attacks. The architecture that follows, built on security levels, strict zone isolation and one-way data flow, is designed so that the most consequential systems are the least reachable. This article explains how that model works and where exposure-reduction controls fit.
01Key takeaways
- 01
Nuclear cyber rules focus on critical digital assets (CDAs): the digital systems tied to safety, important-to-safety functions, security and emergency preparedness.
- 02
The defensive model is a layered architecture of security levels (zones), with the highest-consequence safety systems placed at the most protected, least reachable level.
- 03
Data is allowed to flow toward lower-security levels, but pathways back toward safety systems are removed or strictly one-way, not merely filtered.
- 04
US licensees work to 10 CFR 73.54 and NRC RG 5.71; the international reference is IAEA Nuclear Security Series No. 17 and its newer guidance.
- 05
A data diode enforces the one-way boundary between security levels in hardware, but it is one control inside a deep program of isolation, monitoring, configuration control and personnel security.
02What nuclear cybersecurity covers
Nuclear cybersecurity is the protection of the digital systems that run, watch over and protect a nuclear power plant. That includes the distributed control systems that operate the plant, the instrumentation and control (I&C) that protects the reactor, the radiation monitoring and physical security systems, and the supporting networks that move data between them.
The defining feature of this sector is consequence. A compromise of an office network is a business problem. A compromise that degrades a reactor protection system or a safety actuation function is a nuclear safety problem. For that reason the scope is drawn tightly around critical digital assets, the digital components whose failure or misuse could adversely affect safety, security or emergency preparedness functions.
- Critical digital asset (CDA)
- A digital device or system that performs, supports or protects a safety, security or emergency preparedness function, or that can affect one if compromised.
- Critical system
- A grouping of assets, including CDAs, that together deliver a function the regulator requires to be protected.
- Safety I&C
- Instrumentation and control that performs reactor protection and safety actuation, such as initiating a reactor trip or engaging safety injection.
03Why the threat is different here
Most plant systems are designed to fail safe, and the most critical reactor protection functions have historically used analog or hardwired logic that no network can reach. That physical reality is a genuine strength. But modern plants, new builds and digital upgrades introduce programmable I&C, networked operator stations, digital sensors and remote diagnostics, and each of those expands the attack surface that did not previously exist.
The reference threat is not a casual intruder. Nuclear operators plan against a capable, well-resourced adversary that may combine cyber and physical means and may pursue access patiently over time. The 2010 Stuxnet campaign against centrifuge controllers showed that an air-gapped, safety-relevant industrial process can be reached and manipulated through supply chain and removable media, even without a live network path.
The design assumption that matters: do not rely on a network being absent. Assume an adversary will try to reach safety systems through engineering laptops, vendor updates, portable media and trusted maintenance paths, and design the architecture so those paths are constrained and one-way.
04The defensive computer security architecture
Both US and international guidance converge on the same structural idea: a defensive computer security architecture built from graded security levels, sometimes called zones. Systems are assigned to a level based on the consequence of their compromise. The higher the consequence, the higher the protection and the lower the connectivity.
IAEA Nuclear Security Series No. 17 describes this as a model of concentric levels, with the most sensitive systems, such as safety I&C, placed at the innermost, most protected level. NRC Regulatory Guide 5.71 describes an equivalent defensive architecture with defensive levels and security boundaries between them. The common rule is that the safety functions sit where reachability is minimized.
- Highest level (safety)
- Reactor protection and safety actuation I&C. No general network connectivity inward; data only leaves under strict control.
- Middle levels
- Operational control, plant data networks and supervisory systems with controlled, monitored conduits between levels.
- Lower levels
- Business and corporate systems, internet-facing services and general IT, treated as untrusted relative to the safety levels.
05How data is allowed to move between levels
The directional rule is the heart of the model. Data is generally permitted to flow from a higher-security level toward a lower-security level, because that direction exports status and telemetry without granting control. Flow in the reverse direction, from a less trusted level toward a safety level, is what the architecture is built to prevent.
This is where the distinction between filtering and removing a path becomes decisive. A firewall between levels enforces a policy that can drift, be misconfigured or be defeated by a credentialed adversary. For the boundary protecting safety I&C, guidance favors mechanisms where the return path does not exist as a network route at all. A hardware-enforced one-way device makes that property physical rather than configurable.
- Outbound monitoring data from safety levels to a plant historian or display, with no inbound network route.
- Operational telemetry pushed from control networks to corporate reporting without exposing a query or command path back.
- Security and event logs forwarded to a monitoring point at a lower level for analysis.
- Software updates and engineering changes handled through a controlled, audited offline process rather than a live inbound link.
06Standards and regulatory framework
In the United States, the binding requirement is 10 CFR 73.54, which directs power reactor licensees to protect digital computer and communication systems and networks associated with safety, important-to-safety, security and emergency preparedness functions against cyber attacks. Each licensee maintains a cyber security plan, and NRC Regulatory Guide 5.71 provides an endorsed method, including the defensive architecture, security controls and an ongoing assessment process. The Nuclear Energy Institute's NEI 08-09 is the industry template most plants used to build their plans.
Internationally, the IAEA Nuclear Security Series No. 17 provides computer security guidance for nuclear facilities, with the graded, defensive-level approach and a strong emphasis on isolating systems important to safety. The broader OT standards base, NIST SP 800-82 for OT security and the ISA/IEC 62443 series of zones and conduits, aligns naturally with the nuclear model and is often used to fill in technical detail.
- 10 CFR 73.54
- US regulation requiring protection of digital assets tied to safety, security and emergency preparedness from cyber attack.
- NRC RG 5.71
- US regulatory guide describing an acceptable defensive architecture and security controls for the cyber security plan.
- IAEA NSS 17
- International computer security guidance for nuclear facilities, built on graded defensive levels and isolation.
- NEI 08-09
- Industry-developed cyber security plan template widely adopted by US licensees.
07Practical controls that hold up
Architecture is only as strong as the discipline around it. The controls below are where nuclear cyber programs spend their day-to-day effort, because they are the paths an adversary actually uses.
- A complete and current inventory of critical digital assets, including embedded controllers and field devices that are easy to overlook.
- Hardware-enforced isolation at the boundary of safety levels, so the reverse path is absent rather than filtered.
- Strict control of portable media and mobile devices, with scanning, approval and use-tracking, given the Stuxnet lesson.
- Configuration and change management, so unauthorized or undocumented changes to I&C are detected and rejected.
- Continuous monitoring and logging at controlled boundaries, with one-way export of logs to analysis points.
- Personnel security, least privilege and trustworthiness vetting for those with access to safety-relevant systems.
None of these controls is novel on its own. What makes them effective in a nuclear plant is that they are layered so no single failure, whether a misconfigured rule, a stolen credential or an infected laptop, opens a path to a safety function.
08Supply chain risk and common pitfalls
The most consistent failure is treating cyber as a network-only problem. Safety I&C is frequently reached not through a router but through the trusted maintenance ecosystem: a vendor's engineering laptop, a firmware update on a USB drive, a diagnostic tool brought on site. A defensive architecture that ignores these vectors gives a false sense of isolation.
- Assuming an air gap exists when shared engineering laptops, media or temporary links quietly bridge it.
- Trusting vendor and integrator software updates without verification, sandboxing and an audited transfer process.
- Letting firewall rules between levels accumulate exceptions until a level boundary is effectively open.
- Reintroducing a return path through an out-of-band management or remote-diagnostics channel the architecture did not account for.
- Incomplete CDA inventories that omit embedded devices, leaving them unmonitored and unhardened.
- Treating the plan as a compliance document rather than an operating practice that is tested and exercised.
A boundary control is only as strong as the discipline, defaults and management surface around it. A one-way device does nothing if a parallel management link, a shared laptop or an unscanned USB drive reintroduces the path it was meant to remove.
09Where one-way transfer fits the nuclear model
The nuclear defensive architecture asks for a property that maps almost exactly to one-way data transfer: safety levels should publish data outward while accepting no inbound network route. A data diode enforces that direction in hardware, so the absence of a return path is a physical fact rather than a policy that can drift or be overridden.
This is a good fit for the boundary between a safety or control level and a monitoring, historian or corporate level. Status, telemetry and logs cross outward; commands, queries and remote sessions have no route back in. Where the operating model also calls for scheduled physical disconnection or time-controlled connectivity, those patterns complement the one-way boundary rather than replace it. Teams comparing approaches can evaluate an AirGapNet controlled connectivity pattern alongside diode-based transfer and segmentation when defining each level boundary.
The honest caveat is the same one the regulators make. A one-way device reduces bidirectional reachability at a specific boundary. It does not patch a controller, vet a contractor, scan a USB drive or detect a malicious data payload moving in the permitted direction. It removes one path, and a serious program still needs all the others.
10A practical roadmap
A workable sequence starts with knowing what you have and ends with proving the architecture behaves as designed. The order matters: you cannot protect or isolate an asset you have not identified.
- Build and maintain a defensible inventory of critical digital assets and the functions they serve.
- Assign each asset to a security level by the consequence of its compromise, then draw the boundaries.
- Make the safety-level boundaries one-way and hardware-enforced, and remove or strictly control every other inbound path.
- Lock down portable media, vendor access and the engineering toolchain that physically touches safety I&C.
- Instrument the boundaries: monitor, log and export evidence one-way for independent analysis.
- Test the design through assessments and exercises, and treat the cyber security plan as a living operating practice.
The endpoint is an architecture where the most consequential systems are the least reachable, where every path to a safety function is deliberate and constrained, and where the absence of a return route is enforced by physics rather than by configuration. That is the standard nuclear cybersecurity is built to meet, and it is a useful benchmark for any high-consequence OT environment.
FAQFrequently asked questions
What is nuclear cybersecurity?
Nuclear cybersecurity is the protection of the digital systems that operate, monitor and protect a nuclear power plant from cyber attack. It focuses on critical digital assets tied to safety, important-to-safety, security and emergency preparedness functions, where a compromise could affect the ability to shut down, cool or contain the reactor.
What is 10 CFR 73.54?
10 CFR 73.54 is the US regulation that requires power reactor licensees to protect digital computer and communication systems and networks associated with safety, security and emergency preparedness functions against cyber attacks. Licensees maintain a cyber security plan, and NRC Regulatory Guide 5.71 describes an acceptable way to meet the rule.
What is a defensive computer security architecture?
It is a layered design that assigns systems to graded security levels, or zones, based on the consequence of their compromise. The highest-consequence systems, such as reactor safety I&C, sit at the most protected, least reachable level. Data may flow toward lower levels, but inbound paths toward safety systems are removed or strictly one-way.
How do data diodes apply to nuclear plants?
A data diode enforces one-way data flow in hardware, which matches the nuclear rule that safety levels publish data outward while accepting no inbound network route. It is used at the boundary between safety or control levels and monitoring or corporate levels, but it is one control among many, not a substitute for isolation, monitoring and personnel security.
What does IAEA Nuclear Security Series No. 17 cover?
IAEA Nuclear Security Series No. 17 provides computer security guidance for nuclear facilities. It describes a graded, defensive-level architecture with concentric security levels and a strong emphasis on isolating systems important to safety, and it is the main international reference alongside national regulations like the US 10 CFR 73.54.
SRCSources of record
From defensive levels to enforceable boundaries
Make the safety boundary one-way by design.
If your defensive architecture requires data out of safety levels with no route back in, compare hardware-enforced one-way transfer, segmentation and time-controlled disconnection before you finalize each level boundary.