← Back to Feed CACHED · 2026-09-16 10:23:42 · CACHE_KEY CVE-2026-27565
CVE-2026-27565 · CWE-78 · Disclosed 2026-09-16

An unauthenticated remote attacker can upload a malicious IODD file that places and executes a shell script…

ASSESSED — NOISGATE
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left a loading dock open at the factory and anyone can walk in, drop a script on the floor, and it runs as the plant foreman forever

CVE-2026-27565 affects IO-Link master devices from three vendors sharing a common firmware platform: Phoenix Contact IOL MA8 EIP DI8 / IOL MA8 PN DI8, Pepperl+Fuchs ICE2-\*/ICE3-\* series, and Carlo Gavazzi YL212\*/YN115\*. All firmware versions below 1.7.4 are vulnerable. An unauthenticated remote attacker can upload a crafted IODD (IO-Link Device Description) file through the device's web management interface that places and executes a shell script with root privileges. The implant persists across reboots, giving the attacker a permanent foothold on the device. The flaw sits alongside 20+ sibling CVEs in the same advisory batch, including authentication bypass (CVE-2026-27546, also 9.8), path traversal leaking SSH private keys (CVE-2026-27557), and multiple authenticated command injection endpoints — making the entire web interface of these devices a target-rich environment.

The vendor CVSS of 9.8 CRITICAL is accurate and, if anything, understates the operational risk. The CVSS vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H correctly captures the unauthenticated, zero-interaction nature of the attack. What CVSS cannot capture is the OT blast radius: these are field-level industrial I/O controllers that bridge digital commands to physical sensors and actuators. Root access means an attacker can manipulate process data, disable safety interlocks, or pivot deeper into the OT network — consequences that go beyond confidentiality/integrity/availability into the realm of physical safety. The persistence across reboots further elevates the real-world severity beyond what the score alone conveys.

"Unauthenticated root shell on IO-Link masters across three OT vendors — patch or isolate now."
02 · The Attack Path

5 steps from start to impact.

STEP 01

Reach the web interface

The attacker identifies an IO-Link master's web management interface, typically served on HTTP/HTTPS on the device's Ethernet port. In properly segmented OT networks this requires prior access to the OT VLAN. In flat or poorly segmented networks, it may be reachable from the corporate LAN or, in worst cases, directly from the internet. No authentication is required at this stage.
Conditions required:
  • Network reachability to the IO-Link master's web interface (typically TCP/80 or TCP/443)
Where this breaks in practice:
  • IEC 62443-compliant deployments isolate these devices behind firewalls and DMZs
  • Vendor guidance explicitly recommends VPN-only remote access
  • Devices are rarely internet-facing — Shodan/Censys exposure expected to be minimal
Detection/coverage: Nozomi Networks Guardian, Claroty, or Dragos sensors on the OT network can detect HTTP sessions to IO-Link masters from unexpected source IPs.
STEP 02

Upload malicious IODD file

The attacker crafts an IODD file — normally an XML-based device description used to configure IO-Link sensors — that embeds or references a shell script payload. The upload endpoint (e.g., /index.php/attached_devices_tab/do_upload) accepts the file without authentication and without validating that the IODD content is benign. No CSRF token, no session cookie, no API key is required.
Conditions required:
  • Ability to send HTTP POST requests to the upload endpoint
  • Crafted IODD file containing embedded shell script
Where this breaks in practice:
  • A public PoC has not been released as of disclosure day, but the attack surface is straightforward for any competent researcher to reproduce
  • WAF/IPS rules for OT web interfaces are uncommon in industrial deployments
Detection/coverage: File upload events may appear in device syslog if enabled; deep packet inspection (DPI) on OT firewalls like Palo Alto OT Security or Fortinet FortiGate with ICS signatures could flag anomalous IODD content.
STEP 03

Shell script executes as root

The device's firmware processes the uploaded IODD file and, due to the OS command injection flaw (CWE-78), the embedded shell script is extracted and executed with root privileges. The device runs an embedded Linux system (historically Linux 2.6.x with BusyBox), and root is the only effective privilege level. The attacker now has full control of the device's operating system.
Conditions required:
  • Successful upload from step 2
Where this breaks in practice:
  • None — execution is automatic upon upload
Detection/coverage: Host-based detection on embedded OT devices is effectively nonexistent. Network-level detection must rely on observing outbound C2 traffic or anomalous IO-Link behavior.
STEP 04

Persistence across reboots

