Orkes Conductor CVE-2026-58138: Pre-Auth RCE via Unsandboxed Workflow Scripts

By George Bailey   Published: 09/20/26   Updated: 09/20/26   3 min read

The workflow engine that nobody in security inventories is getting sprayed. Orkes / Conductor-OSS has a CVSS 9.8 unauthenticated RCE where a hostile workflow definition runs OS commands as the Conductor process — often root in the default container — and Fortinet has been blocking thousands of exploitation attempts.

What happened

CVE-2026-58138 affects Orkes Conductor / conductor-oss roughly 3.21.21 through versions before 3.30.2. Attackers POST workflow metadata containing INLINE / LAMBDA / DO_WHILE / SWITCH tasks whose JavaScript or Python expressions run in GraalVM contexts built with HostAccess.ALL / allowAllAccess(true). That turns the “sandbox” off. Reflection reaches Runtime / ProcessBuilder, and commands execute with Conductor’s privileges.

The open-source server ships without authentication by default, so the workflow API is frequently an unauthenticated remote door. A fix landed in 3.30.2 (June 2026); public exploit code and Exploit-DB material followed. FortiGuard outbreak telemetry reported ~1,290 blocked attempts in 24 hours (early September) and multi-thousand weekly volumes, with Empirical Security also observing in-the-wild exploitation. SecurityWeek and Fortinet outbreak alerts in mid-September framed ongoing opportunistic scanning.

Why it matters

Conductor sits in the middle of microservice and AI-agent orchestration. Compromising it is rarely the end of the intrusion — it already holds credentials and reach into everything it orchestrates. Orkes publicly cites thousands of enterprise deployments; many more open-source installs never appear on vulnerability scanners (credentialed plugins for this CVE have been scarce). Severity was never the blind spot. Discovery was.

What to do first

Details

Hunt / verify

Sources

George Bailey

George Bailey is a cybersecurity researcher and writer at CyberExperts, covering cyber threats, AI, cloud security, vulnerabilities, and defensive strategies. His goal is to help security professionals quickly understand what matters most and how it impacts their organizations.