PLC Remote Access Security: 5 Urgent Lessons From the 2026 CISA Advisory

Share:

OT Cybersecurity · PLC Security · Remote Access

PLC Remote Access Security: 5 Urgent Lessons From the 2026 CISA Advisory

In April 2026, six US federal agencies jointly warned that nation state hackers were actively breaking into internet connected PLCs, without using a single zero day exploit. This guide covers PLC remote access security through the lens of that real advisory, with the actual mitigations agencies published for defenders.

Real CISA Advisory AA26-097A Remote Access Hardening Physical Keyswitch Controls Vendor Specific Guidance

PLC Remote Access Security: The 2026 CISA Advisory Explained

On April 7, 2026, the FBI, CISA, NSA, EPA, Department of Energy, and US Cyber Command jointly published advisory AA26-097A, warning that Iranian affiliated threat actors were actively exploiting internet facing programmable logic controllers across US critical infrastructure. The affected devices were manufactured by Rockwell Automation and sold under the Allen-Bradley brand, specifically CompactLogix and Micro850 families, deployed across government facilities, water and wastewater systems, and energy sector operations.

This was not theoretical. The advisory confirmed real operational disruption and real financial loss at victim organizations, caused by attackers tampering with PLC project files and manipulating the data shown on HMI and SCADA displays, meaning operators were looking at readings that no longer reflected what was actually happening in their process. The threat group involved, tracked under names including CyberAv3ngers and linked to Iran's IRGC Cyber Electronic Command, had previously compromised at least 75 Unitronics PLCs across US and international water utilities back in 2023, including a widely reported incident at a Pennsylvania water authority.

⚠ What Actually Made This Attack Possible

The attackers did not need a sophisticated, unknown exploit. They connected to internet exposed PLCs using Rockwell's own legitimate engineering software, Studio 5000 Logix Designer, the same tool a plant engineer would use for normal configuration work. The fundamental weakness being exploited was not a software flaw, it was the simple fact that these controllers were reachable from the public internet at all.

Advertisement
Advertisement

How Many PLCs Are Actually Exposed to the Internet

Independent internet scanning by Censys, conducted the same week the advisory was released, quantified the actual scale of this exposure. Globally, 5,219 hosts responding to the EtherNet/IP protocol self identified as Rockwell Automation or Allen-Bradley devices, meaning every one of them was reachable from the public internet.

Global Distribution of Internet Exposed Rockwell/Allen-Bradley PLCs
United States
3,891 (74.6%)
Spain
110 (2.1%)
Taiwan
78 (1.5%)
Italy
73 (1.4%)

Data source: Censys internet scanning, April 7, 2026, as reported by Industrial Cyber and Censys.com

Notably, a large share of that US exposure traced back to cellular carrier networks rather than fixed corporate connections, consistent with PLCs deployed in the field and connected through cellular modems for remote monitoring, exactly the kind of convenient but unmonitored connection that this advisory warns against.

Watch: OT Cybersecurity for Beginners, ICS, SCADA and PLC Security Explained

This video gives a complete crash course on OT cybersecurity fundamentals, directly relevant to understanding why incidents like this happen.

Video: "OT Cybersecurity for Beginners: ICS, SCADA & PLC Security Explained (Complete 2026 Guide)", embedded via YouTube

5 Urgent Lessons for PLC Remote Access Security

1
Attackers don't need a zero day when the front door is left openLegitimate engineering software connecting to an internet exposed controller looks almost identical to authorized maintenance activity, which is exactly why removing that internet exposure matters more than chasing exotic vulnerabilities.
2
A physical keyswitch can beat any remote controlFor CompactLogix and MicroLogix devices with a physical mode switch, placing that switch in the RUN position blocks remote logic changes entirely, a control that cannot be overridden through any network based attack whatsoever.
3
Legacy remote access protocols are a genuine liabilityServices like VNC, Telnet, and FTP running on the same host as a PLC or HMI expose an easy path for exactly this kind of display manipulation and data tampering, and none of them belong on internet facing OT infrastructure.
4
Multi factor authentication on OT remote access is no longer optionalEven where a PLC itself cannot support MFA natively, the gateway or VPN sitting in front of it can and should enforce it, since phishing resistant MFA remains one of the single most effective defenses against this category of attacker.
5
This pattern repeats, and it will keep repeatingThe same actor group behind this campaign had already run a strikingly similar operation against Unitronics PLCs in 2023, which means the lesson here is not a one time fix, it is a standing discipline that has to be maintained continuously.
Advertisement
Advertisement

PLC Remote Access Security Mitigations Recommended by CISA

These specific steps form the practical core of PLC remote access security in response to this exact campaign.

