<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BlogPosting",
"@id": "https://www.blastwave.com/blog/ics-patch-tuesday-september-2026-unpatchable-ot-assets#article",
"headline": "ICS Patch Tuesday, September 2026: A CVSS 9.2 in the Modicon M580 — and the Weeks Before You Can Patch It",
"description": "Schneider Electric, Siemens, Aveva, and Rockwell all shipped September 2026 ICS advisories, including a critical authentication flaw in Modicon M580 controllers. Here is how to protect assets you cannot patch today.",
"datePublished": "2026-09-09",
"dateModified": "2026-09-09",
"author": {
"@type": "Person",
"name": "Coralyn Vega",
"url": "https://www.blastwave.com"
},
"publisher": {
"@type": "Organization",
"name": "BlastWave",
"url": "https://www.blastwave.com",
"logo": {
"@type": "ImageObject",
"url": "https://www.blastwave.com/assets/BlastWave_Logo_RGB.png"
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.blastwave.com/blog/ics-patch-tuesday-september-2026-unpatchable-ot-assets"
},
"about": [
{
"@type": "Thing",
"name": "Operational technology security"
},
{
"@type": "Thing",
"name": "Industrial control system vulnerabilities"
},
{
"@type": "Thing",
"name": "Network cloaking"
}
],
"mentions": [
{
"@type": "Thing",
"name": "CVE-2026-3869"
},
{
"@type": "Product",
"name": "Schneider Electric Modicon M580"
}
]
},
{
"@type": "HowTo",
"@id": "https://www.blastwave.com/blog/ics-patch-tuesday-september-2026-unpatchable-ot-assets#howto",
"name": "How to protect unpatchable OT assets after a critical advisory",
"description": "A repeatable response for the interval between vulnerability disclosure and your scheduled maintenance window.",
"totalTime": "P1D",
"step": [
{
"@type": "HowToStep",
"position": 1,
"name": "Identify affected assets",
"text": "Map the advisory's affected product families and firmware versions against your asset inventory. Record every asset you cannot patch within 30 days; that list is your working scope."
},
{
"@type": "HowToStep",
"position": 2,
"name": "Determine current reachability",
"text": "Enumerate what can actually reach those assets on the network today: engineering workstations, jump hosts, VPN concentrators, vendor remote access, historian collectors, and any flat subnet a contractor laptop can join."
},
{
"@type": "HowToStep",
"position": 3,
"name": "Make in-scope assets undiscoverable",
"text": "Place the affected segment behind a gateway that cloaks it, so protected assets do not respond to port scans, pings, or service probes and reconnaissance finds nothing to enumerate."
},
{
"@type": "HowToStep",
"position": 4,
"name": "Replace subnet access with per-system identity-based access",
"text": "Authorize named users to specific systems for specific time windows rather than granting subnet-level access, using phishing-resistant passwordless authentication."
},
{
"@type": "HowToStep",
"position": 5,
"name": "Record every third-party session",
"text": "Route integrator and vendor access through recorded, browser-based sessions so each one is tied to an identity rather than a VPN login and disconnect."
},
{
"@type": "HowToStep",
"position": 6,
"name": "Revoke access and re-verify",
"text": "End access for the person, vendor, or project in one action with a timestamped record, then re-scan from an untrusted vantage point to confirm the segment is still silent."
},
{
"@type": "HowToStep",
"position": 7,
"name": "Patch during your scheduled window and keep the controls",
"text": "Apply vendor firmware under normal change control when the maintenance window opens, and leave the access controls in place for the next advisory."
}
]
},
{
"@type": "FAQPage",
"@id": "https://www.blastwave.com/blog/ics-patch-tuesday-september-2026-unpatchable-ot-assets#faq",
"mainEntity": [
{
"@type": "Question",
"name": "How do you protect OT assets you cannot patch immediately?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Remove reachability rather than the vulnerability. Cloak the affected segment so protected assets do not respond to scans or probes, replace subnet-level access with per-system identity-based authorization, and record every third-party session. The vulnerability remains until the firmware is updated, but an attacker cannot reach it to exploit it. Patch during your scheduled maintenance window."
}
},
{
"@type": "Question",
"name": "What is CVE-2026-3869?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Schneider Electric describes it as an incorrect implementation of an authentication algorithm (CWE-303) in Modicon M580 and Modicon M580 Safety controllers, rated CVSS v4.0 9.2, disclosed in Schneider Electric's September 2026 Patch Tuesday advisories. Schneider's security notification page lists advisory SEVD-2026-251-04, which covers M580 below application level 4.00 and M580 Safety below 4.20."
}
},
{
"@type": "Question",
"name": "What was in ICS Patch Tuesday for September 2026?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Schneider Electric published four new advisories and updated four others. Siemens published nine new advisories, four of them critical, plus updates to nine more. Aveva published an advisory covering four flaws in Pipeline Integrity Monitor. Rockwell Automation published nine advisories the prior week, and CISA issued advisories covering roughly twenty additional vendors."
}
},
{
"@type": "Question",
"name": "Is network cloaking the same as a firewall or a VPN?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. A firewall filters traffic to an asset that still answers, and a VPN grants access to a network segment once a credential is accepted. A cloaked asset does not respond to unauthenticated traffic at all, so there is nothing to scan, enumerate, or target, and access is granted per system and per identity rather than per subnet."
}
},
{
"@type": "Question",
"name": "Can BlastShield be deployed without taking the process offline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. BlastShield runs as a software-defined overlay on the existing network, deployed as a VM, container, or pre-installed appliance in front of the assets being protected. It does not require firewall rule changes, re-addressing, or a production outage."
}
},
{
"@type": "Question",
"name": "Does network cloaking replace patching?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Patching remains necessary. Cloaking and identity-based access reduce exposure during the interval between disclosure and the maintenance window, and provide durable protection for legacy assets that will never receive a patch."
}
},
{
"@type": "Question",
"name": "Does BlastShield help with NERC CIP or IEC 62443 audits?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It provides access controls and evidence relevant to NERC CIP-005 and CIP-007, IEC 62443 zones and conduits, and NIS2, including access-policy exports, per-session logs and recordings, and timestamped revocation records. It supports, but does not replace, the controls and certifications each framework requires."
}
}
]
}
]
}
</script>
TLDR: You cannot patch a running plant on Patch Tuesday
Schneider Electric, Siemens, Aveva, and Rockwell all shipped September 2026 ICS advisories, headlined by a critical authentication-algorithm flaw in the Modicon M580 and M580 Safety controllers (CVE-2026-3869, CVSS v4.0 9.2). Nobody with a live process is patching a safety controller this week — vendor validation and change control put that window months out. So in the interval, remove the asset's reachability instead of the vulnerability: cloak the segment so it does not answer scans or probes, and grant access per system and per identity rather than per subnet. The CVSS 9.2 stays theoretical until an attacker can reach it. Patch on your schedule, not the disclosure calendar.
Schneider Electric, Siemens, and Aveva all released September 2026 Patch Tuesday advisories for industrial products yesterday, and the headline item is what Schneider describes as an incorrect implementation of an authentication algorithm in Modicon M580 and Modicon M580 Safety controllers. Tracked as CVE-2026-3869, it carries a CVSS v4.0 score of 9.2 and affects every M580 running an application level below 4.00 and every M580 Safety below 4.20. Schneider published four new advisories and updated four others, including one originally issued in 2019, with the updated advisories adding the Modicon MC80. Fixes also landed for the PowerLogic T300 RTU and EcoStruxure IT Data Center Expert, plus a credentials flaw in SCADAPack x70 products that Schneider lists as affecting all versions.
Siemens issued nine new advisories, four of them critical, covering Reyrolle 7SR5, the Open Interface Services web module inside Siveillance Control and Control Pro, Industrial Edge Management, and SIMOVE Fleetmanager and SIPLANT. The Industrial Edge Management flaw lets an unauthenticated attacker force a password reset and take over any account, and the Canadian Centre for Cyber Security lists Teamcenter, Desigo CC, and SIMATIC AX Runtime among the affected products as well. The company is also rolling out fixes for the "Copy Fail" Linux kernel flaw disclosed in April (CVE-2026-31431, CVSS 7.8), which allows an attacker to obtain a root shell.
Aveva published an advisory covering four flaws in the PIMBoards component of Pipeline Integrity Monitor, including a hardcoded encryption key and administrative passwords hashed with MD5. Rockwell Automation published nine advisories last week spanning RSLinx Classic, the 1756-ENBT module, FactoryTalk Historian ME, FactoryTalk Activation Manager, ControlFLASH, ArmorStart, and the CompactLogix and GuardLogix controller families. CISA added advisories for roughly twenty more vendors over the same period.
The same week, Stadtwerke Landsberg — a municipal utility in Bavaria — confirmed a cyberattack on September 1 that encrypted its central IT systems and disrupted office operations. The utility reported that electricity, water, wastewater treatment, district heating, fiber, charging infrastructure, pool, and parking operations were unaffected while a forensic investigation continues and the utility warns it cannot rule out that attackers accessed or stole customer data. No ransomware group has been named, and the utility has not said whether it received an extortion demand. And the U.S. Department of Energy's Office of Cybersecurity, Energy Security, and Emergency Response opened a request for information on implementing Executive Order 14421, seeking comment by October 9 on foreign-supplied bulk-power-system equipment, firmware, remote access, and maintenance services.
Three different stories. One shared problem underneath them.
Here is the question every OT security lead is actually asking this morning, and the direct answer.
Question: How do you protect OT assets when a critical vulnerability is published and you cannot patch immediately?
Answer: You remove the asset's reachability instead of removing the vulnerability. Patching a safety controller requires a maintenance window, vendor validation, and a change-control process that is measured in weeks or quarters. Reachability can be removed in an afternoon. If an unauthenticated attacker cannot discover the controller, route to it, or authenticate to anything in front of it, the CVSS 9.2 stays theoretical until the window opens. Patch on your schedule. Close exposure on today's.
This is not an argument against patching. Patch. It is an argument about what you do during the interval between disclosure and deployment — the interval that IT security teams rarely have to think about and OT teams live in permanently.
An enterprise IT team can push a Windows patch overnight. A plant cannot.
Safety controllers, RTUs, and historians run continuously. Taking them offline affects production, safety systems, and in regulated environments, compliance posture. Vendor firmware for a Modicon M580 Safety controller has to be validated against the safety case before it goes anywhere near a live process. The advisory arrives on a Tuesday; the change window may be in November.
Meanwhile, the exposure is measurable. Censys research from November 2024 catalogued more than 145,000 internet-exposed ICS services, more than 48,000 of them in the United States, every one of them discoverable by an attacker with a browser, and Censys preview data for 2026 puts exposed ICS hosts up roughly 4% since then. The entry point is rarely exotic: in Dragos's incident-response casework, 73% of all-time OT engagements involved compromised VPN or jump host credentials, while 81% of assessments identified poor IT/OT segmentation (Source: Dragos 2026 OT Cybersecurity Year in Review).
Put those together and the September advisory list reads differently. The critical authentication flaw matters most in environments where an attacker can already see the controller and already has a credential that reaches its subnet.
A repeatable response for the interval between disclosure and your change window.
Step 1 — Identify which assets the advisory actually touches. Map the affected product families and firmware versions against your asset inventory. For this month: Modicon M580 below application level 4.00 and M580 Safety below 4.20, MC80, PowerLogic T300 RTU, SCADAPack x70 (all versions), Reyrolle 7SR5 before V2.70, Industrial Edge Management, Siveillance Control, PIMBoards, RSLinx Classic, CompactLogix and GuardLogix families. Record the ones you cannot patch inside 30 days — that list is your working scope.
Step 2 — Determine what can currently reach them. Not what the policy document says. What the network permits. Enumerate the routes: engineering workstations, jump hosts, VPN concentrators, vendor remote access, historian collectors, and any flat subnet a contractor laptop lands on.
Step 3 — Make the in-scope assets undiscoverable. Place the affected segment behind a gateway that cloaks it, so protected assets do not respond to port scans, pings, or service probes. Reconnaissance finds nothing to enumerate, and an exploit for CVE-2026-3869 needs a reachable target before the CVSS score means anything.
Step 4 — Replace subnet-level access with per-system, identity-based access. Authorize named users to specific systems for specific windows rather than granting a /24. Use phishing-resistant, passwordless authentication so there is no shared or reusable credential in front of the vulnerable asset.
Step 5 — Record every third-party session. Integrators and vendors will be touching these systems during remediation. Route them through recorded, browser-based access so there is a session log tied to an identity, not a VPN login and a disconnect.
Step 6 — Revoke and re-verify when the work is done. End access for the person, vendor, or project in one action with a timestamped record. Then re-scan from an untrusted vantage point and confirm the segment is still silent.
Step 7 — Patch during your scheduled window, then keep the controls. The gateway does not come out when the firmware goes in. The next advisory is thirty days away.
Steps 3 through 6 describe what BlastShield does.
BlastWave built BlastShield for exactly this gap: OT assets that must stay online, cannot be patched on an attacker's timeline, and in many cases will never be patched at all because the vendor stopped shipping firmware a decade ago.
Network cloaking. BlastShield deploys as a software-defined overlay in front of the protected segment. Cloaked assets do not answer unauthenticated traffic — no open ports, no responding services, no visible topology. They do not appear in Shodan or Censys, because there is nothing to catalogue. For a controller with a published critical CVE and no available maintenance window, this is the control that changes the risk today.
Passwordless, phishing-resistant authentication. FIDO2 keys, biometrics, or device certificates. No password exists to be phished, shared with an integrator, or left active after the contract ends.
Per-system, time-boxed least privilege. Each user is authorized to specific systems for a specific window. The policy and the enforcement are the same object, so what the auditor reads is what the network does.
Recorded vendor sessions and one-action revocation. Third parties connect through browser-based remote desktop with full session recording, nothing to install on their side. Access for a person, a vendor company, or a project ends centrally and immediately, with a timestamped record.
Segmentation without a production window. Software-defined zones and conduits run over your existing network. No firewall rule rewrites, no re-addressing, no downtime to schedule — which is the entire point when the reason you cannot patch is that you cannot take the process down.
On compliance: BlastShield supports programs built on NERC CIP (Electronic Security Perimeters, remote access controls), IEC 62443 (zones and conduits), and NIS2, and produces the access-policy exports, per-session logs, and revocation records auditors ask for. It supports, but does not replace, the controls and certifications each framework requires.
If you have a Modicon M580, a Reyrolle relay, or a CompactLogix chassis on this month's list and no window before Q4, that is a good place to start a conversation.
Book a 20-Minute Technical Walkthrough — bring the asset you cannot patch. An engineer will show you what it looks like cloaked.
How do you protect OT assets you cannot patch immediately? Remove reachability rather than the vulnerability. Cloak the affected segment so protected assets do not respond to scans or probes, replace subnet-level access with per-system identity-based authorization, and record every third-party session. The vulnerability remains until the firmware is updated, but an attacker cannot reach it to exploit it. Patch during your scheduled maintenance window.
What is CVE-2026-3869? Schneider Electric describes it as an incorrect implementation of an authentication algorithm (CWE-303) in Modicon M580 and Modicon M580 Safety controllers, rated CVSS v4.0 9.2, disclosed in Schneider's September 2026 Patch Tuesday advisories. Schneider's security notification page lists advisory SEVD-2026-251-04, which covers M580 below application level 4.00 and M580 Safety below 4.20.
What was in ICS Patch Tuesday for September 2026? Schneider Electric published four new advisories and updated four others. Siemens published nine new advisories, four critical, plus updates to nine more. Aveva published an advisory covering four flaws in Pipeline Integrity Monitor. Rockwell Automation published nine advisories the prior week, and CISA issued advisories covering roughly twenty additional vendors.
Is network cloaking the same as a firewall or a VPN? No. A firewall filters traffic to an asset that still answers, and a VPN grants access to a network segment once a credential is accepted. A cloaked asset does not respond to unauthenticated traffic at all, so there is nothing to scan, enumerate, or target — and access is granted per system and per identity rather than per subnet.
Can BlastShield be deployed without taking the process offline? Yes. BlastShield runs as a software-defined overlay on the existing network — deployed as a VM, container, or pre-installed appliance in front of the assets being protected. It does not require firewall rule changes, re-addressing, or a production outage.
Does this replace patching? No. Patching remains necessary. Cloaking and identity-based access reduce exposure during the interval between disclosure and your maintenance window, and provide durable protection for legacy assets that will never receive a patch.
Does BlastShield help with NERC CIP or IEC 62443 audits? It provides access controls and evidence relevant to NERC CIP-005 and CIP-007, IEC 62443 zones and conduits, and NIS2 — including access-policy exports, per-session logs and recordings, and timestamped revocation records. It supports, but does not replace, the controls and certifications each framework requires.
Jaguar Land Rover’s cyberattack shut production for five weeks. The lesson: limit blast radius with network cloaking, segmentation, and verified access to OT.
Explore the complete analysis of 23 OT attacks that defeated firewalls, VPNs, and air gaps.
