ROBOTIC.INDUSTRIES

Safety and Standards

Robot Cybersecurity: What IEC 62443 Requires

Robot safety and robot security became the same conversation in 2025. What IEC 62443 asks for, the zones and conduits model, and the five weaknesses found in real cells.

Engineer with a tablet inspecting a robot cell control cabinet
Engineer with a tablet inspecting a robot cell control cabinet

Security became a safety requirement in 2025, when the revised ISO 10218 added cybersecurity requirements and the EU Machinery Regulation made protection against corruption leading to a hazardous situation explicit. IEC 62443 is the framework both point toward. Its core idea is simple: divide the system into zones with defined trust, control the conduits between them, and assign each zone a security level from 1 to 4 derived from the threat.

1 to 4security levels in the framework
2concepts that carry the model: zones and conduits
2025year robot safety standards added security
5weaknesses found in most real cells

Why this is a safety question

A robot is a machine that moves with enough force to kill. If its safety configuration, its speed limits or its zone definitions can be changed over a network by someone unauthorised, then the protective measures are only as trustworthy as the network. That is the reasoning behind the 2025 additions, and it is why security requirements now sit inside a safety standard rather than beside it.

Security levels in IEC 62443
LevelProtects againstTypical setting
1Casual or coincidental violationIsolated cell, no external connection
2Intentional violation with simple means and low motivationTypical connected factory cell
3Intentional violation with sophisticated means and moderate resourcesCritical production, remote access
4Intentional violation with sophisticated means and extensive resourcesCritical infrastructure

Zones and conduits applied to a cell

The model asks you to draw boundaries around groups of components that share security requirements, then define and control every path between them.

A typical zoning of a robot cell
ZoneContainsConduit toControl
Safety zoneSafety controller, scanners, interlocksControl zoneStrictly limited, ideally read-only
Control zoneRobot controller, PLC, drivesCell zoneWhitelisted protocols only
Cell zoneHMI, vision system, local serverPlant networkFirewalled, authenticated
Plant networkMES, historian, engineering stationsEnterpriseSegmented, monitored
Remote accessVendor support connectionCell zoneTime limited, logged, locally approved
The safety controller belongs in its own zone. If a compromise of the vision PC can reach the safety configuration, the safety case has an assumption in it that nobody wrote down. Isolating the safety layer, so that it can be read but not reconfigured from the wider network, is the single most valuable structural decision.

The five weaknesses in real cells

  1. Flat networks. Robot, PLC, vision, HMI and office traffic on one subnet, so anything reaching the office reaches the machine.
  2. Default credentials. Robot controllers, HMIs and safety configuration tools shipped with published defaults that were never changed.
  3. Permanent vendor remote access. A support tunnel installed for commissioning, still open years later, often unlogged and not requiring local approval.
  4. Unpatched engineering workstations. The laptop that configures the safety controller is frequently the least maintained computer in the building.
  5. USB as the update path. Configuration and programs carried on removable media between machines and between sites.

Practical steps in order

  • Inventory first. Every device, its firmware version, its network address and who can reach it. Most sites cannot produce this, and nothing else can be planned without it.
  • Segment. Separate the cell from the plant network, and the safety layer from the control layer. This delivers more risk reduction than any product purchase.
  • Fix credentials. Change defaults, remove shared accounts, and give the engineering workstation an owner.
  • Control remote access. On demand rather than permanent, logged, and requiring an action at the machine to enable.
  • Sign and verify updates. Especially anything touching safety configuration.
  • Write it into the safety file. The 2025 standard expects security to be addressed there, so a separate security document that the safety assessment never references is an incomplete answer.

Security over the life of a cell

A cell is secure on the day it is commissioned and drifts afterwards. The obligations are ongoing rather than one-time.

Security tasks across the cell life cycle
PhaseTaskTypical effort
SpecificationThreat assessment, target security level, zone model1 to 3 days
DesignNetwork architecture, access control, update path2 to 5 days
CommissioningChange defaults, document accounts, verify segmentation0.5 to 2 days
Operation, monthlyReview remote access logs and account list30 min
Operation, quarterlyFirmware review against published vulnerabilities2 to 4 h
ModificationRe-assess zones and conduits after any change2 to 8 h
DecommissioningWipe credentials and configuration before disposal1 to 2 h

The monthly review is thirty minutes and catches the most common real problem, which is an access account or a support tunnel that outlived its purpose by several years.

Frequently asked questions

Why does a safety standard now cover cybersecurity?

Because a robot's protective measures are implemented in configurable controllers. If those can be altered over a network by an unauthorised party, the safety case depends on network trust, which is why ISO 10218:2025 added security requirements.

What are zones and conduits?

Zones are groups of components sharing security requirements; conduits are the controlled communication paths between them. Each zone gets a security level from 1 to 4 derived from the threat it faces, and every conduit is defined and restricted.

Which security level does a robot cell need?

Level 2 covers most connected factory cells, protecting against intentional violation using simple means. Critical production with remote access typically targets level 3. The level is derived from a threat assessment rather than chosen.

What is the most common weakness?

Flat networks, where robot, PLC, vision, HMI and office traffic share one subnet. Segmenting the cell from the plant network and the safety layer from the control layer delivers more risk reduction than any product purchase.

Is a separate security document enough?

No. The 2025 standard expects security to be addressed within the safety assessment, so a security document the safety file never references leaves the connection between the two unmade.

Sources

  1. IEC 62443, security for industrial automation and control systemsInternational Electrotechnical Commission, zones, conduits and security levels
  2. ISO 10218-1:2025, Robotics, Safety requirements, Part 1International Organization for Standardization, cybersecurity requirements added in the 2025 revision
  3. Regulation (EU) 2023/1230 on machineryEU-OSHA, protection against corruption leading to a hazardous situation