vulnerability β€’ The Hacker News & Fortinet

Critical Pre-Auth RCE in Orkes Conductor Workflow Platform Exploited in the Wild

Security researchers at FortiGuard Labs have identified active in-the-wild exploitation targeting a critical vulnerability (CVE-2026-58138) boasting a CVSS score of 9.8 within the Orkes Conductor workflow orchestration platform. By submitting crafted inline workflow definitions, unauthenticated remote adversaries escape the GraalVM sandbox to execute arbitrary system code across production infrastructure.

Critical Pre-Auth RCE in Orkes Conductor Workflow Platform Exploited in the Wild

A critical remote code execution vulnerability impacting the enterprise orchestration engine Orkes Conductor is undergoing active, coordinated exploitation campaigns against internet-connected infrastructure. Tracked as CVE-2026-58138, the flaw carries a near-maximum CVSS score of 9.8.

Orkes Conductor, built upon Netflix's proven open-source Conductor engine, is deployed by major technology enterprises to orchestrate microservices, asynchronous transaction chains, and CI/CD pipelines. The platform empowers developers to construct dynamic workflows incorporating ad-hoc script expressions evaluated at runtime in languages such as JavaScript and Python.

The technical root cause of CVE-2026-58138 stems from defective sandbox boundaries within the system's runtime evaluation engine. An unauthenticated remote adversary can submit a weaponized JSON payload defining an inline workflow via public API endpoints. Conductor utilized GraalVM to execute user-defined script blocks; however, configuration oversights allowed JavaScript snippets to reference the underlying Java class hierarchy without restriction. Attackers leveraged reflection mechanisms to achieve a comprehensive Sandbox Escape, spawning arbitrary operating system processes on the host.

Security researchers at FortiGuard Labs reported observing over 1,300 distinct exploitation attempts within a 48-hour window following the public dissemination of proof-of-concept exploit scripts. Vendor Orkes released Conductor version 3.30.2, which hardens GraalVM sandboxing parameters and disables unauthenticated evaluation of untrusted inline workflow definitions.

Actionable Guidance for IT and Security Teams

  • Upgrade to Orkes Conductor 3.30.2 Immediately: Apply the vendor-provided maintenance update across all staging and production cluster nodes.
  • Enforce Strict API Authentication: Reconfigure Conductor endpoints so that workflow testing and definition submission require verified API tokens with least-privilege scoping.
  • Restrict Java Process Capabilities: Implement container security profiles (seccomp/AppArmor) prohibiting the Java virtual machine from invoking `/bin/sh`, `/bin/bash`, or native binaries.
  • Audit Historical Workflow Logs: Scrutinize orchestration execution logs for invocations of `java.lang.Runtime` or `java.lang.ProcessBuilder` within script task definitions.

Evidence Status

  • Confirmed: Orkes confirmed CVE-2026-58138 and published remediated Conductor release 3.30.2.
  • Reported: Fortinet and The Hacker News documented over 1,300 active in-the-wild exploitation attempts.
  • Unconfirmed: The total number of persistent secondary intrusions resulting from unpatched exposure remains under active community telemetry analysis.

In Brief

  • Critical RCE flaw (CVE-2026-58138, CVSS 9.8) in Orkes Conductor is being actively exploited in the wild.
  • Attackers bypass GraalVM sandboxing via inline workflow scripts to achieve full remote host takeover.
  • Organizations must immediately deploy version 3.30.2 and enforce authentication across all workflow endpoints.

Sources & References

← All News Tools