The malicious script is placed in a location that survives device reboots — likely in persistent flash storage or an init script directory. This means power cycling or scheduled restarts do not remediate the compromise. The attacker maintains root access indefinitely until the device is reflashed with clean firmware.
Conditions required:
  • Successful execution from step 3
Where this breaks in practice:
  • None — persistence is automatic
Detection/coverage: Firmware integrity verification is not standard on these devices. Only a manual firmware reflash or hash comparison against known-good firmware would detect the implant.
STEP 05

OT network pivot and process manipulation

With persistent root on the IO-Link master, the attacker can: (1) read and manipulate sensor data flowing through the device, falsifying process measurements; (2) alter actuator commands, potentially causing physical damage or safety incidents; (3) use the device as a pivot point to reach other OT assets on the same network segment, including PLCs, HMIs, and SCADA servers; (4) exfiltrate OT network topology and credentials (SSH keys are already exposed via CVE-2026-27557).
Conditions required:
  • Persistent root from step 4
  • Other OT assets reachable from the compromised device's network segment
Where this breaks in practice:
  • Micro-segmentation within the OT network (rare but effective)
  • Process safety systems (SIS) may operate independently if properly implemented
Detection/coverage: Anomalous IO-Link traffic patterns, unexpected network connections from the master to non-standard destinations, or changes in process values inconsistent with physical conditions may trigger alerts in OT monitoring platforms.
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNo known exploitation as of disclosure date (2026-09-16). Not listed on CISA KEV. This is a coordinated 0-day disclosure by Nozomi Networks via CERT@VDE.
Proof-of-ConceptNo public PoC as of disclosure. However, the attack is trivial — a single unauthenticated HTTP POST with a crafted IODD file. Weaponization timeline estimated at days to weeks, not months.
EPSS ScoreNot yet scored — CVE was published today (2026-09-16). Expect EPSS to populate within 24-48 hours. Given unauthenticated RCE, anticipate a score in the top 5% percentile once scored.
KEV StatusNot listed on CISA KEV as of 2026-09-16. Given OT targeting trends and the trivial exploit chain, KEV listing is plausible if exploitation is observed.
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H9.8 CRITICAL. Network-accessible, no privileges, no interaction, full CIA impact. The Unchanged scope undersells the OT blast radius.
Affected ProductsPhoenix Contact IOL MA8 EIP DI8 (1072839) & IOL MA8 PN DI8 (1072838), fw <1.7.4; Pepperl+Fuchs ICE2-8IOL-\*/ICE3-8IOL-\* (10 models), fw <1.7.4; Carlo Gavazzi YL212\*/YN115\* (4 models), fw <1.7.4
Fixed VersionFirmware 1.7.8 across all three vendors. All share a common OEM firmware platform.
Exposure DataIO-Link masters are not typically internet-facing. Shodan/Censys exposure expected to be <100 instances globally. However, they are reachable from corporate LANs in flat OT/IT networks — a common misconfiguration.
Disclosure Date2026-09-16 — coordinated disclosure via CERT@VDE advisories VDE-2026-014, VDE-2026-027, VDE-2026-028.
ResearchersGabriele Quagliarella and Luca Borzacchiello of Nozomi Networks Labs, coordinated through CERT@VDE.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to CRITICAL (9.8/10)

The single most decisive factor is role identity — the affected component IS an OT/ICS field device by definition, and 100% of its installed base occupies the high-value role where successful exploitation yields persistent root access to industrial I/O controllers with downstream safety and operational impact. The unauthenticated, zero-interaction, reboot-persistent exploit chain removes all attacker friction once the web interface is reachable, and the shared OEM firmware across three vendors (Phoenix Contact, Pepperl+Fuchs, Carlo Gavazzi) widens the blast radius across the industrial automation market.

HIGH Vulnerability severity and exploit mechanism (confirmed by three independent CERT@VDE advisories)
MEDIUM Exposure population (IO-Link masters should be segmented but flat OT/IT networks are common)
LOW Active exploitation timeline (no PoC or ITW yet, but trivial to develop)

