Evaluate the AutomationView desktop suite free for 30 days. No credit card required. Claim trial key →
arrow_back Back to Articles

How the EU Cyber Resilience Act Reshapes PLC Security

calendar_month
person Carvalho Raphael

How the EU Cyber Resilience Act Reshapes PLC Security

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["PLC Vulnerability Discovered"]:::blueNode --> B["Internal Audit & Patching"]:::greenNode
    B --> C["ENISA Reporting (24h)"]:::redNode
    C --> D["National CSIRT Notification"]:::greenNode
    
    classDef blueNode fill:#2563eb,stroke:#1e40af,color:#ffffff,stroke-width:2px;
    classDef greenNode fill:#16a34a,stroke:#166534,color:#ffffff,stroke-width:2px;
    classDef redNode fill:#dc2626,stroke:#991b1b,color:#ffffff,stroke-width:2px;
AutomationView Icon AutomationView

Starting September 11, 2026, automation manufacturers and integrators will face a hard stop on relaxed vulnerability disclosures. The European Union’s Cyber Resilience Act (CRA) officially enforces strict reporting mandates for hardware and software containing digital elements. If an actively exploited vulnerability is discovered in an industrial controller, the manufacturer now has just 24 hours to report it to the European Union Agency for Cybersecurity (ENISA) and the relevant national CSIRTs.

For plant engineers and operational technology (OT) administrators, this legislation fundamentally alters the PLC lifecycle. The era of quietly patching firmware without public disclosure is over. As cyberattacks on critical infrastructure—such as the recent wave targeting water utilities via internet-facing PLCs—continue to escalate, regulatory bodies are forcing transparency into the automation supply chain.

The 24-Hour Reporting Window

The most immediate operational impact of the EU Cyber Resilience Act PLC mandate is the reporting timeline. Historically, automation vendors could take weeks or months to investigate a vulnerability, develop a patch, and release a security advisory. The CRA mandates a highly compressed schedule when a vulnerability is actively exploited.

  • Early Warning (24 hours): The manufacturer must submit an initial notification to ENISA upon learning of an active exploit.
  • Vulnerability Assessment (72 hours): A detailed technical assessment, including indicators of compromise (IoCs), must be provided.
  • Final Report (14 days): A comprehensive breakdown of the mitigation strategy and patch deployment plan is required.

This rapid disclosure mechanism ensures that asset owners are informed quickly, but it also means that automation departments must be prepared to consume and act on threat intelligence faster than ever before. If a critical flaw is announced for a specific firmware version running on your production line, the window to isolate the system before widespread exploitation shrinks drastically.

Shifting Responsibility to Manufacturers

The CRA places the burden of security squarely on the shoulders of the equipment manufacturers throughout the product’s expected lifecycle (or a minimum of five years). Controllers, HMIs, and edge gateways must now be designed with security by default.

flowchart TD
    A["Legacy Model"]:::grayNode --> B["Delayed Patching"]:::grayNode
    B --> C["Opaque Vulnerability Status"]:::grayNode
    
    D["CRA Mandated Model"]:::blueNode --> E["Security by Default Design"]:::blueNode
    E --> F["24h ENISA Reporting"]:::redNode
    F --> G["Mandatory OTA Patch Support"]:::greenNode
    
    classDef grayNode fill:#64748b,stroke:#475569,color:#ffffff,stroke-width:2px;
    classDef blueNode fill:#2563eb,stroke:#1e40af,color:#ffffff,stroke-width:2px;
    classDef greenNode fill:#16a34a,stroke:#166534,color:#ffffff,stroke-width:2px;
    classDef redNode fill:#dc2626,stroke:#991b1b,color:#ffffff,stroke-width:2px;

This forces a shift away from legacy architectures where PLCs relied entirely on perimeter firewalls for protection. Modern controllers will need built-in cryptographic signing, secure boot processes, and robust mechanisms for handling over-the-air (OTA) updates securely. You can learn more about the specific regulatory text on the official European Commission documentation portal.

Impact on Legacy Systems and Brownfield Sites

One of the most complex challenges facing OT engineers is the application of these rules to brownfield installations. While the EU Cyber Resilience Act PLC requirements apply to products placed on the market after the enforcement date, modifications to existing systems can trigger compliance requirements.

