Skip to content
Threat Feed
high advisory

Command Injection Vulnerability in IODD Devices (CVE-2026-27561)

An authenticated remote attacker with administrative privileges can execute arbitrary commands with root permissions via a crafted GET request to the /api/iodd/config endpoint.

CVE search metadata

CVE search record: CVE-2026-27561. Severity: high. CVSS: 7.2. KEV: no. Product: IODD (firmware versions vulnerable to CVE-2026-27561). Brief: Command Injection Vulnerability in IODD Devices (CVE-2026-27561). Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-27561/

CVE-2026-27561 describes a critical command injection vulnerability affecting the IODD device management interface. The vulnerability exists within the /api/iodd/config endpoint, which fails to properly sanitize user-supplied input provided via GET requests. By leveraging existing administrative credentials, a remote attacker can inject arbitrary shell commands that are subsequently executed by the underlying operating system with root privileges. This flaw allows for complete system compromise, including the potential for unauthorized data access, lateral movement within the network, and the installation of persistent backdoors. Defenders should prioritize restricting administrative access to management interfaces and monitor for anomalous HTTP GET requests targeting the configuration API.

Impact

Successful exploitation leads to full root-level system compromise of the affected IODD device. This vulnerability enables attackers to gain persistent access, exfiltrate sensitive configuration data, and potentially pivot into the internal network infrastructure to which the device is connected.

Recommendation

  • Implement network-level access control lists (ACLs) to restrict access to the device management interface to known, trusted administrative subnets.
  • Audit administrative user accounts to ensure credential hygiene and reduce the risk of account compromise.
  • Monitor web server access logs for GET requests to /api/iodd/config containing unusual query parameters or suspicious shell metacharacters.
  • Apply vendor-provided patches or firmware updates addressing CVE-2026-27561 immediately upon availability.

Immediate actions

Deploy Sigma detection rule to monitor for malicious GET requests to the identified API endpoint

Detection Engineering 24h

Mitigations

Restrict access to the device management interface to trusted network segments only

immediate IT Operations

CVE-2026-27561

Detection coverage 1

Detects CVE-2026-27561 Exploitation - Command Injection in IODD Config API

high

Detects exploitation attempts by identifying suspicious GET requests to the IODD configuration endpoint containing shell injection patterns.

sigma tactics: initial_access techniques: T1059, T1190 sources: webserver

Detection queries are available on the platform. Get full rules →