Why this verdict

  • Unauthenticated RCE to root — the attack requires zero credentials, zero user interaction, and a single HTTP POST. This is the simplest possible exploit chain for maximum impact.
  • Reboot persistence — the implant survives power cycles, meaning the attacker maintains access until the device is reflashed. This transforms a vulnerability into a permanent backdoor.
  • Role multiplier: OT/ICS field device — IO-Link masters are industrial I/O controllers that bridge digital commands to physical sensors and actuators. 100% of installations serve this high-value role. Compromise enables process data manipulation, actuator hijacking, and lateral movement into the broader OT network. The blast radius is operational/safety-scale, not just IT-scale.
  • Multi-vendor shared firmware — three major industrial automation vendors ship the same vulnerable firmware platform, broadening the affected population across the IO-Link ecosystem. This is effectively a supply-chain-adjacent issue.
  • Companion vulns amplify impact — CVE-2026-27546 (auth bypass, 9.8) and CVE-2026-27557 (SSH key disclosure, 7.5) in the same advisory batch mean even if this specific CVE were somehow mitigated, adjacent attack paths exist on the same devices.

Why not higher?

The score is already at the CVSS ceiling of 9.8. The only thing preventing a theoretical 10.0 is the Unchanged scope — while OT blast radius extends beyond the device, the CVSS model's Scope metric doesn't fully capture cross-domain impact to physical safety systems. At 9.8 CRITICAL, this is already at the maximum actionable severity level.

Why not lower?

Network segmentation is the only friction point, and it is a deployment assumption, not an architectural guarantee. Purdue Model Level 1 segmentation is aspirational in many manufacturing environments — flat OT/IT networks remain widespread. Even in segmented environments, any attacker with OT network access (insider, compromised engineering workstation, VPN credential theft) reaches the device trivially. The 100% high-value-role installation base, zero-friction exploit chain, and reboot persistence collectively floor this at CRITICAL regardless of network topology assumptions.

05 · Compensating Control

What to do — in priority order.

  1. Isolate IO-Link masters behind OT firewall with explicit allow-list rules — Block all HTTP/HTTPS access to the device management interface from any network segment except dedicated engineering workstations. This is the single most effective compensating control and should be deployed within the noisgate mitigation SLA of ≤3 days. Use your OT firewall (Palo Alto, Fortinet, Cisco) to create zone-based rules that restrict TCP/80 and TCP/443 to the device's IP from only pre-approved source IPs.
  2. Disable or restrict IODD upload functionality at the network layer — If your OT firewall supports deep packet inspection, create a rule blocking HTTP POST requests to /index.php/attached_devices_tab/do_upload and similar upload endpoints on IO-Link master IPs. Deploy within ≤3 days per noisgate mitigation SLA.
  3. Deploy OT network monitoring on IO-Link master segments — If you run Nozomi Guardian, Claroty xDome, or Dragos Platform, ensure sensors cover the VLAN(s) where IO-Link masters reside. Create alerts for any HTTP session to these devices from non-engineering-workstation IPs. This provides detection-in-depth while you patch.
  4. Update firmware to 1.7.8 on all affected devices — This is the definitive remediation. Schedule firmware updates within the noisgate remediation SLA of ≤90 days, prioritizing devices on less-segmented network segments. Coordinate with plant operations for maintenance windows — OT firmware updates typically require physical presence or engineering workstation access.
  5. Rotate SSH keys and credentials on all affected devices — CVE-2026-27557 in the same advisory batch exposes SSH private keys to unauthenticated attackers. Even after patching CVE-2026-27565, assume key material is compromised. Regenerate SSH host keys and change all user passwords post-firmware-update.
What doesn't work
  • IT-side WAF/IPS — these devices sit on the OT network, not behind your corporate web application firewall. Palo Alto App-ID or Snort ICS signatures on the OT firewall may help, but generic IT WAF rules will not see this traffic.
  • EDR/endpoint protection — IO-Link masters are embedded Linux devices with no agent support. You cannot install CrowdStrike or SentinelOne on a Pepperl+Fuchs ICE3.
  • Network-level authentication (802.1X) — while 802.1X can restrict which devices join the OT VLAN, it does not prevent an authenticated engineering workstation (or compromised one) from reaching the vulnerable endpoint.
  • Disabling unused ports on the IO-Link master — the vulnerability is in the web management interface, not in the IO-Link sensor ports. Disabling IO-Link channels does not mitigate the web upload flaw.
06 · Verification

Crowdsourced verification payload.

Run this script from an engineering workstation or auditor laptop with network access to the IO-Link master's web interface. Invoke with: bash check_cve_2026_27565.sh <DEVICE_IP>. No authentication or special privileges required — the check uses unauthenticated HTTP requests to fingerprint the firmware version.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/usr/bin/env bash
# check_cve_2026_27565.sh — Check IO-Link master firmware for CVE-2026-27565
# Usage: bash check_cve_2026_27565.sh <DEVICE_IP>
# Exit codes: 0=VULNERABLE, 1=PATCHED, 2=UNKNOWN