If an integrator performs a “substantial modification” to an existing machine—such as upgrading a standard PLC to a safety PLC or integrating a new edge AI gateway—the entire interconnected subsystem may fall under the new CRA purview. This requires careful auditing of hardware inventories to understand which assets require mandatory vulnerability reporting.

Comparing Security Lifecycles

Feature Pre-2026 Legacy Approach CRA Mandated Approach (Sept 2026)
Vulnerability Disclosure Voluntary, vendor-defined timeline Mandatory, 24-hour early warning to ENISA
Security Updates Provided at vendor discretion Mandatory for product lifecycle (min 5 years)
Product Certification Self-assessed basic CE marking Third-party assessment for critical class devices
Incident Reporting Opaque, often limited to NDAs Publicly tracked via national CSIRTs

How Automation Engineers Should Prepare

For system integrators and end-users, the immediate action item is improving asset visibility. You cannot patch or isolate a vulnerability if you do not know the exact firmware revision of every controller on your network.

Engineers should begin integrating automated asset discovery tools and establishing standard operating procedures for rapid firmware updates. Furthermore, when specifying new equipment from our AutomationView Store, ensure that the chosen hardware vendors have published their CRA compliance roadmaps.

Frequently Asked Questions

Does the CRA apply to PLCs installed outside of Europe?

While it is an EU regulation, the CRA effectively sets a global standard. Global manufacturers will not design two separate firmware branches for the same controller. The enhanced security features and vulnerability disclosures mandated by the EU will benefit users worldwide.

What constitutes a “substantial modification” in OT?

A substantial modification is generally defined as a change that alters the intended purpose or significantly affects the compliance of the product with essential cybersecurity requirements. Upgrading firmware to fix a bug is not a substantial modification, but replacing a core processor or altering the primary network topology might be.

Share this article

Stay Updated with Automation News

Get the latest articles and news delivered directly to your inbox.

Log in to Subscribe

You must be registered and logged in to manage subscriptions.

Recommended for you

CISA PLC Cybersecurity Advisory: Defending Siemens & Rockwell

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A["Public Internet"]:::redNode -->|"Port 44818 / 102"| B["Exposed PLC"]:::orangeNode
    B -->|"Logic Modification"| C["OT Disruption"]:::redNode
    
    classDef redNode fill:#dc2626,stroke:#7f1d1d,color:#ffffff
    classDef orangeNode fill:#ea580c,stroke:#9a3412,color:#ffffff
AutomationView Icon AutomationView
calendar_month

CISA PLC Cybersecurity Advisory: Defending Siemens & Rockwell

Key Takeaways: The latest PLC cybersecurity advisory from CISA expands threat warnings beyond Unitronics to include Siemens and Rockwell Automation PLCs. Iranian-affiliated threat actors are exploiting internet-exposed controllers using native engineering software like TIA Portal and Studio 5000. Immediate mitigation requires disconnecting PLCs from the public internet and monitoring specific OT ports like 102, 502, […]

Read Article arrow_forward

The Convergence of Cybersecurity and Functional Safety in 2026 Automation Procurement

Automation News
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
---
title: Security and Safety Convergence
---
flowchart LR
    classDef default fill:#1f2937,stroke:#4b5563,color:#f3f4f6
    classDef cyber fill:#ef4444,stroke:#b91c1c,color:#ffffff
    classDef safety fill:#10b981,stroke:#059669,color:#ffffff
    classDef integrated fill:#8b5cf6,stroke:#6d28d9,color:#ffffff
    A["IEC 62443 Cybersecurity"]:::cyber --> C["Integrated Procurement 2026"]:::integrated
    B["SIL 3 Functional Safety"]:::safety --> C
    C --> D["Secure & Safe Automation"]
AutomationView Icon AutomationView
calendar_month

The Convergence of Cybersecurity and Functional Safety in 2026 Automation Procurement

For decades, automation engineers treated functional safety and network security as two completely distinct silos. A safety PLC handled e-stops, while a firewall (often managed by IT) guarded the perimeter. In 2026, the explosive growth of connected IIoT devices and Edge AI has obliterated that boundary. You can no longer guarantee the functional safety of […]

Read Article arrow_forward