Everything in this section comes directly from CISA's own published guidance, intended specifically to help asset owners defend against this exact threat. None of it depends on expensive new technology, it is almost entirely configuration hardening of infrastructure that already exists in most plants.

MitigationWhy It Matters Here
Remove PLCs from direct internet exposureEliminates the exact attack surface this campaign relies on entirely
Mediate all remote access through a jump host or secure gatewayEnsures no PLC is ever reachable directly from an external network
Set the physical mode switch to RUN on supported devicesBlocks remote logic modification at the hardware level, immune to network attacks
Disable VNC, Telnet, and FTP on hosts near PLCsRemoves cleartext, weakly authenticated remote access paths
Enforce MFA on all remote OT accessBlocks credential based access even if a password is compromised
Maintain tested, offline backups of PLC logic and configurationEnsures recovery is possible without paying a ransom or losing production time
Monitor logs for traffic on relevant OT portsPorts 44818, 2222, 102, 502, and 22 were specifically named in the advisory
Disconnecting devices from the internet and hardening remote access are not new ideas, Rockwell Automation had already published this exact guidance before this campaign was even discovered. The lesson is not that the advice was unknown, it is that the advice was not followed widely enough. The Fix Existed Before the Attack Did
Close up view of a computer screen displaying cybersecurity and data protection interface in green tones
Image: Cybersecurity interface display, via Pexels

PLC Cyberattack History: 2023 Unitronics vs 2026 Rockwell Campaign

The organizations behind AA26-097A were not new to this. Beginning in November 2023, the same IRGC linked group compromised at least 75 internet exposed Unitronics PLCs across US and international water utilities, in an operation that gained public attention after attackers took control of a booster station regulating water pressure at a Pennsylvania water authority. A separate incident in County Mayo, Ireland, left residents without running water for several days.

Between that 2023 campaign and the 2026 advisory, the attackers evidently moved on from exploiting simple factory default passwords to exploiting a known authentication weakness in Rockwell's Logix controller software, tracked as CVE-2021-22681. That vulnerability, involving an insufficiently protected cryptographic key, had already been publicly disclosed and patched years earlier, which underscores a recurring theme across both campaigns: attackers consistently succeed against internet exposed OT devices using known weaknesses and legitimate tools, not sophisticated zero day exploits.

CampaignTargetRoot Cause
November 2023Unitronics PLCs, US and international water utilitiesFactory default passwords on internet exposed devices
March to April 2026Rockwell/Allen-Bradley CompactLogix and Micro850 PLCsInternet exposure combined with a known authentication bypass vulnerability
Advertisement
Advertisement

Quick FAQs: PLC Remote Access Security

These are the questions engineers ask most often once PLC remote access security moves from advisory reading into an actual site walkthrough.

Was this attack the result of a previously unknown vulnerability?
No, the attackers primarily relied on internet exposed devices combined with a previously disclosed authentication weakness, CVE-2021-22681, connecting using Rockwell's own legitimate engineering software rather than a novel exploit.
What is the single most effective immediate step for a plant running affected PLC models?
Removing the PLC from direct internet exposure is the foundational fix, and for CompactLogix and MicroLogix devices with a physical mode switch, setting that switch to RUN blocks remote logic changes regardless of any network based attack.
Does this advisory only affect Rockwell Automation equipment?
The confirmed targeting focused on Rockwell Automation and Allen-Bradley devices, but the advisory also noted probing activity on ports associated with other vendors' protocols, including Siemens S7 and Modbus based systems, suggesting broader multi vendor interest from the same threat actors.
How can a plant tell if it has already been affected?
CISA's advisory includes specific indicators of compromise, including IP addresses and affected ports, that organizations can check against their own logs. Any organization with internet reachable PLCs should treat this as a priority review rather than an optional exercise.
Why do agencies keep recommending the same basic controls for every OT advisory?
Because the same handful of basic weaknesses, internet exposure, weak or default credentials, and unmonitored remote access, keep being the actual root cause behind real world incidents, regardless of how sophisticated the attacker or the narrative around them appears.

External References

What we learn today

  • PLC remote access security failed in this real 2026 incident not because of a sophisticated exploit, but because controllers were reachable directly from the public internet.
  • A physical mode switch set to RUN blocks remote logic changes at the hardware level, immune to any network based attack technique.
  • Legacy remote protocols like VNC, Telnet, and FTP have no place on internet facing OT infrastructure, and MFA on remote access is no longer optional.
  • This exact pattern, internet exposed OT devices exploited through known weaknesses, has repeated at least twice with the same threat actor group since 2023, and will likely repeat again.
Advertisement
Advertisement
"I hope you like above blog. There is no cost associated in sharing the article in your social media. Thanks for Reading !! Happy Learning"

Leave a Reply

Your email address will not be published. Required fields are marked *