set -euo pipefail

if [ $# -lt 1 ]; then
  echo "Usage: $0 <DEVICE_IP>"
  exit 2
fi

TARGET="$1"
TIMEOUT=10

# Try HTTPS first, fall back to HTTP
for PROTO in https http; do
  RESPONSE=$(curl -sk --connect-timeout "$TIMEOUT" --max-time "$TIMEOUT" "${PROTO}://${TARGET}/" 2>/dev/null) && break
  RESPONSE=""
done

if [ -z "$RESPONSE" ]; then
  echo "UNKNOWN — could not connect to ${TARGET} on HTTP or HTTPS"
  exit 2
fi

# Extract firmware version from web interface
# Common patterns: "Firmware Version: 1.x.y" or "fw_version":"1.x.y"
FW_VERSION=$(echo "$RESPONSE" | grep -oP '(?i)(firmware[\s_-]*version|fw_version)[^0-9]*(\d+\.\d+\.\d+)' | grep -oP '\d+\.\d+\.\d+' | head -1)

if [ -z "$FW_VERSION" ]; then
  # Try the status/info API endpoint
  for PROTO in https http; do
    INFO=$(curl -sk --connect-timeout "$TIMEOUT" --max-time "$TIMEOUT" "${PROTO}://${TARGET}/index.php/ajax/get_device_info" 2>/dev/null) && break
    INFO=""
  done
  FW_VERSION=$(echo "$INFO" | grep -oP '\d+\.\d+\.\d+' | head -1)
fi

if [ -z "$FW_VERSION" ]; then
  echo "UNKNOWN — connected to ${TARGET} but could not extract firmware version"
  echo "Manual check: browse to the device web UI and verify firmware >= 1.7.8"
  exit 2
fi

echo "Detected firmware version: ${FW_VERSION}"

# Compare versions: vulnerable if < 1.7.4 (advisory says <1.7.4 affected, fixed in 1.7.8)
# We flag anything below 1.7.8 as vulnerable since 1.7.8 is the patched release
IFS='.' read -ra VER <<< "$FW_VERSION"
MAJOR=${VER[0]:-0}
MINOR=${VER[1]:-0}
PATCH=${VER[2]:-0}

if [ "$MAJOR" -lt 1 ] || \
   ([ "$MAJOR" -eq 1 ] && [ "$MINOR" -lt 7 ]) || \
   ([ "$MAJOR" -eq 1 ] && [ "$MINOR" -eq 7 ] && [ "$PATCH" -lt 8 ]); then
  echo "VULNERABLE — firmware ${FW_VERSION} is below patched version 1.7.8 (CVE-2026-27565)"
  exit 0
else
  echo "PATCHED — firmware ${FW_VERSION} is at or above patched version 1.7.8"
  exit 1
fi
07 · Bottom Line

If you remember one thing.

TL;DR
This is a day-zero coordinated disclosure affecting IO-Link masters from three major industrial automation vendors — Phoenix Contact, Pepperl+Fuchs, and Carlo Gavazzi — all sharing the same vulnerable firmware. The exploit is unauthenticated, trivial, and produces a persistent root backdoor on OT field devices. Under the noisgate mitigation SLA for CRITICAL, you have ≤3 days to apply compensating controls: immediately verify network segmentation of all IO-Link master devices, block HTTP/HTTPS access from any non-engineering source, and alert your OT monitoring platform. Contact your vendor rep today to obtain firmware 1.7.8 and schedule reflashing under the noisgate remediation SLA of ≤90 days, coordinating with plant operations for maintenance windows. Prioritize devices on flat or poorly segmented networks first. After patching, rotate all SSH keys and device credentials — the companion CVE-2026-27557 may have already exposed them. If you cannot confirm segmentation status within 3 days, treat every affected device as potentially reachable and escalate to your OT security incident process.

Sources

  1. CERT@VDE Advisory VDE-2026-027 — Phoenix Contact IOL MA8
  2. CERT@VDE Advisory VDE-2026-014 — Pepperl+Fuchs ICE2/ICE3
  3. CERT@VDE Advisory VDE-2026-028 — Carlo Gavazzi YL212/YN115
  4. CERT@VDE Advisories Index
  5. Phoenix Contact IOL MA8 PN DI8 Product Page
  6. Nozomi Networks Vulnerability Advisories
  7. SEC Consult Prior IO-Link Master Advisory (2020 — same device family)
  8. CVE Project Release — 2026-09-16
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.